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

/haiku/src/kits/debugger/value/
H A DValueNodeContainer.cpp129 fListeners.ItemAt(i)->ValueNodeChildrenDeleted(node);
163 ValueNodeContainer::Listener::ValueNodeChildrenDeleted(ValueNode* node) function in class:ValueNodeContainer::Listener
/haiku/headers/private/debugger/debug_managers/
H A DValueNodeManager.h34 virtual void ValueNodeChildrenDeleted(ValueNode* node);
/haiku/headers/private/debugger/value/
H A DValueNodeContainer.h70 virtual void ValueNodeChildrenDeleted(ValueNode* node);
/haiku/src/kits/debugger/debug_managers/
H A DValueNodeManager.cpp132 ValueNodeManager::ValueNodeChildrenDeleted(ValueNode* node) function in class:ValueNodeManager
138 fListeners.ItemAt(i)->ValueNodeChildrenDeleted(node);
/haiku/src/apps/debugger/user_interface/cli/
H A DCliContext.h131 virtual void ValueNodeChildrenDeleted(ValueNode* node);
H A DCliContext.cpp615 CliContext::ValueNodeChildrenDeleted(ValueNode* node) function in class:CliContext
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp202 virtual void ValueNodeChildrenDeleted(ValueNode* node);
691 void ValueNodeChildrenDeleted(ValueNode* node);
1047 VariablesView::ContainerListener::ValueNodeChildrenDeleted(ValueNode* node) function in class:VariablesView::ContainerListener
1051 fModel->ValueNodeChildrenDeleted(node);
1233 ValueNodeChildrenDeleted(oldNode);
1276 VariablesView::VariableTableModel::ValueNodeChildrenDeleted(ValueNode* node) function in class:VariablesView::VariableTableModel
1306 ValueNodeChildrenDeleted(childNode->NodeChild()->Node());
2294 fVariableTableModel->ValueNodeChildrenDeleted(node);

Completed in 69 milliseconds