Home
last modified time | relevance | path

Searched refs:CountInfoNodes (Results 1 – 2 of 2) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dundo_manager.h105 int CountInfoNodes(widget_info *start, int count);
Dundo_manager.cpp279 int undo_manager::CountInfoNodes(widget_info *start, int count) in CountInfoNodes() function in undo_manager
286 count += CountInfoNodes(start->GetChildWidgetInfo(), count); in CountInfoNodes()
353 int nodes = CountInfoNodes(new_info, 0); in UpdateUndoRecordInfoPointers()