Searched refs:BLooper (Results 176 - 200 of 244) sorted by relevance

12345678910

/haiku/src/apps/debugger/user_interface/cli/
H A DCliContext.h36 public BLooper {
H A DCliContext.cpp91 BLooper("CliContext"),
210 // TODO: Use the lifecycle methods of BLooper instead
487 BLooper::MessageReceived(message);
/haiku/src/apps/diskusage/
H A DScanner.cpp29 BLooper(),
64 BLooper::MessageReceived(message);
/haiku/src/tests/kits/storage/testapps/
H A DPathMonitorTest2.cpp506 struct Test : private BLooper {
532 fLooperThread = BLooper::Run();
561 AutoLocker<BLooper> locker(this);
646 AutoLocker<BLooper> locker(this);
675 AutoLocker<BLooper> locker(this);
733 BLooper::MessageReceived(message);
/haiku/src/kits/interface/
H A DAlert.cpp278 BLooper::LooperForThread(find_thread(NULL)));
445 dynamic_cast<BWindow*>(BLooper::LooperForThread(find_thread(NULL)));
647 BWindow* parent = dynamic_cast<BWindow*>(BLooper::LooperForThread(
H A DWindow.cpp310 BLooper(title, B_DISPLAY_PRIORITY)
323 BLooper(title, B_DISPLAY_PRIORITY)
331 BLooper(data)
383 BLooper("offscreen bitmap")
456 status_t ret = BLooper::Archive(data, deep);
537 BLooper::Quit();
780 return BLooper::MessageReceived(message);
792 return BLooper::MessageReceived(message);
922 return BLooper::MessageReceived(message);
1324 BLooper
[all...]
/haiku/src/tests/servers/app/newerClipping/
H A DDesktop.cpp18 : BLooper("desktop", B_URGENT_DISPLAY_PRIORITY),
198 BLooper::MessageReceived(message);
H A DWindowLayer.cpp31 : BLooper(name, B_DISPLAY_PRIORITY),
151 BLooper::MessageReceived(message);
/haiku/src/kits/mail/
H A DMailProtocol.cpp45 BLooper(_LooperName(name, settings)),
131 BLooper::MessageReceived(message);
/haiku/src/servers/registrar/
H A DMIMEManager.cpp88 BLooper("main_mime"),
332 BLooper::MessageReceived(message);
/haiku/src/add-ons/input_server/methods/pen/
H A DPenInputServerMethod.cpp80 BLooper *looper = NULL;
/haiku/src/apps/icon-o-matic/generic/gui/
H A DSwatchView.cpp226 BLooper* looper = target->Looper();
/haiku/src/apps/mediaplayer/media_node_framework/
H A DPlaybackManager.h46 class PlaybackManager : public BLooper {
/haiku/src/servers/midi/
H A DDeviceWatcher.cpp57 : BLooper("MIDI devices watcher"),
/haiku/src/servers/bluetooth/
H A DDeviceManager.cpp74 BLooper::MessageReceived(msg);
/haiku/headers/private/debugger/controllers/
H A DTeamDebugger.h41 class TeamDebugger : public BLooper, private UserInterfaceListener,
/haiku/src/apps/webpositive/
H A DAuthenticationPanel.cpp184 (BLooper::LooperForThread(find_thread(NULL)));
/haiku/src/kits/print/
H A DJobs.cpp233 Folder::Folder(BLocker* locker, BLooper* looper, const BDirectory& spoolDir)
/haiku/src/preferences/appearance/
H A DCurView.cpp410 BitmapView::BitmapView(const BPoint &pt,BMessage *message, const BHandler *handler, const BLooper *looper=NULL)
/haiku/src/servers/index/
H A DCatchUpManager.cpp47 BLooper::MessageReceived(message);
/haiku/src/apps/deskbar/
H A DTeamMenu.cpp188 BLooper* looper = fBarView->Looper();
/haiku/src/kits/tracker/
H A DFilePanel.cpp111 BLooper::LooperForThread(find_thread(NULL)));
/haiku/src/preferences/filetypes/
H A DIconView.h124 const BLooper* looper = NULL);
/haiku/src/kits/storage/
H A DPathMonitor.cpp61 static BLooper* sLooper = NULL;
537 const BMessenger& target, BLooper* looper);
732 const BMessenger& target, BLooper* looper)
2129 BLooper* looper = new (std::nothrow) BLooper("PathMonitor looper");
2166 const BHandler* handler, const BLooper* looper)
2181 const BLooper* looper)
/haiku/src/apps/cortex/InfoView/
H A DInfoWindowManager.cpp185 : BLooper("InfoWindowManager",
521 // *** BLooper impl
628 BLooper::MessageReceived(message);

Completed in 192 milliseconds

12345678910