HomeSort by relevance Sort by last modified time
    Searched full:proceed (Results 51 - 75 of 1178) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/lifetime/
browser_close_manager.cc 61 void BrowserCloseManager::OnBrowserReportCloseable(bool proceed) {
67 if (proceed)
97 void BrowserCloseManager::OnReportDownloadsCancellable(bool proceed) {
98 if (proceed) {
  /external/chromium_org/chrome/browser/renderer_host/
offline_resource_throttle.h 38 void OnBlockingPageComplete(bool proceed);
  /external/chromium_org/chrome/browser/resources/chromeos/login/
screen_password_changed.html 18 <div id="password-changed-proceed-anyway-warning"
  /external/chromium_org/chrome/browser/resources/chromeos/
merge_session_load.html 46 sendCommand('proceed');
  /external/chromium_org/components/autofill/content/browser/wallet/
required_action.h 14 // can proceed. Examples of this is include accepting the Terms of Service to
  /external/chromium_org/content/browser/android/
interstitial_page_delegate_android.h 34 void Proceed(JNIEnv* env, jobject obj);
  /external/chromium_org/content/public/browser/
interstitial_page_delegate.h 27 // be called by content directly even if the embedder didn't call Proceed or
  /external/chromium_org/sdch/open-vcdiff/testdata/
configure.ac.v0.1 2 ## In general, the safest way to proceed is to run ./autogen.sh
configure.ac.v0.2 2 ## In general, the safest way to proceed is to run ./autogen.sh
  /external/javassist/src/main/javassist/compiler/
ProceedHandler.java 22 * An interface to an object for implementing $proceed().
Javac.java 43 public static final String proceedName = "$proceed";
423 * Prepares to use $proceed().
424 * If the return type of $proceed() is void, null is pushed on the
468 * Prepares to use $proceed() representing a static method.
469 * If the return type of $proceed() is void, null is pushed on the
508 * Prepares to use $proceed() representing a private/super's method.
509 * If the return type of $proceed() is void, null is pushed on the
547 * Prepares to use $proceed().
  /external/open-vcdiff/testdata/
configure.ac.v0.1 2 ## In general, the safest way to proceed is to run ./autogen.sh
configure.ac.v0.2 2 ## In general, the safest way to proceed is to run ./autogen.sh
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupIncoming.java 123 * partially) it will prefill the setup fields and we can proceed as if the user entered them.
156 // If data was returned, proceed to next screen
160 // Otherwise, proceed into this activity for manual setup
190 * If the checked settings are OK, proceed to outgoing settings screen
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_blocking_page.h 25 // decides to proceed in the first interstitial, we display all queued unsafe
67 // to proceed on the currently showing interstitial.
100 // report but clicked "proceed anyway", we delay the call to
113 PROCEED,
119 // SBInterstitial[Phishing|Malware|Multiple][Show|Proceed|DontProceed].
152 // Notifies the SafeBrowsingUIManager on the IO thread whether to proceed
156 const UnsafeResourceList& resources, bool proceed);
  /external/chromium_org/content/browser/frame_host/
interstitial_page_impl.h 49 PROCEED_ACTION, // "Proceed" was selected.
50 DONT_PROCEED_ACTION // "Don't proceed" was selected.
64 virtual void Proceed() OVERRIDE;
217 // If true and the user chooses not to proceed the target NavigationController
226 // Whether the Proceed or DontProceed methods have been called yet.
  /external/chromium_org/chrome/browser/chromeos/policy/
policy_oauth2_token_fetcher.h 31 // subsystem proceed and resume Profile creation. Sending the token even when no
94 // Decides how to proceed on GAIA |error|. If the error looks temporary,
  /external/chromium_org/chrome/browser/resources/ssl/
roadblock.html 88 <button i18n-content="proceed" id="proceed-button" hidden></button>
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
InterstitialPageTest.java 93 final String proceedCommand = "PROCEED";
114 proceed();
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/obsolete/
prsem.h 63 ** This routine allows a calling thread to wait or proceed depending upon the
64 ** state of the semahore sem. The thread can proceed only if the counter value
  /external/javassist/src/test/test/javassist/proxy/
ProxyCacheGCTest.java 79 CtMethod handlerInvoke = CtNewMethod.make("public Object invoke(Object self, java.lang.reflect.Method thisMethod, java.lang.reflect.Method proceed, Object[] args) throws Throwable { return proceed.invoke(self, args); }", ctHandlerClass);
ProxyFactoryCompatibilityTest.java 34 public Object invoke(Object self, Method m, Method proceed,
37 return proceed.invoke(self, args); // execute the original method.
ProxySerializationTest.java 108 public Object invoke(Object self, Method thisMethod, Method proceed, Object[] args) throws Throwable
110 return proceed.invoke(self, args);
  /frameworks/base/packages/BackupRestoreConfirmation/res/values-en-rGB/
strings.xml 21 <string name="backup_confirm_text" msgid="1878021282758896593">"A full backup of all data to a connected desktop computer has been requested. Do you want to allow this to happen?\n\nIf you did not request the backup yourself, do not allow the operation to proceed."</string>
24 <string name="restore_confirm_text" msgid="7499866728030461776">"A full restore of all data from a connected desktop computer has been requested. Do you want to allow this to happen?\n\nIf you did not request the restore yourself, do not allow the operation to proceed. This will replace any data currently on the device!"</string>
  /frameworks/base/packages/BackupRestoreConfirmation/res/values-en-rIN/
strings.xml 21 <string name="backup_confirm_text" msgid="1878021282758896593">"A full backup of all data to a connected desktop computer has been requested. Do you want to allow this to happen?\n\nIf you did not request the backup yourself, do not allow the operation to proceed."</string>
24 <string name="restore_confirm_text" msgid="7499866728030461776">"A full restore of all data from a connected desktop computer has been requested. Do you want to allow this to happen?\n\nIf you did not request the restore yourself, do not allow the operation to proceed. This will replace any data currently on the device!"</string>

Completed in 1301 milliseconds

1 23 4 5 6 7 8 91011>>