Searched refs:Go (Results 1 - 25 of 306) sorted by last modified time

1234567891011>>

/haiku/src/kits/tracker/
H A DFSUtils.cpp365 return alert->Go() != 0;
371 alert->Go();
746 if (alert->Go() == 1) {
841 alert->Go();
867 alert->Go();
908 alert->Go();
958 alert->Go();
1133 alert->Go();
1152 alert->Go();
1924 alert->Go();
[all...]
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 DFilePanelPriv.cpp1051 item = new BMenuItem(B_TRANSLATE("Go to parent"),
1151 fContextMenu->Go(global, true, true, true);
1568 return alert->Go();
H A DTracker.cpp862 int32 choice = 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...]
H A DWidgetAttributeText.cpp1588 alert->Go();
1625 alert->Go();
1732 alert->Go();
H A DTitleView.cpp315 menu->Go(ConvertToScreen(where), true, false);
H A DOpenWithWindow.cpp718 alert->Go();
737 if (alert->Go() == 0)
/haiku/src/preferences/screen/
H A DScreenWindow.cpp646 alert->Go();
1455 window->Go(NULL);
1465 alert->Go();
/haiku/src/apps/showimage/
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) {
H A DShowImageStatusView.cpp138 menu->Go(point, true, true, clickToOpenRect);
/haiku/src/preferences/filetypes/
H A DIconView.cpp882 menu->Go(where, true, false, true);
/haiku/src/apps/text_search/
H A DGrepWindow.cpp1261 alert->Go(NULL);
1354 alert->Go(NULL);
1419 alert->Go(NULL);
/haiku/src/apps/terminal/
H A DTermWindow.cpp396 return alert->Go() == 0;
821 alert->Go();
839 alert->Go();
861 alert->Go();
1662 popUpMenu->Go(screenWhere, true, true, mouseRect, true);
1957 fSetTabTitleDialog->Go(title, userDefined, this);
1978 fSetWindowTitleDialog->Go(fTitle.pattern, fTitle.patternUserDefined, this);
H A DTermViewStates.cpp1122 menu->Go(fView->ConvertToScreen(point), true, true, true);
/haiku/src/apps/haikudepot/ui/
H A DUserLoginWindow.cpp638 alert->Go();
1197 alert->Go();
1404 alert->Go();
1470 alert->Go();
H A DRatePackageWindow.cpp368 alert->Go();
380 alert->Go();
H A DMainWindow.cpp902 int32 result = alert->Go();
1408 alert->Go();
1423 int32 choice = alert->Go();
/haiku/src/apps/webpositive/
H A DURLInputGroup.cpp256 menu->Go(ConvertToScreen(where), true, true, true);
H A DBrowserWindow.cpp749 // Do it in such a way that the user sees the Go-button go down.
902 if (alert->Go() == 0)
960 if (alert->Go() == 0)
1977 // Go ahead and write to the existing entry.
2071 alert->Go();
2112 alert->Go();
2148 alert->Go();
2174 alert->Go();
2808 alert->Go(NULL);
/haiku/src/apps/powerstatus/
H A DPowerStatusView.cpp792 menu->Go(point, true, false, true);
H A DPowerStatus.cpp114 alert->Go();
135 if (fAutoInstallInDeskbar || alert->Go()) {
/haiku/src/apps/deskcalc/
H A DCalcView.cpp605 if ((selected = fPopUpMenu->Go(ConvertToScreen(point))) != NULL
/haiku/src/apps/installer/
H A DInstallerWindow.cpp357 alert->Go();
452 alert->Go();
602 alert->Go();
610 alert->Go();
618 alert->Go();
627 if (alert->Go() == 0)
637 if (alert->Go() == 0)
685 alert->Go();
716 alert->Go();
943 quit = alert->Go() !
[all...]
/haiku/src/bin/desklink/
H A DDeskButton.cpp188 menu->Go(where, true, true, BRect(where - BPoint(4, 4),

Completed in 237 milliseconds

1234567891011>>