Searched refs:BLooper (Results 126 - 150 of 244) sorted by relevance

12345678910

/haiku/src/apps/diskusage/
H A DScanner.h28 class Scanner: public BLooper {
/haiku/src/tests/apps/installer/
H A DCopyEngine.cpp28 : BLooper("copy_engine"),
/haiku/src/apps/installer/
H A DWorkerThread.h20 class WorkerThread : public BLooper {
/haiku/src/servers/app/
H A DScreenManager.h39 class ScreenManager : public BLooper {
/haiku/src/preferences/appearance/
H A DCurView.h54 const BHandler *handler, const BLooper *looper=NULL);
/haiku/headers/private/print/
H A DFolderWatcher.h74 FolderWatcher(BLooper* looper, const BDirectory& folder, bool watchAttrChanges = false);
/haiku/src/servers/registrar/
H A DMessageEvent.cpp155 if (BLooper* looper = fHandler->Looper())
/haiku/src/tests/kits/storage/testapps/
H A DNodeMonitorTest.cpp19 class Looper : public BLooper {
/haiku/src/apps/cortex/support/
H A DMultiInvoker.cpp104 status_t MultiInvoker::AddTarget(const BHandler* h, const BLooper* loop)
156 BHandler* MultiInvoker::TargetAt(int32 index, BLooper** looper) const
/haiku/src/apps/debuganalyzer/gui/table/
H A DAbstractTable.cpp60 BLooper* window = fTable->Looper();
86 BLooper* window = fTable->Looper();
/haiku/src/kits/app/
H A DHandler.cpp136 BLooper* looper = Looper();
286 BLooper*
345 BLooper* looper = fLooper;
364 BLooper* looper = fLooper;
382 BLooper* looper = fLooper;
424 BLooper* looper = fLooper;
443 BLooper* looper = fLooper;
646 BHandler::SetLooper(BLooper* looper)
/haiku/src/kits/print/
H A DFolderWatcher.cpp46 FolderWatcher::FolderWatcher(BLooper* looper, const BDirectory& folder, bool watchAttrChanges)
81 BLooper* looper = Looper();
/haiku/src/kits/tracker/
H A DNodePreloader.cpp55 NodePreloader::InstallNodePreloader(const char* name, BLooper* host)
59 AutoLock<BLooper> lock(host);
/haiku/src/apps/cortex/InfoView/
H A DInfoWindowManager.h67 public BLooper {
129 public: // *** BLooper impl
/haiku/src/apps/packageinstaller/
H A DPackageStatus.cpp86 BLooper *loop = fParent->Looper();
/haiku/src/apps/resedit/
H A DInlineEditor.cpp32 BLooper *loop = (*target)->Looper();
/haiku/src/apps/terminal/
H A DTerminalRoster.h55 status_t Register(team_id teamID, BLooper* looper);
/haiku/src/servers/print/
H A DPrinter.h35 SpoolFolder(BLocker* locker, BLooper* looper, const BDirectory& spoolDir);
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylistWindow.h59 class DurationListener : public PlaylistObserver, public BLooper {
/haiku/src/apps/mail/
H A DQueryMenu.cpp48 BLooper *QueryMenu::fQueryLooper = NULL;
101 fQueryLooper = new BLooper("Query Watcher");
298 BLooper *ignore; // don't care what value this gets
/haiku/src/kits/debugger/target_host_interface/
H A DTargetHostInterface.cpp39 BLooper(),
164 BLooper::Quit();
207 BLooper::MessageReceived(message);
/haiku/src/apps/debugger/user_interface/gui/inspector_window/
H A DInspectorWindow.cpp450 AutoLocker<BLooper> lock(this);
463 AutoLocker<BLooper> lock(this);
477 AutoLocker<BLooper> lock(this);
491 AutoLocker<BLooper> lock(this);
522 AutoLocker<BLooper> lock(this);
547 AutoLocker<BLooper> lock(this);
/haiku/src/tests/kits/app/bmessagerunner/
H A DMessageRunnerTestHelpers.cpp46 : BLooper(),
/haiku/src/tests/servers/app/newerClipping/
H A DDesktop.h35 class Desktop : public BLooper {
H A DWindowLayer.h54 class WindowLayer : public BLooper {

Completed in 139 milliseconds

12345678910