Searched refs:Go (Results 251 - 275 of 310) sorted by relevance

<<111213

/haiku-fatelf/src/apps/diskprobe/
H A DProbeView.cpp1113 alert->Go(NULL);
1876 alert->Go(NULL);
1897 int32 chosen = alert->Go();
/haiku-fatelf/src/apps/cdplayer/
H A DCDPlayer.cpp92 alert->Go();
/haiku-fatelf/src/apps/charactermap/
H A DCharacterView.cpp284 menu->Go(where, true, true, true);
/haiku-fatelf/src/apps/cortex/RouteApp/
H A DRouteWindow.cpp378 alert->Go();
/haiku-fatelf/src/apps/launchbox/
H A DPadView.cpp439 menu->Go(where, true, false, mouseRect, true);
/haiku-fatelf/src/apps/mediaplayer/
H A DMainWin.cpp637 alert->Go();
1097 alert->Go();
1346 alert->Go();
2043 menu->Go(screenPoint, true, true, rect, true);
/haiku-fatelf/src/apps/powerstatus/
H A DPowerStatusView.cpp623 menu->Go(point, true, false, true);
/haiku-fatelf/src/bin/
H A Durlwrapper.cpp64 button = alert->Go();
/haiku-fatelf/src/libs/glut/
H A DglutEvent.cpp886 GlutBMenuItem *result = (GlutBMenuItem*)bmenu->Go(bmenu->point);
/haiku-fatelf/src/preferences/media/
H A DMediaWindow.cpp406 if (alert->Go() == 0)
/haiku-fatelf/src/preferences/network_old/
H A DNetworkWindow.cpp463 int32 result = alert->Go();
493 int32 result = alert->Go();
/haiku-fatelf/src/servers/mail/
H A DDeskbarView.cpp395 menu->Go(pos, true, true, BRect(pos.x - 2, pos.y - 2,
H A DMailDaemon.cpp310 alert->Go(NULL);
/haiku-fatelf/src/servers/midi/
H A DMidiServerApp.cpp73 alert->Go();
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/MyNetwork/
H A DMyNetView.cpp666 alert->Go();
/haiku-fatelf/src/apps/bsnow/
H A DSnowView.cpp218 info->Go(NULL);
/haiku-fatelf/src/tests/servers/app/playground/
H A DObjectWindow.cpp427 if (alert->Go() == 1) {
/haiku-fatelf/src/apps/showimage/
H A DShowImageWindow.cpp440 fGoToPageMenu = new BMenu(B_TRANSLATE("Go to page"));
718 // Fill Go To page submenu with an entry for each page
1112 alert->Go();
1222 if (alert->Go() == 0) {
H A DShowImageView.cpp957 palert->Go();
1389 menu->Go(screen, true, true, true);
/haiku-fatelf/src/kits/tracker/
H A DOpenWithWindow.cpp680 alert->Go();
699 if (alert->Go() == 0)
H A DInfoWindow.cpp1289 contextMenu->Go(ConvertToScreen(point), true, true,
1995 alert->Go();
2020 alert->Go();
/haiku-fatelf/src/system/kernel/vm/
H A Dvm_page.cpp1896 uint32 Go();
2229 PageWriterRun::Go() function in class:PageWriterRun
2444 uint32 failedPages = run.Go();
/haiku-fatelf/src/bin/mail_utils/
H A Dspamdbm.cpp1018 * Go method which will show the window, stuff the user's answer into your
1034 void Go (bool *BulkModeSelectedPntr,
1508 AlertPntr->Go ();
1559 else /* Go backwards, looking for the trailing space. */
1649 /* Go through all our scripting commands and add a description of each one to
1846 AlertPntr->Go ();
2541 AboutAlertPntr->Go ();
4717 /* Go through the current database and delete words which are too old (time is
5391 ClassificationChoicesWindow::Go ( function in class:ClassificationChoicesWindow
5975 /* If it's a file, check if it is a spam database file. Go b
[all...]
/haiku-fatelf/src/apps/cortex/MediaRoutingView/
H A DMediaRoutingView.cpp968 menu->Go(point, true, true, true);
992 alert->Go();
/haiku-fatelf/src/apps/stylededit/
H A DStyledEditWindow.cpp1830 return alert->Go();
1885 return alert->Go();

Completed in 406 milliseconds

<<111213