HomeSort by relevance Sort by last modified time
    Searched defs:proceed (Results 1 - 24 of 24) sorted by null

  /frameworks/base/core/java/android/webkit/
SslErrorHandler.java 34 * Proceed with the SSL certificate.
36 public void proceed() {} method in class:SslErrorHandler
HttpAuthHandler.java 24 * which must call either {@link #proceed(String, String)} or {@link #cancel()}.
49 * Proceed with the authorization with the given credentials.
51 public void proceed(String username, String password) { method in class:HttpAuthHandler
ClientCertRequestHandler.java 49 * Proceed with the specified private key and client certificate chain.
51 public void proceed(PrivateKey privateKey, X509Certificate[] chain) { method in class:ClientCertRequestHandler
SslErrorHandlerImpl.java 131 * Handles requests from the network stack about whether to proceed with a
150 * Check the preference table to see if we already have a 'proceed' decision
152 * severity than the supplied error. If so, instruct the loader to proceed
184 * @return True iff should proceed to processing the
204 // checkSslPrefTable() will instruct the loader to proceed if we
205 // have a cached 'proceed' decision. It does not remove the loader
212 // If we can not proceed based on a cached decision, ask the client.
222 * Proceed with this load.
224 public void proceed() { method in class:SslErrorHandlerImpl
239 * Handles the response from the client about whether to proceed with thi
    [all...]
HttpAuthHandlerImpl.java 103 * call back to either proceed() or cancel().
132 * Proceed with the authorization with the given credentials
139 public void proceed(String username, String password) { method in class:HttpAuthHandlerImpl
  /packages/apps/Browser/src/com/android/browser/
KeyChainLookup.java 49 mHandler.proceed(privateKey, certificateChain);
Controller.java     [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/
BaseTileTexture.cpp 193 bool proceed = true; local
195 proceed = m_owner->removeTexture(this);
197 if (proceed) {
  /cts/tests/tests/webkit/src/android/webkit/cts/
HttpAuthHandlerTest.java 67 method = "proceed",
153 MyWebViewClient(boolean proceed, String user, String password) {
154 mProceed = proceed;
169 handler.proceed(mUser, mPassword);
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
ReliabilityTestActivity.java 211 handler.proceed();
  /external/webkit/Source/WebCore/inspector/front-end/
NetworkPanel.js 488 var proceed = true; variable
491 proceed = false;
493 proceed = this._timelineGrid.updateDividers(force, this.calculator);
495 if (!proceed)
    [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 
  /prebuilt/common/ant/
ant.jar 
  /prebuilt/common/ecj/
ecj.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 1065 milliseconds