Searched refs:BLooper (Results 76 - 100 of 244) sorted by relevance

12345678910

/haiku/src/apps/cortex/support/
H A DMultiInvoker.h65 virtual status_t AddTarget(const BHandler* h, const BLooper* loop=0);
74 BHandler* TargetAt(int32 index, BLooper** looper=0) const;
H A DObservableLooper.h35 // from BLooper.
54 public BLooper,
58 typedef BLooper _inherited;
95 // * LOCKING: the BLooper must be locked.
102 public: // *** BLooper
111 // * LOCKING: the BLooper must be locked.
/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DPopupWindow.cpp95 if (BLooper *looper = fControl->Looper())
104 if (BLooper *looper = fControl->Looper()) {
/haiku/src/apps/mail/
H A DQueryMenu.h43 class BLooper;
72 static BLooper *fQueryLooper;
/haiku/src/kits/midi2/
H A DMidiRosterLooper.h24 class BMidiRosterLooper : public BLooper
66 typedef BLooper super;
/haiku/src/kits/storage/
H A DAddOnMonitor.cpp20 BLooper("AddOnMonitor"),
29 BLooper("AddOnMonitor"),
H A DNodeMonitor.cpp43 const BLooper* looper)
96 const BLooper* looper)
119 stop_watching(const BHandler* handler, const BLooper* looper)
/haiku/src/tests/kits/app/bmessenger/
H A DLockTargetWithTimeoutTester.cpp81 BLooper *looper = new BLooper;
101 BLooper *looper = new BLooper;
321 test4->fLooper = new BLooper;
333 test5->fLooper = new BLooper;
346 test6->fLooper = new BLooper;
365 test7->fLooper = new BLooper;
H A DSMLooper.cpp12 : BLooper(NULL, B_NORMAL_PRIORITY, 1),
53 BLooper::MessageReceived(message);
H A DSMLooper.h9 class SMLooper : public BLooper {
/haiku/headers/private/storage/
H A DPathMonitor.h72 const BLooper* looper = NULL);
76 const BLooper* looper = NULL);
/haiku/src/kits/network/libnetapi/
H A Dnotifications.cpp49 const BLooper* looper)
64 stop_watching_network(const BHandler* handler, const BLooper* looper)
/haiku/src/kits/tracker/
H A DFSClipboard.h55 class BClipboardRefsWatcher : public BLooper {
77 typedef BLooper _inherited;
/haiku/src/apps/mandelbrot/
H A DFractalEngine.h22 class FractalEngine : public BLooper {
36 FractalEngine(BHandler* parent, BLooper* looper);
/haiku/headers/os/app/
H A DApplication.h34 class BApplication : public BLooper {
78 BLooper* LooperAt(int32 index) const;
88 // Register a BLooper to be quit before the BApplication
90 status_t RegisterLooper(BLooper* looper);
91 status_t UnregisterLooper(BLooper* looper);
103 typedef BLooper _inherited;
/haiku/src/apps/debugger/user_interface/gui/util/
H A DSettingsMenu.cpp63 SettingMenuItem::PrepareToShow(BLooper* parentLooper, BHandler* targetHandler,
70 SettingMenuItem::Finish(BLooper* parentLooper, BHandler* targetHandler,
102 virtual void PrepareToShow(BLooper* parentLooper, BHandler* targetHandler,
144 void PrepareToShow(BLooper* parentLooper, BHandler* targetHandler,
174 virtual void PrepareToShow(BLooper* parentLooper, BHandler* targetHandler,
308 SettingsMenuImpl::PrepareToShow(BLooper* parentLooper)
318 SettingsMenuImpl::Finish(BLooper* parentLooper, bool force)
/haiku/src/kits/app/
H A DInvoker.cpp25 const BLooper* looper)
91 BInvoker::SetTarget(const BHandler* handler, const BLooper* looper)
106 BInvoker::Target(BLooper** _looper) const
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNodeMonitor.cpp23 : BLooper("node monitor", B_DISPLAY_PRIORITY, 1000),
87 BLooper::MessageReceived(message);
124 AutoLocker<BLooper> _(this);
/haiku/src/tests/kits/net/netservices2/
H A DHttpDebugLogger.cpp22 BLooper("HttpDebugLogger")
49 return BLooper::MessageReceived(message);
149 return BLooper::MessageReceived(message);
/haiku/headers/build/os/app/
H A DMessenger.h17 class BLooper;
/haiku/headers/os/bluetooth/
H A DDiscoveryListener.h26 class DiscoveryListener : public BLooper {
/haiku/src/add-ons/input_server/methods/pen/
H A DPenInputLooper.h39 class PenInputLooper : public BLooper
/haiku/src/apps/debuganalyzer/gui/
H A DSubWindowManager.cpp15 SubWindowManager::SubWindowManager(BLooper* parent)
/haiku/src/apps/icon-o-matic/generic/listener/
H A DAbstractLOAdapter.cpp40 if (BLooper* looper = fHandler->Looper())
/haiku/src/apps/mediaplayer/support/
H A DAbstractLOAdapter.cpp40 if (BLooper* looper = fHandler->Looper())

Completed in 195 milliseconds

12345678910