Searched refs:invoke (Results 1 - 8 of 8) sorted by relevance

/haiku/src/apps/diskusage/
H A DControlsView.h29 bool invoke = false);
H A DMainWindow.h32 bool invoke = false);
H A DMainWindow.cpp101 MainWindow::FindDeviceFor(dev_t device, bool invoke) argument
103 return fControlsView->FindDeviceFor(device, invoke);
H A DControlsView.cpp129 bool invoke = false);
302 ControlsView::VolumeTabView::FindDeviceFor(dev_t device, bool invoke) argument
310 if (invoke)
422 ControlsView::FindDeviceFor(dev_t device, bool invoke) argument
424 return fVolumeTabView->FindDeviceFor(device, invoke);
/haiku/src/apps/webpositive/
H A DBrowsingHistory.h75 bool invoke);
/haiku/src/apps/deskbar/
H A DExpandoMenuBar.h115 void _FinishedDrag(bool invoke = false);
H A DExpandoMenuBar.cpp1088 TExpandoMenuBar::_FinishedDrag(bool invoke) argument
1091 if (invoke)
1098 if (!invoke && fBarView != NULL && fBarView->Dragging())
/haiku/src/add-ons/input_server/filters/screen_saver/
H A DScreenSaverFilter.cpp229 BMessage invoke(kMsgCornerInvoke);
231 &invoke, B_INFINITE_TIMEOUT);

Completed in 110 milliseconds