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

/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaRoutingView.h360 // find & remove an entry in m_inactiveNodeState
390 BList m_inactiveNodeState; member in class:MediaRoutingView
H A DMediaRoutingView.cpp102 // m_inactiveNodeState content
1089 m_inactiveNodeState.AddItem(
1139 for(int32 n = 0; n < m_inactiveNodeState.CountItems(); ++n) {
1141 m_inactiveNodeState.ItemAt(n));
1877 int32 c = m_inactiveNodeState.CountItems();
1880 m_inactiveNodeState.ItemAt(n));
1890 m_inactiveNodeState.RemoveItem(n);
1900 int32 c = m_inactiveNodeState.CountItems();
1903 m_inactiveNodeState.ItemAt(n));
1907 m_inactiveNodeState
[all...]

Completed in 71 milliseconds