Searched refs:choice (Results 1 - 18 of 18) sorted by relevance

/haiku/src/kits/debugger/debug_info/loading_state_handlers/
H A DDwarfLoadingStateHandler.cpp79 int32 choice; local
87 choice = interface->SynchronouslyAskUser("Debug info missing",
89 if (choice == 0)
90 choice = USER_CHOICE_LOCATE_FILE;
91 else if (choice == 1)
92 choice = USER_CHOICE_SKIP;
99 choice = interface->SynchronouslyAskUser("Debug info missing",
103 choice = USER_CHOICE_SKIP;
105 if (choice == USER_CHOICE_INSTALL_PACKAGE) {
128 } else if (choice
[all...]
/haiku/src/bin/writembr/
H A Dwritembr.cpp97 string choice; local
98 getline(cin, choice, '\n');
99 if (choice == "no" || choice == "" || choice != "yes") {
/haiku/src/preferences/bluetooth/
H A DBluetoothMain.cpp38 int32 choice = alert->Go(); local
40 switch (choice) {
/haiku/src/preferences/virtualmemory/
H A DSettingsWindow.cpp146 int32 choice = (new BAlert(B_TRANSLATE_SYSTEM_NAME("VirtualMemory"), local
150 if (choice == 1) {
156 int32 choice = (new BAlert(B_TRANSLATE_SYSTEM_NAME("VirtualMemory"), local
160 if (choice == 1) {
249 int32 choice = alert->Go(); local
250 if (choice == 1) {
326 int32 choice = alert->Go(); local
327 if (choice == 1) {
/haiku/src/apps/packageinstaller/
H A DPackageView.cpp324 int32 choice = P_EXISTS_NONE; local
328 choice = P_EXISTS_OVERWRITE;
332 choice = P_EXISTS_SKIP;
377 choice = alert->Go();
378 switch (choice) {
380 choice = P_EXISTS_OVERWRITE;
383 choice = P_EXISTS_SKIP;
390 // TODO: Maybe add 'No, but ask again' type of choice as well?
395 if (choice == P_EXISTS_OVERWRITE) {
409 policy = choice;
[all...]
H A DPackageInstall.cpp214 int32 choice = fParent->ItemExists(*item, state.destination, local
216 if (choice != P_EXISTS_ABORT) {
217 state.policy = choice;
/haiku/src/apps/webpositive/autocompletion/
H A DAutoCompleterDefaultImpl.cpp185 // show a single choice only if it doesn't match the pattern exactly:
255 BDefaultChoiceView::ListItem::ListItem(const BAutoCompleter::Choice* choice) argument
259 fPreText = choice->DisplayText();
260 if (choice->MatchLen() > 0) {
261 fPreText.MoveInto(fMatchText, choice->MatchPos(), choice->MatchLen());
262 fPreText.MoveInto(fPostText, choice->MatchPos(), fPreText.Length());
H A DAutoCompleterDefaultImpl.h71 ListItem(const BAutoCompleter::Choice* choice);
/haiku/src/apps/drivesetup/
H A DMainWindow.cpp1033 int32 choice = alert->Go(); local
1035 if (choice == 1)
1115 choice = alert->Go();
1117 if (choice == 1)
1239 int32 choice = alert->Go(); local
1241 if (choice == 1)
1320 int32 choice = alert->Go(); local
1322 if (choice == 1)
1403 int32 choice = alert->Go(); local
1405 if (choice
[all...]
/haiku/src/apps/mail/
H A DSignature.cpp199 int32 choice = alert->Go(); local
201 if (choice == 0)
/haiku/src/apps/webpositive/
H A DBrowserApp.cpp386 int32 choice = alert->Go(); local
387 if (choice == 1) {
/haiku/src/servers/mount/
H A DAutoMounter.cpp638 int32 choice = alert->Go(); local
640 return choice == 1;
1009 int32 choice = alert->Go(); local
1010 switch (choice) {
/haiku/src/preferences/filetypes/
H A DApplicationTypeWindow.cpp1070 int32 choice = alert->Go(); local
1071 switch (choice) {
/haiku/src/apps/icon-o-matic/
H A DMainWindow.cpp1398 int32 choice = alert->Go(); local
1399 switch (choice) {
/haiku/src/apps/haikudepot/ui/
H A DMainWindow.cpp1423 int32 choice = alert->Go();
1424 if (choice == 1)
/haiku/src/kits/tracker/
H A DTracker.cpp862 int32 choice = alert->Go(); local
864 if (choice == 0) {
/haiku/src/kits/debugger/controllers/
H A DTeamDebugger.cpp1385 int32 choice = fUserInterface->SynchronouslyAskUser("Quit Debugger", local
1388 switch (choice) {
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DTeamWindow.cpp2013 int32 choice = alert->Go();
2014 if (choice <= 0)

Completed in 532 milliseconds