Searched refs:LooperForThread (Results 1 - 15 of 15) sorted by relevance

/haiku/src/tests/kits/app/blooper/
H A DLooperForThreadTest.cpp22 LooperForThread(thread_id)
29 CPPUNIT_ASSERT(Looper == BLooper::LooperForThread(tid));
35 LooperForThread(thread_id)
40 CPPUNIT_ASSERT(BLooper::LooperForThread(find_thread(NULL)) == NULL);
/haiku/src/apps/packageinstaller/
H A DBlockingWindow.cpp52 BWindow* window = dynamic_cast<BWindow*>(BLooper::LooperForThread(
/haiku/headers/private/app/
H A DLooperList.h40 BLooper* LooperForThread(thread_id tid);
/haiku/src/kits/print/
H A DPrintPanel.cpp218 BWindow* window = dynamic_cast<BWindow*> (BLooper::LooperForThread(find_thread(NULL)));
/haiku/src/kits/tracker/
H A DOverrideAlert.cpp108 = dynamic_cast<BWindow*>(BLooper::LooperForThread(find_thread(NULL)));
H A DFilePanel.cpp111 BLooper::LooperForThread(find_thread(NULL)));
/haiku/src/kits/app/
H A DLooperList.cpp141 BLooperList::LooperForThread(thread_id thread) function in class:BPrivate::BLooperList
H A DLooper.cpp666 BLooper::LooperForThread(thread_id thread) function in class:BLooper
668 return gLooperList.LooperForThread(thread);
/haiku/src/apps/expander/
H A DPasswordAlert.cpp139 = dynamic_cast<BWindow*>(BLooper::LooperForThread(find_thread(NULL)));
/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 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/headers/os/app/
H A DLooper.h81 static BLooper* LooperForThread(thread_id thread);
/haiku/src/apps/webpositive/
H A DAuthenticationPanel.cpp184 (BLooper::LooperForThread(find_thread(NULL)));

Completed in 178 milliseconds