Searched refs:Go (Results 51 - 75 of 310) sorted by relevance

1234567891011>>

/haiku-fatelf/src/servers/print/
H A DPrintServerApp.R5.cpp73 w->Go();
101 if (alert->Go() == 1) {
148 if (alert->Go() == 1)
H A DConfigWindow.h40 void Go();
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/transport/
H A Dbeserved_transport.cpp61 alert->Go();
92 alert->Go();
101 alert->Go();
/haiku-fatelf/src/tests/kits/media/notificationtest/
H A Dmain.cpp117 globalwatch = (1 == (new BAlert("","Global watching?","No","Yes"))->Go());
118 nodewatch = (1 == (new BAlert("","Node watching?","No","Yes"))->Go());
122 (new BAlert("","Click Quit to gracefully quit or Abort to abort :-)","Quit","Abort"))->Go(new BInvoker(new BMessage('quit'),be_app_messenger));
/haiku-fatelf/src/add-ons/print/drivers/pdf/source/
H A DPrinterDriver.cpp207 alert->Go();
236 return psw->Go();
257 return jsw->Go();
/haiku-fatelf/headers/os/interface/
H A DAlert.h55 int32 Go();
56 status_t Go(BInvoker *invoker);
/haiku-fatelf/src/apps/processcontroller/
H A DPCWorld.cpp97 if (alert->Go() != 0) {
110 alert->Go();
/haiku-fatelf/src/apps/webwatch/
H A DWatchView.cpp135 menu->Go(point, true, false, true);
164 alert->Go(NULL);
/haiku-fatelf/src/add-ons/print/transports/print_to_file/
H A DFileSelector.cpp107 FileSelector::Go(entry_ref* ref) function in class:FileSelector
H A Dprint_transport.cpp56 if (selector->Go(&ref) != B_OK) {
/haiku-fatelf/src/apps/autoraise/
H A DAutoRaiseApp.cpp74 alert->Go();
/haiku-fatelf/src/apps/icon-o-matic/import_export/svg/
H A DSVGImporter.cpp84 alert->Go(NULL);
/haiku-fatelf/src/libs/print/libprint/
H A DDialogWindow.cpp46 status_t DialogWindow::Go() function in class:DialogWindow
H A DBlockingWindow.cpp135 about->Go();
213 BlockingWindow::Go() function in class:BlockingWindow
/haiku-fatelf/src/tests/libs/alm/
H A DBadLayout.cpp26 alert->Go();
/haiku-fatelf/src/preferences/time/
H A DTime.cpp64 alert->Go();
/haiku-fatelf/src/apps/installer/
H A DInstallerWindow.cpp354 alert->Go();
439 alert->Go();
590 alert->Go();
598 alert->Go();
606 alert->Go();
616 if (alert->Go() == 0)
625 if (alert->Go() == 0)
668 alert->Go();
697 alert->Go();
903 quit = alert->Go() !
[all...]
/haiku-fatelf/src/add-ons/print/drivers/preview/
H A DPrinterDriver.cpp160 return w->Go();
178 return w->Go();
/haiku-fatelf/src/add-ons/print/transports/ipp/
H A DIppSetupDlg.cpp145 alert->Go();
198 int IppSetupDlg::Go() function in class:IppSetupDlg
H A DIppTransport.cpp47 if (dlg->Go() == B_ERROR) {
133 alert->Go();
/haiku-fatelf/src/add-ons/print/transports/lpr/
H A DLprSetupDlg.cpp146 alert->Go();
160 alert->Go();
H A DLprTransport.cpp54 if (dlg->Go() == B_ERROR) {
133 alert->Go();
/haiku-fatelf/src/apps/packageinstaller/
H A DPackageView.cpp102 warning->Go();
139 imageViewer->Go();
147 int32 selection = text->Go();
201 notify->Go();
220 notify->Go();
241 notify->Go();
363 choice = alert->Go();
391 int32 decision = alert->Go();
/haiku-fatelf/src/apps/pulse/
H A DPulseView.cpp97 popupmenu->Go(point, true, false, true);
134 alert->Go(NULL);
/haiku-fatelf/src/preferences/notifications/
H A DDisplayView.cpp111 (void)alert->Go();
181 (void)alert->Go();

Completed in 193 milliseconds

1234567891011>>