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

1 2

  /frameworks/base/core/java/android/webkit/
SslErrorHandler.java 182 * @return True iff should proceed to processing the
221 * Proceed with the SSL certificate.
223 public void proceed() { method in class:SslErrorHandler
243 SslError error, boolean proceed) {
251 + " proceed: " + proceed
256 if (proceed) {
270 loader.handleSslErrorResponse(proceed);
HttpAuthHandler.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:HttpAuthHandler
LoadListener.java     [all...]
  /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();
  /cts/tests/tests/webkit/src/android/webkit/cts/
HttpAuthHandlerTest.java 67 method = "proceed",
152 MyWebViewClient(boolean proceed, String user, String password) {
153 mProceed = proceed;
163 handler.proceed(mUser, mPassword);
  /frameworks/base/core/java/android/net/http/
HttpsConnection.java 401 void restartConnection(boolean proceed) {
404 " proceed: " + proceed);
410 mAborted = !proceed;
Request.java 511 public void handleSslErrorResponse(boolean proceed) {
514 connection.restartConnection(proceed);
RequestHandle.java 117 public void handleSslErrorResponse(boolean proceed) {
119 mRequest.handleSslErrorResponse(proceed);
  /external/bluetooth/bluez/src/
glib-helper.c 509 goto proceed;
515 goto proceed;
520 proceed:
dbus-hci.c 558 * it and proceed with service discovery */
759 goto proceed;
774 proceed:
adapter.c     [all...]
device.c     [all...]
  /packages/apps/Browser/tests/src/com/android/browser/
PopularUrlsTest.java 216 handler.proceed();
225 handler.proceed("user", "passwd");
JNIBindingsTestApp.java 215 handler.proceed();
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
ReliabilityTestActivity.java 211 handler.proceed();
TestShellActivity.java 521 handler.proceed(credentials[0], credentials[1]);
531 handler.proceed();
546 // With the flag updated, we can now proceed as normal whether the progress update came from
  /external/webkit/SunSpider/tests/parse-only/
prototype-1.6.0.3.js     [all...]
concat-jquery-mootools-prototype.js     [all...]
  /external/bluetooth/bluez/audio/
manager.c 1060 goto proceed;
1119 proceed:
a2dp.c 1135 goto proceed;
1199 proceed:
    [all...]
pcm_bluetooth.c 860 goto proceed;
880 proceed:
    [all...]
avdtp.c     [all...]
  /external/webkit/WebCore/html/
HTMLParser.cpp 978 bool proceed = true; local
    [all...]
  /packages/apps/Browser/src/com/android/browser/
Tab.java 749 handler.proceed();
    [all...]
  /external/webkit/WebCore/inspector/front-end/
ResourcesPanel.js 548 var proceed = WebInspector.AbstractTimelinePanel.prototype.updateGraphDividersIfNeeded.call(this, force);
550 if (!proceed)
    [all...]

Completed in 685 milliseconds

1 2