Home
last modified time | relevance | path

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)) { in startControlPanelFor()
397 bool ParameterWindowManager::_findPanelFor( in _findPanelFor() function in ParameterWindowManager
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaRoutingView.cpp447 if(_findPanelFor(id, &panel) < B_OK) in MessageReceived()
1188 err = _findPanelFor(id, &panel); in importStateFor()
1201 err = _findPanelFor(id, &panel); in importStateFor()
1228 err = _findPanelFor( in exportStateFor()
1292 status_t MediaRoutingView::_findPanelFor( in _findPanelFor() function in MediaRoutingView
1319 if (_findPanelFor(id, &panel) == B_OK) in _removePanelFor()
1338 if ((_findPanelFor(connection.sourceNode(), &source) == B_OK) in _addWireFor()
1339 && (_findPanelFor(connection.destinationNode(), &destination) == B_OK)) in _addWireFor()
1410 _findPanelFor(wire->connection.sourceNode(), &source); in _removeWireFor()
1411 _findPanelFor(wire->connection.destinationNode(), &destination); in _removeWireFor()
H A DMediaRoutingView.h295 status_t _findPanelFor(