Searched refs:M_INFO_WINDOW_REQUESTED (Results 1 - 7 of 7) sorted by relevance

/haiku/src/apps/cortex/InfoView/
H A DInfoWindowManager.h80 M_INFO_WINDOW_REQUESTED = InfoView_message_base, enumerator in enum:InfoWindowManager::message_t
/haiku/src/apps/cortex/DormantNodeView/
H A DDormantNodeView.cpp148 case InfoWindowManager::M_INFO_WINDOW_REQUESTED: {
149 D_MESSAGE((" -> InfoWindowManager::M_INFO_WINDOW_REQUESTED)\n"));
H A DDormantNodeListItem.cpp265 BMessage *message = new BMessage(InfoWindowManager::M_INFO_WINDOW_REQUESTED);
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaWire.cpp331 BMessage *message = new BMessage(InfoWindowManager::M_INFO_WINDOW_REQUESTED);
H A DMediaJack.cpp757 BMessage *message = new BMessage(InfoWindowManager::M_INFO_WINDOW_REQUESTED);
766 BMessage *message = new BMessage(InfoWindowManager::M_INFO_WINDOW_REQUESTED);
H A DMediaRoutingView.cpp663 case InfoWindowManager::M_INFO_WINDOW_REQUESTED:
665 D_MESSAGE(("MediaRoutingView::MessageReceived(InfoView::M_INFO_WINDOW_REQUESTED)\n"));
1454 new BMessage(InfoWindowManager::M_INFO_WINDOW_REQUESTED), this);
H A DMediaNodePanel.cpp581 message = new BMessage(InfoWindowManager::M_INFO_WINDOW_REQUESTED);

Completed in 162 milliseconds