Searched refs:LockLooper (Results 26 - 50 of 78) sorted by relevance

1234

/haiku/src/tests/servers/app/drawing_debugger/
H A DDrawingDebugger.cpp163 view->LockLooper();
/haiku/src/apps/cortex/support/
H A DObservableHandler.cpp57 if(!LockLooper()) {
/haiku/src/servers/keystore/
H A DAppAccessRequestWindow.cpp180 LockLooper();
H A DKeyRequestWindow.cpp228 LockLooper();
/haiku/src/kits/print/
H A DFolderWatcher.cpp80 if (LockLooper()) {
/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DPopupSlider.cpp155 !fSlider->LockLooper()) {
190 /* if (fSlider->LockLooper()) {
210 /* if (fSlider->LockLooper()) {
224 if (LockLooper()) {
338 /* if (fSlider->LockLooper()) {
350 /* if (fSlider->LockLooper()) {
362 /* if (fSlider->LockLooper()) {
374 /* if (fSlider->LockLooper()) {
422 /* if (fSlider->LockLooper()) {
H A DInputSlider.cpp160 if (LockLooper()) {
/haiku/src/apps/mediaplayer/interface/
H A DTransportControlGroup.cpp376 if (!LockLooper())
410 if (!LockLooper())
432 if (!LockLooper())
450 if (!LockLooper())
463 if (!LockLooper())
/haiku/src/kits/interface/
H A DMenuItem.cpp209 if (fSuper->LockLooper()) {
229 if (menu != NULL && menu->LockLooper()) {
297 if (fSuper->LockLooper()) {
H A DMenuField.cpp1139 if (!LockLooper())
1148 if (!LockLooper())
1156 if (LockLooper()) {
/haiku/src/apps/icon-o-matic/gui/
H A DShapeListView.cpp96 if (fListView->LockLooper()) {
587 if (!LockLooper())
604 if (!LockLooper())
H A DPathListView.cpp171 if (fListView->LockLooper()) {
690 if (!LockLooper())
707 if (!LockLooper())
H A DStyleListView.cpp171 if (fListView->LockLooper()) {
612 if (!LockLooper())
629 if (!LockLooper())
/haiku/src/kits/midi2/
H A DMidiLocalConsumer.cpp71 if (LockLooper()) {
/haiku/src/add-ons/screen_savers/shelf/
H A DShelf.cpp241 fShelf->LockLooper();
/haiku/src/kits/tracker/
H A DNavigator.cpp271 LockLooper();
/haiku/src/apps/cortex/NodeManager/
H A DNodeGroup.cpp235 if(!LockLooper()) {
236 ASSERT(!"LockLooper() failed.");
333 if(!LockLooper()) {
334 ASSERT(!"LockLooper() failed.");
654 if(!LockLooper()) {
655 ASSERT(!"LockLooper() failed.");
1363 if(!LockLooper()) {
1364 ASSERT(!"LockLooper() failed.");
/haiku/src/apps/deskbar/
H A DTeamMenu.cpp173 if (dragging && fBarView->LockLooper()) {
H A DBarView.cpp928 if (!barView || !menu->LockLooper())
946 if (barView->LockLooper()) {
952 if (deskbarMenu && deskbarMenu->LockLooper()) {
/haiku/src/kits/app/
H A DHandler.cpp135 if (LockLooper()) {
422 BHandler::LockLooper() function in class:BHandler
/haiku/src/kits/shared/
H A DDateTimeEdit.cpp177 if (LockLooper()) {
543 if (LockLooper()) {
/haiku/src/kits/storage/disk_device/
H A DDiskDeviceList.cpp183 own BLocker, then this locker is locked, otherwise LockLooper() is
194 return LockLooper();
/haiku/src/tests/apps/miniterminal/
H A DMiniView.cpp193 if (LockLooper()) {
/haiku/src/apps/people/
H A DPersonView.cpp378 if (!LockLooper())
/haiku/src/apps/webpositive/autocompletion/
H A DAutoCompleterDefaultImpl.cpp345 if (fListView && fListView->LockLooper()) {

Completed in 146 milliseconds

1234