Searched refs:Go (Results 276 - 300 of 306) sorted by relevance

<<111213

/haiku/src/kits/tracker/
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 DNavMenu.cpp943 BPopUpNavMenu::Go(BPoint where) function in class:BPopUpNavMenu
H A DTitleView.cpp315 menu->Go(ConvertToScreen(where), true, false);
H A DTracker.cpp862 int32 choice = alert->Go();
/haiku/src/apps/debugger/user_interface/gui/inspector_window/
H A DMemoryView.cpp1119 menu->Go(screenWhere, true, false, mouseRect, true);
/haiku/src/apps/workspaces/
H A DWorkspaces.cpp697 menu->Go(where, true, true, true);
/haiku/src/servers/media/
H A Dmedia_server.cpp221 alert->Go();
/haiku/src/libs/print/libprint/
H A DGraphicsDriver.cpp716 alert->Go();
/haiku/src/apps/mediaplayer/
H A DController.cpp744 resume = alert->Go() == 0;
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaNodePanel.cpp688 menu->Go(point, true, true, true);
H A DMediaJack.cpp775 menu->Go(point, true, true, true);
/haiku/src/preferences/filetypes/
H A DFileTypesWindow.cpp699 if (alert->Go())
H A DApplicationTypeWindow.cpp1070 int32 choice = alert->Go();
H A DIconView.cpp882 menu->Go(where, true, false, true);
/haiku/src/servers/debug/
H A DDebugServer.cpp882 debugAction = alert->Go();
/haiku/src/apps/packageinstaller/
H A DPackageInfo.cpp1086 selection = warning->Go();
/haiku/src/apps/powerstatus/
H A DPowerStatusView.cpp792 menu->Go(point, true, false, true);
/haiku/src/apps/terminal/
H A DTermViewStates.cpp1122 menu->Go(fView->ConvertToScreen(point), true, true, true);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp897 fContextMenu->Go(screenWhere, true, false, mouseRect, true);
3397 alert->Go();
/haiku/src/apps/activitymonitor/
H A DActivityView.cpp1037 menu->Go(where, true, false, true);
/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.cpp804 menu->Go(where, true, false, mouseRect, true);
/haiku/src/apps/deskcalc/
H A DCalcView.cpp605 if ((selected = fPopUpMenu->Go(ConvertToScreen(point))) != NULL
/haiku/src/apps/webpositive/
H A DURLInputGroup.cpp256 menu->Go(ConvertToScreen(where), true, true, true);
/haiku/src/system/kernel/vm/
H A Dvm_page.cpp1935 uint32 Go();
2269 PageWriterRun::Go() function in class:PageWriterRun
2484 uint32 failedPages = run.Go();
/haiku/src/preferences/backgrounds/
H A DBackgroundsView.cpp665 alert->Go(NULL);

Completed in 376 milliseconds

<<111213