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

/haiku/headers/private/debugger/value/
H A DValueNodeContainer.h46 void NotifyValueNodeChildrenCreated(ValueNode* node);
/haiku/src/kits/debugger/value/value_nodes/
H A DAddressValueNode.cpp120 fContainer->NotifyValueNodeChildrenCreated(this);
H A DCompoundValueNode.cpp227 fContainer->NotifyValueNodeChildrenCreated(this);
H A DArrayValueNode.cpp172 fContainer->NotifyValueNodeChildrenCreated(this);
H A DBMessageValueNode.cpp373 fContainer->NotifyValueNodeChildrenCreated(this);
673 fContainer->NotifyValueNodeChildrenCreated(this);
H A DBListValueNode.cpp404 fContainer->NotifyValueNodeChildrenCreated(this);
/haiku/src/kits/debugger/value/
H A DValueNodeContainer.cpp118 ValueNodeContainer::NotifyValueNodeChildrenCreated(ValueNode* node) function in class:ValueNodeContainer

Completed in 93 milliseconds