Searched refs:BLooper (Results 101 - 125 of 244) sorted by relevance

12345678910

/haiku/src/tests/kits/support/bautolock/
H A DAutolockLooperTest.cpp4 This file tests all use cases of the BAutolock when used with a BLooper.
28 BThreadedTestCase(name), theLooper(new BLooper)
/haiku/src/apps/packageinstaller/
H A DBlockingWindow.cpp52 BWindow* window = dynamic_cast<BWindow*>(BLooper::LooperForThread(
/haiku/src/apps/cortex/support/
H A DObservableHandler.cpp141 BLooper* l = Looper();
196 BLooper* l = Looper();
214 BLooper* l = Looper();
263 BLooper* l = Looper();
H A DObservableLooper.cpp84 BLooper(name, priority, portCapacity),
91 BLooper(archive),
148 // *** BLooper
213 BLooper::Quit();
326 BLooper::Quit();
/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DCommandExecutor.cpp24 BLooper("Shortcuts commands executor")
H A DKeyCommandMap.h27 class KeyCommandMap : public BLooper {
/haiku/src/servers/index/
H A DAnalyserDispatcher.h21 class AnalyserDispatcher : public BLooper {
/haiku/src/preferences/repositories/
H A DTaskTimer.h37 class TaskTimer : public BLooper {
H A DTaskLooper.h50 class TaskLooper : public BLooper {
/haiku/src/tests/apps/installer/
H A DCopyEngine.h19 class CopyEngine : public BLooper {
/haiku/src/tests/kits/storage/testapps/
H A DPathMonitorTest.cpp23 class Looper : public BLooper {
36 : BLooper("path monitor test"),
/haiku/src/kits/app/
H A DMessageFilter.cpp118 BLooper*
130 BMessageFilter::SetLooper(BLooper* owner)
H A DMessenger.cpp61 BMessenger::BMessenger(const BHandler* handler, const BLooper* looper,
97 BMessenger::Target(BLooper** _looper) const
117 BLooper* looper = NULL;
134 BLooper* looper = NULL;
232 BMessenger::SetTo(const BHandler* handler, const BLooper* looper)
374 /*! Initializes the BMessenger to target the local BHandler and/or BLooper.
388 BMessenger::_InitData(const BHandler* handler, const BLooper* looper,
H A DApplication.cpp64 BObjectList<BLooper> sOnQuitLooperList;
251 BLooper(kDefaultLooperName)
259 BLooper(kDefaultLooperName)
268 BLooper(B_NORMAL_PRIORITY + 1, port < 0 ? _GetPort(signature) : port,
278 // Note: BeOS calls the private BLooper(int32, port_id, const char*)
281 BLooper(kDefaultLooperName)
322 BLooper* looper = sOnQuitLooperList.ItemAt(i);
489 // TODO: When BLooper::AddMessage() is done, use that instead of
565 status_t status = BLooper::Archive(data, deep);
624 // TODO: When BLooper
[all...]
/haiku/src/tests/kits/app/bmessenger/
H A DMessengerComparissonTester.cpp130 BLooper *looper = new BLooper;
160 BLooper *looper1 = new BLooper;
174 BLooper *looper2 = new BLooper;
/haiku/src/apps/diskprobe/
H A DDataEditor.h16 class BLooper;
88 BLooper* looper = NULL);
91 BLooper* looper = NULL);
/haiku/src/tests/kits/app/bmessage/
H A DMessageMessengerItemTest.h72 static BLooper sLooper;
75 // will already create a BLooper.
76 BLooper TMessengerInitPolicy::sLooper;
/haiku/src/servers/net/
H A DAutoconfigLooper.cpp32 : BLooper(device),
223 BLooper::MessageReceived(message);
/haiku/src/kits/bluetooth/
H A DDiscoveryListener.cpp143 BLooper::MessageReceived(message);
151 BLooper(),
/haiku/src/add-ons/input_server/filters/screen_saver/
H A DScreenSaverFilter.h26 class ScreenSaverController : public BLooper {
/haiku/src/add-ons/input_server/methods/pen/
H A DPenInputLooper.cpp40 : BLooper("PenInputLooper", B_NORMAL_PRIORITY),
107 BLooper::Quit();
127 return BLooper::DispatchMessage(message, handler);
231 BLooper::MessageReceived(message);
/haiku/src/apps/cortex/ParameterView/
H A DParameterWindowManager.h59 public BLooper {
103 public: // *** BLooper impl
/haiku/src/tests/kits/app/bmessagerunner/
H A DMessageRunnerTestHelpers.h29 class MessageRunnerTestLooper : public BLooper {
/haiku/src/tests/kits/game/chart/
H A DChartView.cpp92 BLooper *looper;
/haiku/src/apps/fontdemo/
H A DControlView.h18 class BLooper;

Completed in 94 milliseconds

12345678910