Searched refs:Go (Results 51 - 75 of 306) sorted by last modified time

1234567891011>>

/haiku/src/add-ons/print/drivers/pcl6/
H A DPCL6.cpp188 alert->Go();
/haiku/src/apps/tv/
H A DMainWin.cpp383 alert->Go();
394 alert->Go();
608 menu->Go(screen_point, true, true, r, true);
/haiku/src/apps/magnify/
H A DMagnify.cpp1446 BMenuItem *selected = menu->Go(ConvertToScreen(where));
/haiku/src/apps/launchbox/
H A DPadView.cpp457 menu->Go(where, true, false, mouseRect, true);
/haiku/src/apps/terminal/
H A DTermView.cpp1448 // Go on to the next block
2173 menu->Go(point, true, true, true);
/haiku/src/apps/icon-o-matic/import_export/svg/
H A DSVGImporter.cpp72 alert->Go(NULL);
H A DSVGExporter.cpp156 return alert->Go() == 1;
/haiku/headers/os/interface/
H A DAlert.h69 int32 Go();
70 status_t Go(BInvoker* invoker);
/haiku/src/kits/tracker/
H A DTests.cpp326 iconSpewer.Go();
H A DCountView.cpp307 menu->Go(point, true, true, clickToOpenRect);
/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp1020 * Go method which will show the window, stuff the user's answer into your
1036 void Go (bool *BulkModeSelectedPntr,
1510 AlertPntr->Go ();
1561 else /* Go backwards, looking for the trailing space. */
1651 /* Go through all our scripting commands and add a description of each one to
1848 AlertPntr->Go ();
2543 AboutAlertPntr->Go ();
4731 /* Go through the current database and delete words which are too old (time is
5405 ClassificationChoicesWindow::Go ( function in class:ClassificationChoicesWindow
5989 /* If it's a file, check if it is a spam database file. Go b
[all...]
/haiku/src/apps/packageinstaller/
H A DPackageInfo.cpp1086 selection = warning->Go();
/haiku/src/apps/mail/
H A DEnclosures.cpp182 alert->Go();
234 alert->Go();
373 BMenuItem* item = menu.Go(menuStart);
H A DContent.cpp768 alert->Go();
1491 if ((menuItem = menu.Go(point, false, false)) != NULL) {
1596 item = fLinkMenu->Go(point, true);
1598 item = fEnclosureMenu->Go(point, true);
1831 alert->Go();
1984 alert->Go();
3310 alert->Go();
3358 alert->Go();
/haiku/src/preferences/input/
H A DInputTouchpadPrefView.cpp111 result = alert->Go();
/haiku/src/preferences/filetypes/
H A DApplicationTypeWindow.cpp1070 int32 choice = alert->Go();
/haiku/src/kits/tracker/infowindow/
H A DHeaderView.cpp341 contextMenu->Go(ConvertToScreen(where), true, true,
/haiku/src/kits/interface/
H A DAlert.cpp268 BAlert::Go() function in class:BAlert
314 BAlert::Go(BInvoker* invoker) function in class:BAlert
348 // lets synchronous Go() continue just as well.
/haiku/src/apps/debugger/user_interface/gui/util/
H A DAlertWithCheckbox.cpp133 AlertWithCheckbox::Go(bool& dontAskAgain) function in class:AlertWithCheckbox
H A DAlertWithCheckbox.h23 int32 Go(bool& dontAskAgain);
/haiku/src/apps/debugger/user_interface/gui/
H A DGraphicalUserInterface.cpp256 alert->Go(NULL);
295 int result = alert->Go(dontAskAgain);
/haiku/src/add-ons/print/drivers/postscript/
H A DPS.cpp337 alert->Go();
/haiku/src/add-ons/print/drivers/pcl5/
H A DPCL5.cpp214 alert->Go();
/haiku/src/add-ons/print/drivers/canon_lips/lips4/
H A DLips4.cpp201 alert->Go();
236 alert->Go();
/haiku/src/add-ons/print/drivers/canon_lips/lips3/
H A DLips3.cpp191 alert->Go();
226 alert->Go();

Completed in 176 milliseconds

1234567891011>>