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

/haiku/src/apps/cortex/ParameterView/
H A DParameterWindowManager.h124 bool _findPanelFor(
H A DParameterWindowManager.cpp236 if (_findPanelFor(ref->id(), &messenger)) {
397 bool ParameterWindowManager::_findPanelFor( function in class:ParameterWindowManager
400 D_INTERNAL(("ParameterWindowManager::_findPanelFor()\n"));
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaRoutingView.h295 status_t _findPanelFor(
H A DMediaRoutingView.cpp447 if(_findPanelFor(id, &panel) < B_OK)
1188 err = _findPanelFor(id, &panel);
1201 err = _findPanelFor(id, &panel);
1204 "!!! MediaRoutingView::importStateFor(): _findPanelFor():\n"
1228 err = _findPanelFor(
1292 status_t MediaRoutingView::_findPanelFor( function in class:MediaRoutingView
1296 D_METHOD(("MediaRoutingView::_findPanelFor()\n"));
1319 if (_findPanelFor(id, &panel) == B_OK)
1338 if ((_findPanelFor(connection.sourceNode(), &source) == B_OK)
1339 && (_findPanelFor(connectio
[all...]

Completed in 189 milliseconds