/external/chromium_org/chrome/common/extensions/api/ |
webview_tag.json | 93 "description": "Accept the dialog. Equivalent to clicking OK in an <code>alert</code>, <code>confirm</code>, or <code>prompt</code> dialog.", 105 "description": "Reject the dialog. Equivalent to clicking Cancel in a <code>confirm</code> or <code>prompt</code> dialog." 429 "description": "Fired when the guest window attempts to open a modal dialog via <code>window.alert</code>, <code>window.confirm</code>, or <code>window.prompt</code>.<p>Handling this event will block the guest process until each event listener returns or the <code>dialog</code> object becomes unreachable (if <code>preventDefault()</code> was called.)</p><p>The default behavior is to cancel the dialog.</p>", 434 "enum": ["alert", "confirm", "prompt"],
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
platform_app.js | 90 disableMethods(Window.prototype, 'window', ['alert', 'confirm', 'prompt']);
|
/external/chromium_org/chrome/test/functional/ |
about_plugins_ui.py | 96 # Confirm Chrome PDF Viewer plugin is found and find disable PDF link.
|
chromeos_battery.py | 114 """Confirm that time to full and time to empty are not
|
/external/chromium_org/chrome/test/pyautolib/ |
chromotinglib.py | 283 'document.getElementById("confirm-host-delete").click()', 339 'document.getElementById("daemon-pin-confirm").value = "123456";', 352 'document.getElementById("daemon-pin-confirm").value = "111111";', 449 'document.getElementById("daemon-pin-confirm").value = "' +
|
/external/chromium_org/chrome_frame/ |
html_window_impl.h | 79 STDMETHOD(confirm)(BSTR message, VARIANT_BOOL* confirmed) { function in class:HTMLWindowImpl
|
/external/chromium_org/chromeos/ime/ |
xkeyboard_unittest.cc | 169 // No-op GetLockedModifiers call. Confirm it does not crash.
|
/external/chromium_org/components/policy/core/common/cloud/ |
external_policy_data_fetcher.h | 154 // Cancel the fetch job defined by |job| and invoke |callback| to confirm.
|
/external/chromium_org/content/browser/speech/endpointer/ |
energy_endpointer.h | 114 float offset_confirm_dur_sec_; // max on time allowed to confirm POST_SPEECH
|
/external/chromium_org/google_apis/cup/ |
client_update_protocol.h | 123 // SignRequest(), and used by ValidateResponse() to confirm that the server
|
/external/chromium_org/mojo/public/tests/ |
bindings_connector_unittest.cc | 208 // Now send a message to the transferred handle and confirm it's sent through
|
/external/chromium_org/skia/ext/ |
skia_utils_mac_unittest.mm | 165 // Confirm size
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/ |
user.py | 156 def confirm(self, message=None, default=DEFAULT_YES, raw_input=raw_input): member in class:User
|
user_unittest.py | 126 result = User().confirm(default=inputs[0],
|
/external/chromium_org/tools/grit/grit/testdata/ |
sidebar_h.html | 29 // return confirm("Are you sure you want to hide the sidebar?\nYou can show it again in Google Desktop Search Preferences. ");
|
/external/chromium_org/ui/base/ime/ |
input_method_ibus.h | 76 // Asks the client to confirm current composition text.
|
/external/chromium_org/ui/views/ime/ |
input_method.h | 74 // Before calling this method, the focused |view| must confirm or clear any
|
/external/libnfc-nci/src/nfa/int/ |
nfa_cho_int.h | 42 NFA_CHO_ST_W4_CC, /* Waiting for connection confirm */
|
nfa_snep_int.h | 173 #define NFA_SNEP_FLAG_CONNECTING 0x04 /* waiting for connection confirm */
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
vim.php | 85 'col', 'complete', 'complete_add', 'complete_check', 'confirm',
|
/external/mockito/src/org/mockito/internal/ |
MockitoCore.java | 54 MockCreationSettings<T> creationSettings = impl.confirm(typeToMock);
|
/external/sqlite/android/ |
PhoneNumberUtilsTest.cpp | 143 // Confirm that the bug found before does not re-appear.
|
/frameworks/base/docs/html/tools/extras/ |
oem-usb.jd | 179 <li>Click <strong>Next</strong>. Vista may prompt you to confirm the privilege elevation 180 required for driver installation. Confirm it.</li> 204 <li>Click <strong>Next</strong>. Vista might prompt you to confirm the privilege elevation 205 required for driver installation. Confirm it.</li>
|
/frameworks/base/docs/html/training/multiple-apks/ |
api.jd | 25 <li><a href="#Confirm">Confirm You Need Multiple APKs</a></li> 54 <h2 id="Confirm">Confirm You Need Multiple APKs</h2>
|
multiple.jd | 25 <li><a href="#Confirm">Confirm You Need Multiple APKs</a></li> 50 <h2 id="Confirm">Confirm You Need Multiple APKs</h2>
|