Searched refs:BLooper (Results 201 - 225 of 244) sorted by relevance

12345678910

/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DPopupSlider.cpp247 if (BLooper* looper = fTarget->Looper())
/haiku/src/apps/terminal/
H A DTerminalRoster.cpp175 TerminalRoster::Register(team_id teamID, BLooper* looper)
/haiku/src/servers/print/
H A DPrinter.cpp32 SpoolFolder::SpoolFolder(BLocker* locker, BLooper* looper,
/haiku/src/kits/interface/
H A DPopUpMenu.cpp349 = dynamic_cast<BWindow*>(BLooper::LooperForThread(find_thread(NULL)));
H A DAboutWindow.cpp439 dynamic_cast<BWindow*>(BLooper::LooperForThread(find_thread(NULL)));
H A DPrintJob.cpp792 BLooper::LooperForThread(find_thread(NULL)));
/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DKeyCommandMap.cpp80 BLooper("Shortcuts map watcher"),
/haiku/src/preferences/repositories/
H A DTaskLooper.cpp98 BLooper("TaskLooper"),
/haiku/src/kits/tracker/
H A DTracker.cpp120 class LaunchLooper : public BLooper {
124 BLooper("launch looper")
150 BLooper* gLaunchLooper = NULL;
233 const BHandler* handler, const BLooper* looper = NULL)
H A DPoseView.h313 void SetSelectionHandler(BLooper* looper);
726 BLooper* fSelectionHandler;
1267 BPoseView::SetSelectionHandler(BLooper* looper)
H A DStatusWindow.cpp256 AutoLock<BLooper> lock(be_app);
339 AutoLock<BLooper> lock(be_app);
H A DFSClipboard.cpp623 : BLooper("ClipboardRefsWatcher", B_LOW_PRIORITY, 4096),
/haiku/src/servers/package/
H A DVolume.cpp142 Volume::Volume(BLooper* looper)
396 BLooper *myLooper = Looper() ;
638 if (BLooper* looper = Looper())
/haiku/src/kits/midi2/
H A DMidiRosterLooper.cpp22 : BLooper("MidiRosterLooper")
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylistWindow.cpp535 BLooper::MessageReceived(message);
/haiku/headers/os/media/
H A DMediaRoster.h39 class BMediaRoster : public BLooper {
342 // BLooper overrides
/haiku/src/apps/deskbar/
H A DDeskbarMenu.cpp119 BLooper* looper = fBarView->Looper();
/haiku/src/kits/debugger/controllers/
H A DDebugReportGenerator.cpp58 BLooper("DebugReportGenerator"),
182 BLooper::MessageReceived(message);
H A DTeamDebugger.cpp218 BLooper("team debugger"),
250 AutoLocker<BLooper> locker(this);
973 BLooper::MessageReceived(message);
/haiku/src/apps/installer/
H A DWorkerThread.cpp154 BLooper("copy_engine"),
226 BLooper::MessageReceived(message);
/haiku/src/tests/kits/net/netservices2/
H A DHttpProtocolTest.cpp376 class ObserverHelper : public BLooper
381 BLooper("ObserverHelper")
/haiku/src/kits/network/libnetapi/
H A DNetworkDevice.cpp743 class ScanListener : public BLooper {
760 BLooper::MessageReceived(message);
/haiku/src/apps/diskprobe/
H A DDataEditor.cpp1261 DataEditor::StartWatching(BHandler *handler, BLooper *looper)
1286 DataEditor::StopWatching(BHandler *handler, BLooper *looper)
H A DProbeView.cpp177 class EditorLooper : public BLooper {
889 : BLooper(name),
969 BLooper::MessageReceived(message);
/haiku/src/servers/app/font/
H A DGlobalFontManager.cpp104 : BLooper("GlobalFontManager"),
292 BLooper::MessageReceived(message);

Completed in 164 milliseconds

12345678910