Searched refs:BLooper (Results 1 - 25 of 244) sorted by last modified time

12345678910

/haiku/src/servers/app/font/
H A DGlobalFontManager.cpp104 : BLooper("GlobalFontManager"),
292 BLooper::MessageReceived(message);
/haiku/src/kits/tracker/
H A DFSUtils.cpp3434 extern BLooper* gLaunchLooper;
H A DContainerWindow.cpp2990 AutoLock<BLooper> _(parentMenu->Looper());
3422 AutoLock<BLooper> _(menu->Looper());
H A DUtilities.cpp1637 AutoLocker<BLooper> lock(menu->Looper());
H A DPoseView.h313 void SetSelectionHandler(BLooper* looper);
726 BLooper* fSelectionHandler;
1267 BPoseView::SetSelectionHandler(BLooper* looper)
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.cpp1321 BLooper* looper;
1344 BLooper* looper;
1352 BLooper* Looper() const
1354 BLooper* looper;
H A DFilePanel.cpp111 BLooper::LooperForThread(find_thread(NULL)));
H A DNavMenu.cpp757 BLooper* looper;
/haiku/src/apps/diskprobe/
H A DProbeView.cpp177 class EditorLooper : public BLooper {
889 : BLooper(name),
969 BLooper::MessageReceived(message);
H A DDataEditor.cpp1261 DataEditor::StartWatching(BHandler *handler, BLooper *looper)
1286 DataEditor::StopWatching(BHandler *handler, BLooper *looper)
/haiku/src/preferences/filetypes/
H A DIconView.h124 const BLooper* looper = NULL);
H A DIconView.cpp1453 IconView::SetTarget(const BHandler* handler, const BLooper* looper = NULL)
/haiku/src/servers/package/
H A DVolume.cpp142 Volume::Volume(BLooper* looper)
396 BLooper *myLooper = Looper() ;
638 if (BLooper* looper = Looper())
/haiku/src/servers/registrar/
H A DMIMEManager.cpp88 BLooper("main_mime"),
332 BLooper::MessageReceived(message);
/haiku/src/apps/icon-o-matic/gui/
H A DGradientControl.cpp68 if (BLooper* looper = fTarget->Looper())
/haiku/src/apps/deskbar/
H A DTeamMenu.cpp188 BLooper* looper = fBarView->Looper();
H A DDeskbarMenu.cpp119 BLooper* looper = fBarView->Looper();
/haiku/src/apps/debugger/user_interface/cli/
H A DCliContext.cpp91 BLooper("CliContext"),
210 // TODO: Use the lifecycle methods of BLooper instead
487 BLooper::MessageReceived(message);
H A DCliContext.h36 public BLooper {
/haiku/src/tests/kits/storage/testapps/
H A DNodeMonitorTest.cpp19 class Looper : public BLooper {
/haiku/src/kits/media/
H A DMediaRoster.cpp3422 // #pragma mark - BLooper overrides
3578 BLooper::MessageReceived(message);
3596 return BLooper::ResolveSpecifier(msg, index, specifier, form, property);
3603 return BLooper::GetSupportedSuites(data);
3631 BLooper("_BMediaRoster_", B_URGENT_DISPLAY_PRIORITY,
/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp1080 class CommanderLooper : public BLooper
5589 : BLooper ("CommanderLooper", B_NORMAL_PRIORITY),
5674 BLooper::MessageReceived (MessagePntr);
/haiku/src/kits/interface/
H A DAlert.cpp278 BLooper::LooperForThread(find_thread(NULL)));
445 dynamic_cast<BWindow*>(BLooper::LooperForThread(find_thread(NULL)));
647 BWindow* parent = dynamic_cast<BWindow*>(BLooper::LooperForThread(
H A DAboutWindow.cpp439 dynamic_cast<BWindow*>(BLooper::LooperForThread(find_thread(NULL)));

Completed in 266 milliseconds

12345678910