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

<<111213

/haiku/src/apps/mail/
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/apps/diskprobe/
H A DProbeView.cpp1004 alert->Go(NULL);
1750 alert->Go(NULL);
1771 int32 chosen = alert->Go();
/haiku/src/tests/servers/app/playground/
H A DObjectWindow.cpp428 if (alert->Go() == 1) {
/haiku/src/libs/glut/
H A DglutEvent.cpp887 GlutBMenuItem *result = (GlutBMenuItem*)bmenu->Go(bmenu->point);
/haiku/src/bin/
H A Durlwrapper.cpp64 button = alert->Go();
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylistListView.cpp693 item = fDropContextMenu->Go(dropPoint, true, true);
/haiku/src/apps/cortex/RouteApp/
H A DRouteWindow.cpp385 alert->Go();
/haiku/src/apps/webpositive/tabview/
H A DTabManager.cpp285 BMenuItem *selected = tabMenu->Go(openPoint, false, false,
/haiku/src/preferences/network/
H A DNetworkWindow.cpp607 alert->Go(NULL);
/haiku/src/servers/mail/
H A DDeskbarView.cpp378 menu->Go(pos, true, true, BRect(pos.x - 2, pos.y - 2,
H A DMailDaemonApplication.cpp325 alert->Go(NULL);
/haiku/src/kits/tracker/infowindow/
H A DHeaderView.cpp341 contextMenu->Go(ConvertToScreen(where), true, true,
/haiku/src/apps/launchbox/
H A DPadView.cpp457 menu->Go(where, true, false, mouseRect, true);
/haiku/src/apps/mediaplayer/
H A DMainWin.cpp884 alert->Go();
1341 alert->Go();
1637 alert->Go();
2355 menu->Go(screenPoint, true, true, rect, true);
/haiku/src/kits/tracker/
H A DTrackerInitialState.cpp754 alert->Go();
H A DOpenWithWindow.cpp718 alert->Go();
737 if (alert->Go() == 0)
H A DContainerWindow.cpp234 alert->Go();
304 alert->Go();
2528 item = fDropContextMenu->Go(global, true, true);
2613 fDragContextMenu->Go(global);
2682 fContextMenu->Go(global, true, true, true);
3169 alert->Go();
H A DPoseView.cpp2731 alert->Go();
4433 BMenuItem* resultingItem = menu->Go(where, false, true);
5091 alert->Go();
5102 alert->Go();
5113 alert->Go();
5124 alert->Go();
5137 okToMove = alert->Go() == 1;
6200 alert->Go();
6251 if (alert->Go() == 0)
6592 alert->Go();
[all...]
/haiku/src/servers/registrar/
H A DShutdownProcess.cpp996 fWindow->Go(NULL);
1336 int32 result = alert->Go();
/haiku/src/preferences/keymap/
H A DKeyboardLayoutView.cpp228 alternativesPopUp->Go(ConvertToScreen(point), true);
330 modifiersPopUp->Go(ConvertToScreen(point), true);
/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/cortex/MediaRoutingView/
H A DMediaRoutingView.cpp982 menu->Go(point, true, true, true);
1006 alert->Go();
/haiku/src/apps/stylededit/
H A DStyledEditWindow.cpp1963 return alert->Go();
2018 return alert->Go();
/haiku/src/apps/showimage/
H A DShowImageView.cpp250 // Go negative so this isn't triggered again
968 palert->Go();
1405 menu->Go(screen, true, true, true);
H A DShowImageWindow.cpp479 fGoToPageMenu = new BMenu(B_TRANSLATE("Go to page"));
768 // Fill Go To page submenu with an entry for each page
1183 alert->Go();
1314 if (alert->Go() == 0) {

Completed in 280 milliseconds

<<111213