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

/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp701 bool GetTreePath(ModelNode* node,
1309 if (GetTreePath(childNode, treePath)) {
1514 if (GetTreePath(node, treePath)) {
1748 if (parent == NULL || GetTreePath(parent, path))
1761 VariablesView::VariableTableModel::GetTreePath(ModelNode* node, function in class:VariablesView::VariableTableModel
1766 if (!GetTreePath(parent, _path))
2315 if (fVariableTableModel->GetTreePath(node, path)) {
2614 if (!fVariableTableModel->GetTreePath(parent, path))

Completed in 40 milliseconds