Searched refs:BLooper (Results 151 - 175 of 244) sorted by relevance

12345678910

/haiku/src/apps/launchbox/
H A DNamePanel.cpp107 BLooper* looper = fTarget ? fTarget->Looper() : NULL;
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorPickerPanel.cpp112 BLooper* looper = fTarget ? fTarget->Looper() : be_app;
/haiku/src/servers/index/
H A DVolumeWatcher.h126 class VolumeWatcher : public VolumeWatcherBase, public BLooper {
H A DVolumeWatcher.cpp117 BLooper(name, B_LOW_PRIORITY),
272 BLooper::MessageReceived(message);
426 BLooper("VolumeWatcher"),
/haiku/headers/private/debugger/target_host_interface/
H A DTargetHostInterface.h26 class TargetHostInterface : public BLooper, private TeamDebugger::Listener {
64 // BLooper
/haiku/src/kits/tracker/
H A DTrashWatcher.cpp58 BLooper("TrashWatcher", B_LOW_PRIORITY),
H A DOverrideAlert.cpp108 = dynamic_cast<BWindow*>(BLooper::LooperForThread(find_thread(NULL)));
/haiku/src/preferences/repositories/
H A DTaskTimer.cpp25 BLooper(),
/haiku/src/kits/debugger/controllers/
H A DDebugReportGenerator.h33 class DebugReportGenerator : public BLooper, private Team::Listener,
/haiku/src/apps/deskbar/
H A DBarMenuTitle.cpp163 BLooper* looper = fBarView->Looper();
/haiku/src/servers/registrar/
H A DShutdownProcess.h27 class ShutdownProcess : public BLooper, public EventMaskWatcher {
/haiku/headers/private/print/
H A DJobs.h128 Folder(BLocker* fLocker, BLooper* looper, const BDirectory& spoolDir);
/haiku/src/apps/cortex/ParameterView/
H A DParameterWindowManager.cpp112 : BLooper("ParameterWindowManager",
259 // *** BLooper impl
304 BLooper::MessageReceived(message);
/haiku/src/kits/device/
H A DUSBRoster.cpp44 class RosterLooper : public BLooper {
186 : BLooper("BUSBRoster looper"),
/haiku/src/tests/kits/app/bclipboard/
H A DReadWriteTester.cpp300 BLooper *looper = new BLooper();
/haiku/src/tests/servers/app/newerClipping/
H A DClientLooper.cpp86 : BLooper("", B_DISPLAY_PRIORITY),
162 BLooper::MessageReceived(message);
/haiku/src/add-ons/input_server/filters/screen_saver/
H A DScreenSaverFilter.cpp53 : BLooper("screensaver controller", B_LOW_PRIORITY),
85 BLooper::MessageReceived(message);
246 // called from the controller BLooper
/haiku/src/apps/mail/
H A DQueryList.cpp17 static BLooper* sQueryLooper = NULL;
24 sQueryLooper = new BLooper("query looper");
/haiku/src/apps/mandelbrot/
H A DFractalEngine.cpp29 FractalEngine::FractalEngine(BHandler* parent, BLooper* looper)
31 BLooper("FractalEngine"),
160 BLooper::MessageReceived(msg);
/haiku/headers/os/interface/
H A DWindow.h93 class BWindow : public BLooper {
291 typedef BLooper inherited;
306 friend status_t _safe_get_server_token_(const BLooper*, int32*);
/haiku/src/kits/print/
H A DPrintPanel.cpp218 BWindow* window = dynamic_cast<BWindow*> (BLooper::LooperForThread(find_thread(NULL)));
/haiku/src/apps/expander/
H A DPasswordAlert.cpp139 = dynamic_cast<BWindow*>(BLooper::LooperForThread(find_thread(NULL)));
/haiku/headers/os/add-ons/mail_daemon/
H A DMailProtocol.h53 class BMailProtocol : public BLooper {
/haiku/src/servers/package/
H A DVolume.h67 Volume(BLooper* looper);
/haiku/src/servers/app/
H A DScreenManager.cpp70 BLooper("screen manager"),

Completed in 631 milliseconds

12345678910