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

/haiku/src/apps/cortex/NodeManager/
H A DNodeRef.h609 _CREATE_NOTIFIED = 1<<3 enumerator in enum:NodeRef::impl_flag_t
H A DNodeManager.cpp1955 _implFlagsForKind(node.kind) | NodeRef::_CREATE_NOTIFIED);
1969 // set _CREATE_NOTIFIED to prevent notification from being passed on
1971 if(!(ref->m_implFlags & NodeRef::_CREATE_NOTIFIED)) {
1972 ref->m_implFlags |= NodeRef::_CREATE_NOTIFIED;

Completed in 64 milliseconds