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

1234567891011>>

/haiku/src/apps/processcontroller/
H A DPCWorld.cpp81 if (alert->Go() != 0) {
94 alert->Go();
/haiku/src/apps/drivesetup/
H A DCreateParametersPanel.cpp60 CreateParametersPanel::Go(off_t& offset, off_t& size, BString& name, function in class:CreateParametersPanel
63 // The object will be deleted in Go(), so we need to get the values via
67 status_t status = ChangeParametersPanel::Go(name, type, parameters,
/haiku/headers/os/interface/
H A DAlert.h69 int32 Go();
70 status_t Go(BInvoker* invoker);
/haiku/src/apps/powerstatus/
H A DPowerStatus.cpp114 alert->Go();
135 if (fAutoInstallInDeskbar || alert->Go()) {
/haiku/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/src/tests/libs/alm/
H A DBadLayout.cpp26 alert->Go();
/haiku/src/servers/print/
H A DConfigWindow.h40 void Go();
/haiku/src/servers/package/
H A DProblemWindow.h42 bool Go(BSolver* solver,
/haiku/src/preferences/bluetooth/
H A DBluetoothMain.cpp38 int32 choice = alert->Go();
/haiku/src/tests/kits/interface/bmenu/
H A DMenuTest.cpp44 menu->Go(BPoint(), false, true, true);
/haiku/src/preferences/shortcuts/
H A DEditWindow.cpp55 EditWindow::Go() function in class:EditWindow
/haiku/src/add-ons/print/transports/print_to_file/
H A Dprint_transport.cpp56 if (selector->Go(&ref) != B_OK) {
H A DFileSelector.cpp107 FileSelector::Go(entry_ref* ref) function in class:FileSelector
/haiku/src/apps/icon-o-matic/import_export/svg/
H A DSVGImporter.cpp72 alert->Go(NULL);
/haiku/src/add-ons/print/transports/lpr/
H A DLprTransport.cpp54 if (dlg->Go() == B_ERROR) {
133 alert->Go();
H A DLprSetupDlg.cpp146 alert->Go();
160 alert->Go();
/haiku/src/add-ons/print/drivers/preview/
H A DPrinterDriver.cpp150 return w->Go();
168 return w->Go();
/haiku/src/tests/kits/interface/bwindowstack/
H A DWindowStackTest.cpp85 alert->Go();*/
140 alert->Go();
146 alert->Go();
/haiku/src/apps/pulse/
H A DPulseView.cpp112 popupmenu->Go(point, true, false, true);
155 alert->Go(NULL);
/haiku/src/add-ons/print/transports/ipp/
H A DIppSetupDlg.cpp148 alert->Go();
201 int IppSetupDlg::Go() function in class:IppSetupDlg
H A DIppTransport.cpp48 if (dlg->Go() == B_ERROR) {
134 alert->Go();
/haiku/src/apps/packageinstaller/
H A DPackageView.cpp89 warning->Go();
126 imageViewer->Go();
134 int32 selection = text->Go();
187 notify->Go();
207 notify->Go();
229 notify->Go();
377 choice = alert->Go();
407 int32 decision = alert->Go();
/haiku/src/servers/bluetooth/
H A DDeskbarReplicant.cpp190 menu->Go(point, true, true, true);
224 alert->Go(NULL);
/haiku/src/tools/translation/inspector/
H A DImageWindow.cpp144 palert->Go();
149 palert->Go();

Completed in 428 milliseconds

1234567891011>>