HomeSort by relevance Sort by last modified time
    Searched refs:Confirm (Results 1 - 25 of 38) sorted by null

1 2

  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
InfoBarListeners.java 20 public interface Confirm extends Dismiss {
22 * Called whenever an infobar's confirm or cancel button is clicked.
25 ConfirmInfoBar infoBar, boolean confirm);
ConfirmInfoBar.java 23 private final InfoBarListeners.Confirm mConfirmListener;
25 public ConfirmInfoBar(long nativeInfoBar, InfoBarListeners.Confirm confirmListener,
  /external/lldb/source/Commands/
CommandObjectQuit.cpp 89 if (!m_interpreter.Confirm(message.GetData(), true))
CommandObjectProcess.cpp 69 if (!m_interpreter.Confirm (message, true))
    [all...]
CommandObjectWatchpoint.cpp 560 if (!m_interpreter.Confirm("About to delete all watchpoints, do you want to do that?", true))
    [all...]
CommandObjectBreakpoint.cpp     [all...]
  /external/chromium_org/pdf/
preview_mode_client.h 42 virtual bool Confirm(const std::string& message);
preview_mode_client.cc 72 bool PreviewModeClient::Confirm(const std::string& message) {
out_of_process_instance.h 108 virtual bool Confirm(const std::string& message);
pdf_engine.h 107 // Puts up a confirm with the given message, and returns true if the user
109 virtual bool Confirm(const std::string& message) = 0;
instance.h 146 virtual bool Confirm(const std::string& message);
out_of_process_instance.cc 934 bool OutOfProcessInstance::Confirm(const std::string& message) {
935 pp::Var result = ModalDialog(this, "confirm", message, std::string())
    [all...]
instance.cc     [all...]
  /packages/apps/Settings/src/com/android/settings/
ChooseLockPattern.java 46 * If the user has a lock pattern set already, makes them confirm the existing one.
180 "null chosen pattern in stage 'need to confirm");
242 Confirm(R.string.lockpattern_confirm_button_text, true),
288 LeftButtonMode.Cancel, RightButtonMode.Confirm, ID_EMPTY_MESSAGE, false);
424 } else if (mUiStage.rightMode == RightButtonMode.Confirm) {
427 + " when button is " + RightButtonMode.Confirm);
  /external/chromium_org/v8/tools/push-to-trunk/
push_to_trunk.py 82 if self.Confirm("Is the commit printed above the last push to trunk?"):
146 if self.Confirm(("Automatically increment BUILD_NUMBER? (Saying 'n' will "
343 if not self.Confirm("Please check if your local checkout is sane: Inspect "
merge_to_branch.py 95 if self.Confirm("Automatically add corresponding ports (%s)?"
168 if self.Confirm("Automatically increment PATCH_LEVEL? (Saying 'n' will "
common_includes.py 389 def Confirm(self, msg):
398 if self.Confirm(msg):
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/
file_manager_ui.js 42 * Confirm dialog.
48 * Confirm dialog for delete.
  /external/chromium_org/chrome/common/extensions/docs/examples/api/bookmarks/basic/
popup.js 58 title: 'Confirm Deletion',
  /external/lldb/include/lldb/Interpreter/
CommandInterpreter.h 326 bool Confirm (const char *message, bool default_answer);
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
navigation_history.js 173 // Confirm that the element is in the DOM.
  /external/chromium_org/chrome/browser/resources/hotword_helper/
audio_client.js 208 * Confirm that an UI element has been shown.
209 * @param {AudioClient.CommandToPage} command UI to confirm.
  /external/chromium_org/chrome/browser/ui/webui/extensions/chromeos/
kiosk_apps_browsertest.js 113 cr.dispatchSimpleEvent($('kiosk-options-overlay-confirm'), 'click');
183 var confirmOverlay = $('kiosk-disable-bailout-confirm-overlay');
196 // Confirm it and the check remains.
197 cr.dispatchSimpleEvent($('kiosk-disable-bailout-confirm-button'), 'click');
  /external/chromium_org/remoting/webapp/
host_table_entry.js 245 * Prompt the user to confirm or cancel deletion of a host.
250 var message = document.getElementById('confirm-host-delete-message');
252 var confirm = document.getElementById('confirm-host-delete');
256 confirm.addEventListener('click', this.onConfirmDeleteReference_, false);
262 * Confirm deletion of a host.
283 * Remove the confirm and cancel event handlers, which refer to this object.
289 var confirm = document.getElementById('confirm-host-delete');
291 confirm.removeEventListener('click', this.onConfirmDeleteReference_, false)
    [all...]
  /external/lldb/source/Interpreter/
CommandInterpreter.cpp     [all...]

Completed in 733 milliseconds

1 2