/external/chromium_org/chrome/browser/resources/chromeos/login/ |
screen_confirm_password.html | 1 <div id="confirm-password" class="step no-logo hidden"> 3 <p id="confirm-password-title" i18n-content="confirmPasswordTitle"></p> 5 <input id="confirm-password-input" type="password" 9 <div id="confirm-password-controls" class="step-controls"></div>
|
screen_confirm_password.css | 6 #confirm-password { 12 #confirm-password-title { 17 #confirm-password-input {
|
screen_confirm_password.js | 9 login.createScreen('ConfirmPasswordScreen', 'confirm-password', function() { 23 $('confirm-password-input').addEventListener( 45 return $('confirm-password-input'); 57 * Invoked when user clicks on the 'confirm' button. 60 this.callback_($('confirm-password-input').value); 64 * Shows the confirm password screen. 71 $('confirm-password-input').value = '';
|
oobe_screen_autolaunch.js | 28 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') :
|
/external/chromium_org/chrome/browser/resources/options/ |
spelling_confirm_overlay.html | 1 <div id="spelling-confirm-overlay" class="page" hidden> 5 <span id="spelling-confirm-text" i18n-content="spellingConfirmMessage"> 7 <a id="spelling-confirm-learn-more" target="_blank" i18n-content="learnMore" 12 <button id="spelling-confirm-cancel" i18n-content="spellingConfirmDisable" 14 <button id="spelling-confirm-ok" class="default-button"
|
do_not_track_confirm_overlay.html | 1 <div id="do-not-track-confirm-overlay" class="page" hidden> 5 <span id="do-not-track-confirm-text" 14 <button id="do-not-track-confirm-ok" class="default-button" 17 <button id="do-not-track-confirm-cancel"
|
do_not_track_confirm_overlay.css | 5 #do-not-track-confirm-overlay {
|
spelling_confirm_overlay.css | 6 #spelling-confirm-overlay {
|
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/ |
JsResultReceiver.java | 9 * 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
|
JsResultHandler.java | 19 public void confirm() { method in class:JsResultHandler 20 confirm(null); 24 public void confirm(final String promptResult) { method in class:JsResultHandler
|
JsPromptResultReceiver.java | 12 * confirm() or cancel() to allow processing to continue. 15 public void confirm(String result); method in interface:JsPromptResultReceiver
|
/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);
|
/development/tutorials/NotepadCodeLab/Notepadv2/res/values/ |
strings.xml | 9 <string name="confirm">Confirm</string>
|
/development/tutorials/NotepadCodeLab/Notepadv2Solution/res/values/ |
strings.xml | 9 <string name="confirm">Confirm</string>
|
/development/tutorials/NotepadCodeLab/Notepadv3/res/values/ |
strings.xml | 9 <string name="confirm">Confirm</string>
|
/development/tutorials/NotepadCodeLab/Notepadv3Solution/res/values/ |
strings.xml | 9 <string name="confirm">Confirm</string>
|
/cts/tests/assets/webkit/ |
jsconfirm.html | 18 <title>javascript confirm</title> 22 var res = confirm("testOnJsConfirm"); 31 javascript confirm test
|
/external/chromium_org/chrome/browser/resources/extensions/chromeos/ |
kiosk_app_disable_bailout_confirm.html | 1 <div id="kiosk-disable-bailout-confirm-overlay" class="page"> 12 <button id="kiosk-disable-bailout-confirm-button"
|
/frameworks/base/core/java/android/webkit/ |
JsPromptResult.java | 25 * confirm() with the user's input to confirm the dialog. 34 public void confirm(String result) { method in class:JsPromptResult 36 confirm(); method
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_minidom.py | 49 def confirm(self, test, testname = "Test"): member in class:MinidomTest 54 self.confirm(t == s, "looking for %s, found %s" % (repr(s), repr(t))) 59 self.confirm(isinstance(dom,Document)) 63 self.confirm(dom.getElementsByTagName("LI") == \ 73 self.confirm(len(root.childNodes) == 2 85 self.confirm(len(root.childNodes) == 3 97 self.confirm(len(root.childNodes) == 4 126 self.confirm(tuple(dom.documentElement.childNodes) == 134 self.confirm(tuple(dom.documentElement.childNodes) == 143 self.confirm(dom.documentElement.childNodes[-1].nodeName == "#comment" [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_minidom.py | 49 def confirm(self, test, testname = "Test"): member in class:MinidomTest 54 self.confirm(t == s, "looking for %s, found %s" % (repr(s), repr(t))) 59 self.confirm(isinstance(dom,Document)) 63 self.confirm(dom.getElementsByTagName("LI") == \ 73 self.confirm(len(root.childNodes) == 2 85 self.confirm(len(root.childNodes) == 3 97 self.confirm(len(root.childNodes) == 4 126 self.confirm(tuple(dom.documentElement.childNodes) == 134 self.confirm(tuple(dom.documentElement.childNodes) == 143 self.confirm(dom.documentElement.childNodes[-1].nodeName == "#comment" [all...] |
/external/chromium/chrome/browser/instant/ |
instant_confirm_dialog.h | 20 // instant confirm dialog hasn't been shown, it's shown. If the instant dialog 25 // Shows the platform specific dialog to confirm if the user really wants to
|
/external/chromium_org/tools/gyp/test/win/ |
gyptest-cl-pdbname.py | 22 # Confirm that the default behaviour is to name the .pdb per-target (rather 26 # Confirm that there should be a .pdb alongside the executable.
|
/external/chromium_org/chrome/browser/ui/webui/signin/ |
profile_signin_confirmation_ui.h | 10 // A WebUI tab-modal dialog to confirm signin with a managed account.
|
/external/chromium_org/net/quic/test_tools/ |
mock_crypto_client_stream.h | 22 // CONFIRM_HANDSHAKE indicates that CryptoConnect will immediately confirm 28 // not confirm the handshake. 32 // nor confirm the handshake
|