Searched refs:confirm (Results 1 - 25 of 74) sorted by relevance

123

/external/chromium_org/chrome/browser/resources/options/
H A Dspelling_confirm_overlay.css6 #spelling-confirm-overlay {
H A Ddo_not_track_confirm_overlay.css5 #do-not-track-confirm-overlay {
H A Dhotword_confirm_overlay.css6 #hotword-confirm-overlay {
/external/chromium_org/chrome/browser/resources/options/chromeos/
H A Dthird_party_ime_confirm_overlay.css6 #third-party-ime-confirm-overlay {
H A Dthird_party_ime_confirm_overlay.js18 'third-party-ime-confirm-overlay',
19 $('third-party-ime-confirm-ok'),
20 $('third-party-ime-confirm-cancel'));
61 * @param {{extension: string, confirm: Function, cancel: Function}} data
66 this.confirmationCallback_ = data.confirm;
70 $('third-party-ime-confirm-text').textContent = message;
78 * @param {{extension: string, confirm: Function, cancel: Function}} data
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DJsPromptResultReceiver.java12 * confirm() or cancel() to allow processing to continue.
15 public void confirm(String result); method in interface:JsPromptResultReceiver
H A DJsResultReceiver.java9 * modal dialog (alert, beforeunload or confirm) to enable the client to
12 * the dialog, it must either callback with confirm() or cancel() to allow
16 public void confirm(); method in interface:JsResultReceiver
H A DJsResultHandler.java19 public void confirm() { method in class:JsResultHandler
20 confirm(null);
24 public void confirm(final String promptResult) { method in class:JsResultHandler
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Dscreen_confirm_password.css6 #confirm-password {
12 #confirm-password .step-contents {
18 #confirm-password-main {
23 #confirm-password-title {
27 #confirm-password-input-container {
31 #confirm-password-error {
36 #confirm-password:not(.error) #confirm-password-error {
40 #confirm-password-divider {
45 #confirm
[all...]
H A Doobe_screen_autolaunch.js28 confirmButton.id = 'autolaunch-confirm-button';
82 * Initiates confirm/cancel response for testing.
83 * @param {boolean} confirm True if the screen should confirm auto-launch.
85 confirmAutoLaunchForTesting: function(confirm) {
86 var button = confirm ? $('autolaunch-confirm-button') :
H A Doobe_screen_enable_kiosk.js88 * @param {boolean} confirm True if the screen should confirm auto-launch.
90 enableKioskForTesting: function(confirm) {
91 var button = confirm ? $('kiosk-enable-button') :
H A Doobe_screen.css139 #oobe.autolaunch #autolaunch-confirm-button,
153 #autolaunch-confirm-button,
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
H A DInfoBarListeners.java22 * Called whenever an infobar's confirm or cancel button is clicked.
25 ConfirmInfoBar infoBar, boolean confirm);
24 onConfirmInfoBarButtonClicked( ConfirmInfoBar infoBar, boolean confirm) argument
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/
H A Dconfirmdiff.py45 Options.confirm,
58 # file alive until the user has had a chance to confirm the diff.
71 if not self._options.confirm:
74 diff_correct = self._tool.user.confirm("Was that diff correct?")
H A Doptions.py42 confirm = make_option("--no-confirm", action="store_false", dest="confirm", default=True, help="Skip confirmation steps.") variable in class:Options
/external/chromium-trace/trace-viewer/third_party/gl-matrix/tasks/support/gl-matrix/
H A Drelease_helper.rb42 Bundler.ui.confirm "Pushed git commits and tags"
67 Bundler.ui.confirm "Tagged #{version_tag}"
/external/chromium_org/chrome/browser/local_discovery/
H A Dprivetv3_session.h31 typedef base::Callback<void(bool confirm)> ConfirmationCallback;
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Duser_mock.py56 def confirm(self, message=None, default='y'): member in class:MockUser
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
H A Dadduserstogroups.py60 if not tool.user.confirm(confirm_message):
H A Dcommandtest.py39 options.confirm = True
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
H A DWebViewModalDialogOverrideTest.java46 res.confirm();
79 res.confirm(PROMPT_RESULT);
109 res.confirm();
120 "confirm('" + CONFIRM_TEXT + "')");
150 "confirm('" + CONFIRM_TEXT + "')");
/external/chromium_org/chrome/browser/resources/chromeos/
H A Dcharger_replacement.css21 body[page='1'] #confirm-safe-charger {
30 body[page='4'] #confirm-online-order {
146 #confirm-offline-order-checkbox-strip {
/external/chromium_org/ui/webui/resources/js/cr/
H A Dlink_controller.js56 * The number of links that can be opened before showing a warning confirm
69 * This method is used for showing the warning confirm message when the
119 if (!this.window.confirm(this.getWarningMessage(urls.length)))
/external/chromium_org/remoting/webapp/
H A Dhost_table_entry.js245 * 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);
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);
/external/chromium_org/chrome/browser/extensions/
H A Dunpacked_installer.cc75 std::string confirm = CommandLine::ForCurrentProcess()->GetSwitchValueASCII( local
77 if (confirm == "accept") {
81 if (confirm == "cancel") {

Completed in 505 milliseconds

123