HomeSort by relevance Sort by last modified time
    Searched full:confirm (Results 326 - 350 of 1317) sorted by null

<<11121314151617181920>>

  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConfirmDialogFragment.java 42 private static final String DIALOG_TAG = "confirm-dialog";
  /external/chromium/chrome/browser/extensions/
extension_install_ui.cc 126 // We special-case themes to not show any confirm UI. Instead they are
157 // Extensions aren't enabled by default in incognito so we confirm
  /external/chromium/chrome/browser/resources/shared/js/cr/
link_controller_test.html 49 confirm: mockControl.createFunctionMock(),
256 lc.window.confirm('MSG10').$returns(false);
  /external/chromium_org/chrome/browser/extensions/api/management/
management_api_browsertest.cc 114 // Uninstall, then cancel via the confirm dialog.
130 // Uninstall, then accept via the confirm dialog.
  /external/chromium_org/chrome/browser/ui/sync/
one_click_signin_sync_starter.h 60 // confirm before signing in.
77 // If |display_confirmation| is true, the user will be prompted to confirm the
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/bot/
commitannouncer.py 100 confirm = raw_input('This repository has local changes, continue? (uncommitted changes will be lost) y/n: ')
101 if not confirm.lower() == 'y':
  /external/chromium_org/third_party/icu/source/test/intltest/
transtst.h 45 * Create some inverses and confirm that they work. We have to be
122 * Confirm that the contextStart, contextLimit, start, and limit
  /external/chromium_org/v8/tools/
common-includes.sh 50 confirm() { function
63 confirm "Branch $1 exists, do you want to delete it?"
  /external/icu4c/test/intltest/
transtst.h 45 * Create some inverses and confirm that they work. We have to be
122 * Confirm that the contextStart, contextLimit, start, and limit
  /external/v8/tools/
common-includes.sh 52 confirm() { function
65 confirm "Branch $1 exists, do you want to delete it?"
  /frameworks/base/packages/BackupRestoreConfirmation/src/com/android/backupconfirm/
BackupRestoreConfirmation.java 39 * Confirm with the user that a requested full backup/restore operation is legitimate.
41 * designated timeout interval (nominally 30 seconds) for the user to confirm. If the
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
KeystoreSelectionPage.java 114 mConfirmLabel.setText("Confirm:");
250 setErrorMessage("Confirm keystore password.");
  /external/chromium/chrome/browser/resources/options/
sync_setup_overlay.js 69 $('confirm-everything-cancel').onclick = function() {
75 $('confirm-everything-ok').onclick = function() {
215 var confirmPassphrase = $('confirm-passphrase');
399 $('confirm-sync-preferences').hidden = false;
415 $('confirm-everything-ok').focus();
419 document.getElementById('confirm-sync-preferences').hidden = true;
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller_browsertest.cc 379 // Open a window. Confirm the item is now running.
456 // Open a window. Confirm the item is now running.
497 // Confirm item stays.
505 // Confirm item stays.
513 // Confirm item is removed.
557 // Confirm that app windows can be reactivated by clicking their icons and that
639 // Confirm that Click behavior for app windows is correnct.
647 // Confirm that a controller item was created and is the correct state.
658 // Minimize the window and confirm that the controller item is updated.
677 // Confirm the minimizing click behavior for apps
    [all...]
  /external/chromium_org/chrome/browser/ui/fullscreen/
fullscreen_controller_interactive_browsertest.cc 437 // Accept mouse lock, confirm it and that there is no prompt.
444 // Escape, confirm we are out of mouse lock with no prompts.
495 // Accept both, confirm mouse lock and fullscreen and no prompts.
502 // Escape, confirm we are out of mouse lock and fullscreen with no prompts.
621 // Accept both, confirm they are enabled and there is no prompt.
650 // Confirm they are enabled and there is no prompt.
    [all...]
  /external/openssh/
authfd.c 539 const char *comment, u_int life, u_int confirm)
542 int type, constrained = (life || confirm);
577 if (confirm != 0)
631 const char *reader_id, const char *pin, u_int life, u_int confirm)
634 int type, constrained = (life || confirm);
653 if (confirm != 0)
  /frameworks/base/core/tests/coretests/src/android/content/pm/
AppCacheTest.java 333 //wait for some time and confirm cache is deleted
544 //confirm files dont exist
600 //confirm result
738 //confirm files dont exist
745 //confirm files dont exist
754 //confirm files dont exist
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_controller_unittest.mm 410 // Confirm the buttons moved from the last check (which may be
416 // Confirm the buttons have a reasonable bounds. Recall that |-frame|
429 // We confirm FrameChangeNotification works in the next unit test;
519 // Confirm our "no items" container goes away when we add the 1st
553 // Confirm off the side button only enabled when reasonable.
683 // Confirm reverse mapping.
688 // Confirm uniqueness.
742 // Confirm openBookmark: forwards the request to the controller's delegate
758 // Confirm opening of bookmarks works from the menus (different
    [all...]
  /external/chromium_org/content/browser/download/
download_item_impl_unittest.cc 736 // Confirm interrupt sets state properly.
    [all...]
download_manager_impl_unittest.cc 586 // Confirm the appropriate invocations occur when you start a download.
619 // Confirm that calling DetermineDownloadTarget behaves properly if the delegate
633 // Confirm that calling DetermineDownloadTarget behaves properly if the delegate
646 // Confirm that the callback was called with the right values in this case.
656 // Confirm the DownloadManagerImpl::RemoveAllDownloads() functionality
  /external/chromium/chrome/browser/sync/resources/
configure.html 270 document.getElementById('confirm-sync-preferences').hidden = true;
282 document.getElementById('confirm-sync-preferences').hidden = false;
503 var confirmPassphrase = document.getElementById("confirm-passphrase");
521 <div id="confirm-sync-preferences">
651 <input id="confirm-passphrase" type="password"
  /packages/apps/Email/tests/src/com/android/email/provider/
AttachmentProviderTests.java 384 // TODO: Confirm it's the "right" file?
443 // TODO: Confirm it's the "right" file?
529 // Confirm 3 attachment files found
574 // Confirm four attachment files found
619 // Confirm eleven attachment files found
ProviderTests.java 213 // Confirm account reads back correctly
217 // Confirm hostauth fields can be accessed & read back correctly
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
IOBinding.py 328 confirm = tkMessageBox.askyesnocancel(
333 if confirm:
338 elif confirm is None:
476 confirm = tkMessageBox.askokcancel(
481 if not confirm:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
IOBinding.py 328 confirm = tkMessageBox.askyesnocancel(
333 if confirm:
338 elif confirm is None:
476 confirm = tkMessageBox.askokcancel(
481 if not confirm:

Completed in 620 milliseconds

<<11121314151617181920>>