Searched refs:treePath (Results 1 - 1 of 1) sorted by relevance

/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp1308 TreeTablePath treePath; local
1309 if (GetTreePath(childNode, treePath)) {
1310 int32 index = treePath.RemoveLastComponent();
1311 NotifyNodesRemoved(treePath, index, 1);
1513 TreeTablePath treePath; local
1514 if (GetTreePath(node, treePath)) {
1515 int32 index = treePath.RemoveLastComponent();
1516 NotifyNodesChanged(treePath, index, 1);

Completed in 84 milliseconds