HomeSort by relevance Sort by last modified time
    Searched refs:proceed (Results 1 - 25 of 143) sorted by null

1 2 3 4 5 6

  /frameworks/base/core/java/android/webkit/
SslErrorHandler.java 25 * either {@link #proceed} or {@link #cancel} to set the WebView's response
36 * Proceed with the SSL certificate.
38 public void proceed() {} method in class:SslErrorHandler
HttpAuthHandler.java 25 * call either {@link #proceed} or {@link #cancel} to set the WebView's
56 * Instructs the WebView to proceed with the authentication with the given
60 public void proceed(String username, String password) { method in class:HttpAuthHandler
  /external/javassist/src/main/javassist/util/proxy/
MethodHandler.java 34 * @param proceed the forwarder method for invoking the overridden
46 Object invoke(Object self, Method thisMethod, Method proceed,
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSslErrorHandler.java 24 public void proceed() { method in class:ShadowSslErrorHandler
  /external/chromium_org/chrome/browser/chromeos/offline/
offline_load_page_unittest.cc 35 virtual void NotifyBlockingPageComplete(bool proceed) OVERRIDE;
57 void OnBlockingPageComplete(bool proceed) {
58 if (proceed)
88 void TestOfflineLoadPage::NotifyBlockingPageComplete(bool proceed) {
89 test_page_->OnBlockingPageComplete(proceed);
106 // Simulate the user clicking "proceed".
107 interstitial->Proceed();
133 // Simulate the user clicking "don't proceed".
139 // We did not proceed, the pending entry should be gone.
offline_load_page.h 39 // Passed a boolean indicating whether or not it is OK to proceed with the
41 typedef base::Callback<void(bool /*proceed*/)> CompletionCallback;
54 virtual void NotifyBlockingPageComplete(bool proceed);
79 // True if the proceed is chosen.
  /external/chromium_org/chrome/browser/renderer_host/
offline_resource_throttle.h 39 void OnBlockingPageComplete(bool proceed);
offline_resource_throttle.cc 41 // Check again on UI thread and proceed if it's connected.
109 void OfflineResourceThrottle::OnBlockingPageComplete(bool proceed) {
112 if (proceed) {
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
InterstitialPageDelegateAndroid.java 35 * Called when "proceed" is triggered on the interstitial.
42 * Called when "dont' proceed" is triggered on the interstitial.
63 * Notifies the native interstitial to proceed.
65 protected void proceed() { method in class:InterstitialPageDelegateAndroid
70 * Notifies the native interstitial to not proceed.
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwContentsClientBridge.java 65 private void proceedSslError(boolean proceed, int id) {
67 nativeProceedSslError(mNativeContentsClientBridge, proceed, id);
112 private native void nativeProceedSslError(int nativeAwContentsClientBridge, boolean proceed,
AwHttpAuthHandler.java 16 public void proceed(String username, String password) { method in class:AwHttpAuthHandler
  /external/chromium_org/v8/test/mjsunit/regress/
regress-crbug-3184.js 39 this.$$$parentMethodStore$$$ = this.$proceed;
40 this.$proceed = function() { return _method.apply(this, arguments); };
44 this.$proceed = this.$$$parentMethodStore$$$;
45 if (this.$proceed == undefined) delete this.$proceed;
66 return this.$proceed();
  /external/v8/test/mjsunit/regress/
regress-crbug-3184.js 39 this.$$$parentMethodStore$$$ = this.$proceed;
40 this.$proceed = function() { return _method.apply(this, arguments); };
44 this.$proceed = this.$$$parentMethodStore$$$;
45 if (this.$proceed == undefined) delete this.$proceed;
66 return this.$proceed();
  /external/chromium/chrome/browser/chromeos/offline/
offline_load_page.h 33 // Called when a user selected to proceed or not to proceed
35 virtual void OnBlockingPageComplete(bool proceed) = 0;
60 virtual void Proceed();
83 // True if the proceed is chosen.
offline_load_page_unittest.cc 58 virtual void OnBlockingPageComplete(bool proceed) {
59 if (proceed)
103 // Simulate the user clicking "proceed".
104 interstitial->Proceed();
129 // Simulate the user clicking "don't proceed".
135 // We did not proceed, the pending entry should be gone.
  /external/chromium_org/chrome/browser/ui/
unload_controller.cc 43 bool proceed) {
45 if (!proceed)
47 return proceed;
50 if (!proceed) {
170 // We've finished all the unload events and can proceed to close the
189 // We've finished firing all beforeunload events and can proceed with unload
  /external/chromium_org/chrome/browser/resources/safe_browsing/
malware_block_v2.js 43 * The 'OneStep' conditions don't hide the proceed button.
62 $('proceed-span').hidden = templateData.proceedDisabled;
67 $('proceed').onclick = function(e) {
68 sendCommand('proceed');
  /external/chromium_org/chrome/browser/resources/ssl/
firefox.js 11 PROCEED: 1,
63 // This allows errors to be skippped by typing "proceed" into the page.
65 var sequence = 'proceed';
69 sendCommand(CMD.PROCEED);
88 $('proceed').hidden = false;
89 $('proceed-button').addEventListener('click', function() {
90 sendCommand(CMD.PROCEED);
  /external/chromium_org/chrome/browser/resources/chromeos/login/
screen_password_changed.css 64 #password-changed-proceed-anyway-warning {
70 #password-changed.migrate #password-changed-proceed-anyway-warning,
71 #password-changed.migrate #password-changed-proceed-button {
  /external/chromium/chrome/browser/renderer_host/
offline_resource_handler.cc 132 void OfflineResourceHandler::OnBlockingPageComplete(bool proceed) {
138 proceed));
147 if (proceed) {
offline_resource_handler.h 49 virtual void OnBlockingPageComplete(bool proceed);
  /external/chromium_org/chrome/browser/ssl/
ssl_blocking_page.cc 86 bool proceed,
102 if (proceed) {
108 } else if (!proceed) {
114 if (proceed)
121 if (proceed)
128 if (proceed)
234 strings.SetString("proceed",
309 interstitial_page_->Proceed();
350 // It's possible that callback_ may not exist if the user clicks "Proceed"
  /external/javassist/src/test/test/javassist/proxy/
ProxyFactoryCompatibilityTest.java 34 public Object invoke(Object self, Method m, Method proceed,
37 return proceed.invoke(self, args); // execute the original method.
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_blocking_page.h 25 // decides to proceed in the first interstitial, we display all queued unsafe
56 // to proceed on the currently showing interstitial.
70 virtual void Proceed();
87 PROCEED,
107 // SBInterstitial[Phishing|Malware|Multiple][Show|Proceed|DontProceed].
125 // Notifies the SafeBrowsingService on the IO thread whether to proceed or not
129 bool proceed);
  /external/chromium_org/android_webview/native/
aw_contents_client_bridge.h 58 void ProceedSslError(JNIEnv* env, jobject obj, jboolean proceed, jint id);

Completed in 2519 milliseconds

1 2 3 4 5 6