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

/haiku/src/apps/cortex/RouteApp/
H A DDormantNodeIO.cpp353 if(m_flags & NodeRef::NO_POSITION_REPORTING)
354 _write_simple(_FLAG_ELEMENT, "NO_POSITION_REPORTING", context);
454 else if(!strcmp(data, "NO_POSITION_REPORTING"))
455 ioFlags |= NodeRef::NO_POSITION_REPORTING;
/haiku/src/apps/cortex/NodeManager/
H A DNodeRef.h149 NO_POSITION_REPORTING = 1<<6 enumerator in enum:NodeRef::flag_t
H A DNodeRef.cpp475 if(m_flags & NO_POSITION_REPORTING)
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaRoutingView.cpp1763 droppedNode->setFlags(droppedNode->flags() | NodeRef::NO_POSITION_REPORTING);

Completed in 46 milliseconds