/external/chromium_org/content/public/common/ |
browser_plugin_permission_type.h | 27 // JavaScript Dialogs: prompt, alert, confirm
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/ |
confirmdiff.py | 45 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?")
|
/external/chromium_org/tools/gyp/test/win/ |
gyptest-cl-pdbname-override.py | 22 # Confirm that the pdb generated by the compiler was renamed (and we also
|
/frameworks/base/services/tests/servicestests/src/com/android/server/search/ |
SearchablesTest.java | 57 * Confirm OK with "zero" searchables 58 * Confirm "good" metadata read properly 59 * Confirm "bad" metadata skipped properly 60 * Confirm ordering of searchables 61 * Confirm "good" actionkeys 62 * confirm "bad" actionkeys are rejected 63 * confirm XML ordering enforced (will fail today - bug in SearchableInfo) 77 // confirm that we return null for non-searchy activities 89 * Confirm OK with "zero" searchables 90 * Confirm "good" metadata read properl [all...] |
/packages/apps/Bluetooth/res/values-en-rGB/ |
test_strings.xml | 7 <string name="update_record" msgid="2480425402384910635">"Confirm record"</string>
|
/packages/apps/Bluetooth/res/values-en-rIN/ |
test_strings.xml | 7 <string name="update_record" msgid="2480425402384910635">"Confirm record"</string>
|
/external/chromium/net/tools/spdyshark/ |
README | 42 7) Start wireshark, and confirm that SPDY plugin is loaded. 49 confirm that spdyshark is there.
|
/external/chromium_org/build/android/pylib/utils/ |
xvfb.py | 38 # Now confirm, giving a chance for it to start if needed. 46 raise Exception('Could not confirm Xvfb happiness')
|
/external/chromium_org/chrome/browser/extensions/api/ |
api_resource_manager_unittest.cc | 55 // Confirm each extension can get its own resource. 59 // Confirm neither extension can get the other's resource.
|
/external/chromium_org/chrome/browser/resources/options/ |
settings_dialog.js | 7 * confirm and resetting preference inputs on cancel. 39 * Handles the confirm button by saving the dialog preferences.
|
/external/chromium_org/chrome/browser/ui/gtk/extensions/ |
media_galleries_dialog_gtk.h | 54 // Updates the state of the confirm button. It will be disabled when 65 // The confirm button.
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
ccaltst.h | 34 * This function is used to test and confirm the functioning of 52 * Confirm that the offset between local time and GMT behaves as expected.
|
/external/icu4c/test/cintltst/ |
ccaltst.h | 34 * This function is used to test and confirm the functioning of 52 * Confirm that the offset between local time and GMT behaves as expected.
|
/frameworks/base/core/java/android/os/ |
IPowerManager.aidl | 42 void reboot(boolean confirm, String reason, boolean wait); 43 void shutdown(boolean confirm, boolean wait);
|
/frameworks/base/core/java/android/webkit/ |
JsResult.java | 35 // This is a basic result of a confirm or prompt dialog. 49 public final void confirm() { method in class:JsResult
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/ |
ListSetSelectionTest.java | 49 /** Confirm that we can set the selection to each specific position */ 61 /** Confirm that you cannot unset the selection using the same API */
|
/packages/services/Telephony/res/values/ |
attrs.xml | 25 <!-- The confirm button mode. --> 28 <enum name="confirm" value="0" />
|
/external/wpa_supplicant_8/src/eap_server/ |
eap_server_sake.c | 18 enum { IDENTITY, CHALLENGE, CONFIRM, SUCCESS, FAILURE } state; 40 case CONFIRM: 41 return "CONFIRM"; 187 wpa_printf(MSG_DEBUG, "EAP-SAKE: Request/Confirm"); 224 case CONFIRM: 274 if (data->state == CONFIRM && subtype == EAP_SAKE_SUBTYPE_CONFIRM) 360 eap_sake_state(data, CONFIRM); 372 if (data->state != CONFIRM) 375 wpa_printf(MSG_DEBUG, "EAP-SAKE: Received Response/Confirm"); 381 wpa_printf(MSG_INFO, "EAP-SAKE: Response/Confirm did not [all...] |
/packages/apps/Exchange/tests/src/com/android/exchange/provider/ |
MailboxUtilitiesTests.java | 151 // Confirm flags and parent key(s) as expected 170 // Confirm flags and parent key(s) as expected 214 // Confirm flags and parent key(s) as expected 258 // Confirm flags and parent key(s) as expected 288 // Confirm initial configuration as expected 294 // Confirm flags and parent key(s) as expected 312 // Confirm flags and parent key(s) as expected 341 // Confirm initial configuration as expected 347 // Confirm flags and parent key(s) as expected 365 // Confirm flags and parent key(s) as expecte [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/ |
sim_unlock.js | 121 $('enter-puk-confirm').disabled = true; 243 $('enter-pin-confirm').disabled = 249 $('enter-pin-confirm').addEventListener('click', function(event) { 272 $('enter-puk-confirm').disabled = 278 $('enter-puk-confirm').addEventListener('click', function(event) { 294 $('choose-pin-confirm').disabled = 315 $('choose-pin-confirm').disabled = 329 $('choose-pin-confirm').disabled = 344 $('choose-pin-confirm').addEventListener('click', function(event) { 353 $('puk-no-tries-confirm').addEventListener('click', function(event) [all...] |
charger_replacement.html | 66 <div id="confirm-safe-charger" class="page"> 104 <input id="confirm-not-order-charger" type="checkbox"> 106 <div id="confirm-not-order-charger-label-strip" class="checkbox-label"> 108 <label for="confirm-not-order-charger" 113 <label for="confirm-not-order-charger" 133 <div id="confirm-online-order" class="page"> 184 <div id="confirm-offline-order-checkbox-strip"> 186 <input id="offline-order-confirm" type="checkbox"> 189 <label for="offline-order-confirm"
|
/external/chromium_org/content/browser/ |
byte_stream_unittest.cc | 102 // Confirm that filling and emptying the stream works properly, and that 157 // Confirm that Flush() method makes the writer to send written contents to 196 // Same as above, only use knowledge of the internals to confirm 247 // Confirm that a Close() notification transmits in-order 315 // Confirm that callbacks on the sink side are triggered when they should be. 334 // Confirm callback called when you add more than 33% of the buffer. 355 // Confirm callback *isn't* called at less than 33% (by lack of 366 // Confirm that callbacks on the source side are triggered when they should 386 // Confirm callback called when about 33% space available, and not 410 // Confirm that the callback passed to the mock does what we expect [all...] |
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/ |
WebViewModalDialogOverrideTest.java | 46 res.confirm(); 79 res.confirm(PROMPT_RESULT); 109 res.confirm(); 120 "confirm('" + CONFIRM_TEXT + "')"); 150 "confirm('" + CONFIRM_TEXT + "')");
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
caltest.h | 37 * Confirm that cloned Calendar objects do not inadvertently share substructures. 41 * Confirm that the Gregorian cutoff value works as advertised. 45 * Confirm the functioning of the field disambiguation algorithm. 69 * Confirm that the offset between local time and GMT behaves as expected. 86 * Confirm that adding to various fields works.
|
/external/icu4c/test/intltest/ |
caltest.h | 37 * Confirm that cloned Calendar objects do not inadvertently share substructures. 41 * Confirm that the Gregorian cutoff value works as advertised. 45 * Confirm the functioning of the field disambiguation algorithm. 69 * Confirm that the offset between local time and GMT behaves as expected. 86 * Confirm that adding to various fields works.
|