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

123

/external/chromium_org/chrome/browser/resources/options/
H A Dhotword_confirm_overlay.css6 #hotword-confirm-overlay {
H A Dspelling_confirm_overlay.css6 #spelling-confirm-overlay {
H A Ddo_not_track_confirm_overlay.css5 #do-not-track-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.js19 'third-party-ime-confirm-overlay',
20 assertInstanceof($('third-party-ime-confirm-ok'), HTMLButtonElement),
21 assertInstanceof($('third-party-ime-confirm-cancel'),
63 * @param {{extension: string, confirm: Function, cancel: Function}} data
68 this.confirmationCallback_ = data.confirm;
72 $('third-party-ime-confirm-text').textContent = message;
80 * @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_reset.css61 .powerwash-confirm-specific,
62 .rollback-confirm-specific,
69 .powerwash-confirm-view .powerwash-confirm-specific,
70 .rollback-confirm-view .rollback-confirm-specific,
84 .powerwash-confirm-view #reset-button,
85 .rollback-confirm-view #reset-button,
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,
151 #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 Doptions.py32 confirm = make_option("--no-confirm", action="store_false", dest="confirm", default=True, help="Skip confirmation steps.") variable in class:Options
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:
75 diff_correct = self._tool.user.confirm("Was that diff correct?")
/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/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 Dcommandtest.py40 options.confirm = True
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
H A DWebViewModalDialogOverrideTest.java46 res.confirm();
79 res.confirm(promptResult);
109 res.confirm();
120 "confirm('" + confirmText + "')");
150 "confirm('" + confirmText + "')");
/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/android/java/src/org/chromium/chrome/browser/
H A DJavascriptAppModalDialog.java166 confirm(mPromptTextView.getText().toString(), mSuppressCheckBox.isChecked());
189 public void confirm(String promptResult, boolean suppressDialogs) { method in class:JavascriptAppModalDialog
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/bot/
H A Dcommitannouncer.py100 confirm = raw_input('This repository has local changes, continue? (uncommitted changes will be lost) y/n: ')
101 if not confirm.lower() == 'y':

Completed in 4304 milliseconds

123