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

/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaRoutingView.h239 { return m_layout; }
370 layout_t m_layout; member in class:MediaRoutingView
H A DMediaRoutingView.cpp126 m_layout(M_ICON_VIEW),
583 if (layout != m_layout)
743 switch (m_layout)
906 m_layout = layout;
958 if (m_layout == M_ICON_VIEW)
965 if (m_layout == M_MINI_ICON_VIEW)
1023 if(err == B_OK && layout != m_layout) {
1106 archive->AddInt32("layout", m_layout);
1464 switch (m_layout)
/haiku/src/apps/cortex/TransportView/
H A DTransportView.h186 _layout_state* m_layout; member in class:TransportView
H A DTransportView.cpp1232 m_layout = new _layout_state();
1445 if(m_layout)
1446 delete m_layout;

Completed in 42 milliseconds