Home
last modified time | relevance | path

Searched refs:InquiryPanel (Results 1 – 4 of 4) sorted by relevance

/haiku/src/preferences/bluetooth/
H A DInquiryPanel.cpp57 PanelDiscoveryListener(InquiryPanel* iPanel) in PanelDiscoveryListener()
91 InquiryPanel* fInquiryPanel;
96 InquiryPanel::InquiryPanel(BRect frame, LocalDevice* lDevice) in InquiryPanel() function in InquiryPanel
169 InquiryPanel::MessageReceived(BMessage* message) in MessageReceived()
320 InquiryPanel::UpdateListStatus(void) in UpdateListStatus()
330 InquiryPanel::QuitRequested(void) in QuitRequested()
H A DJamfile16 InquiryPanel.cpp
29 InquiryPanel.cpp
H A DInquiryPanel.h25 class InquiryPanel : public BWindow
28 InquiryPanel(BRect frame, LocalDevice* lDevice = NULL);
H A DRemoteDevicesView.cpp122 InquiryPanel* inquiryPanel= new InquiryPanel( in MessageReceived()