/external/chromium_org/chrome/browser/ui/cocoa/ |
browser_window_controller.h | 337 // confirm bubble. 342 // confirm bubble.
|
/external/chromium_org/chrome/common/ |
url_constants.cc | 134 "chrome://tab-modal-confirm-dialog/"; 289 const char kChromeUITabModalConfirmDialogHost[] = "tab-modal-confirm-dialog";
|
/external/chromium_org/chrome/installer/util/ |
installer_state_unittest.cc | 616 // Confirm the expected state. 640 // Confirm that the old state is gone.
|
/external/chromium_org/chrome/test/functional/webdriver_pages/ |
settings.py | 533 self._driver.find_element_by_id('startup-overlay-confirm').click() 544 self._driver.find_element_by_id('startup-overlay-confirm').click()
|
/external/chromium_org/content/common/gpu/ |
gpu_messages.h | 737 // Confirm decoder has been flushed. 740 // Confirm decoder has been reset. [all...] |
/external/chromium_org/net/http/ |
http_auth_cache_unittest.cc | 213 // Confirm we find the same realm, different auth scheme by path lookup 224 // Confirm we find the same realm, different auth scheme by path lookup
|
/external/chromium_org/remoting/resources/ |
remoting_strings_en-GB.xtb | 48 <translation id="228809120910082333">Please confirm your account and PIN below to allow access by Chromoting.</translation> 62 <translation id="3884839335308961732">Please confirm your account and PIN below to allow access by Chrome Remote Desktop.</translation>
|
/external/chromium_org/v8/tools/push-to-trunk/ |
common_includes.py | 314 def Confirm(self, msg): 324 if self.Confirm(msg):
|
/external/dropbear/ |
common-channel.c | 95 /* Create a new channel entry, send a reply confirm or failure */ 880 /* Confirm a channel open, and let the remote end know what number we've
|
/external/guava/guava-tests/test/com/google/common/collect/ |
AbstractListMultimapTest.java | 88 * Confirm that get() returns a collection equal to a List. 119 * Confirm that asMap().entrySet() returns values equal to a List.
|
/external/iputils/ |
ping_common.c | 33 int confirm = 0; variable 921 confirm = confirm_flag;
|
/external/libnfc-nci/src/nfa/p2p/ |
nfa_p2p_act.c | 849 ** Description Connection Confirm from local application 938 ** while we are waiting for connect confirm, [all...] |
/external/smack/src/org/jivesoftware/smackx/bytestreams/ibb/ |
InBandBytestreamSession.java | 472 // confirm IQ
527 // TODO confirm packet once XMPP servers support XEP-0079
|
/external/tcpdump/ |
print-decnet.c | 709 (void)printf("conn-confirm %d>%d ", src, dst); 796 (void)printf("disconn-confirm %d>%d ", src, dst);
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
SmsUsageMonitor.java | 354 * Check to see if an application is allowed to send new SMS messages, and confirm with 382 * for testing and in the user confirmation dialog if the user needs to confirm the number.
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppTransfer.java | 261 // Remove incoming file confirm notification 461 /* This transfer need user confirm */
|
/packages/apps/Email/tests/src/com/android/email/ |
LegacyConversionsTests.java | 320 // Confirm two attachment objects created 324 // Now add the attachments again and confirm there are still only two
|
/packages/apps/Nfc/src/com/android/nfc/cardemulation/ |
RegisteredAidCache.java | 308 // in this case, we should ask the user to confirm, 462 // to ask the user to confirm.
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
KeyboardView.java | 264 // TODO: Confirm if it's really required to draw all keys when hardware acceleration is on. 288 // TODO: Confirm if it's really required to draw all keys when hardware acceleration is on.
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
UserDictionaryToolsList.java | 78 /** ID of the dialog control (confirm deletion) */ 80 /** ID of the dialog control (confirm initialize) */
|
/external/chromium_org/chrome/browser/history/ |
history_unittest.cc | 395 // Confirm downloads table is valid. 425 // Confirm downloads_url_chains table is valid. 632 // Confirm that resulted in the correct number of rows in the DB. 733 // Confirm that they made it into the DB unchanged. 761 // Allow the update to propagate, shut down the DB, and confirm that [all...] |
/external/chromium_org/media/base/android/ |
media_source_player_unittest.cc | [all...] |
/external/wpa_supplicant_8/src/rsn_supp/ |
tdls.c | 710 /* Using the recent nonce which should be for CONFIRM frame */ [all...] |
/external/chromium_org/chrome/app/ |
chromeos_strings.grdp | 239 <message name="IDS_REMORA_CONFIRM_MESSAGE" desc="Remora confirm message on the first OOBE screen"> 257 <message name="IDS_KIOSK_AUTOSTART_CONFIRM" desc="Confirm button text"> 258 Confirm 426 <message name="IDS_LOGIN_CONFIRM_PASSWORD_TITLE" desc="Title for the confirm password dialog."> 427 Please confirm your password. 429 <message name="IDS_LOGIN_CONFIRM_PASSWORD_HINT" desc="Hint for the password field on the confirm password dialog."> 430 Type your password here to confirm. 432 <message name="IDS_LOGIN_CONFIRM_PASSWORD_CONFIRM_BUTTON" desc="Label for the confirm button on the confirm password dialog."> 433 Confirm [all...] |
/packages/apps/Email/tests/src/com/android/email/mail/store/ |
ImapStoreUnitTests.java | 260 // Next, use the inner API to confirm operation of a couple of 449 * Confirm that when IMAP ID is not in capability, it is not sent/received. 462 * Confirm that the non-conformant IMAP ID result seen on imap.secureserver.net fails 483 * Confirm that the connections to *.secureserver.net never send IMAP ID (see 522 * Lightweight test to confirm that IMAP hasn't implemented any folder roles yet. 532 * Lightweight test to confirm that IMAP is requesting sent-message-upload. [all...] |