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

  /external/chromium_org/android_webview/native/
aw_contents_client_bridge.h 24 // AwContentsClient. AwContentsClientBridge is created and owned by
26 // its Java peer. Since the Java AwContentsClientBridge can have
30 class AwContentsClientBridge : public AwContentsClientBridgeBase {
32 AwContentsClientBridge(JNIEnv* env, jobject obj);
33 virtual ~AwContentsClientBridge();
aw_contents_client_bridge.cc 51 AwContentsClientBridge::AwContentsClientBridge(JNIEnv* env, jobject obj)
58 AwContentsClientBridge::~AwContentsClientBridge() {
69 void AwContentsClientBridge::AllowCertificateError(
103 void AwContentsClientBridge::ProceedSslError(JNIEnv* env, jobject obj,
117 void AwContentsClientBridge::SelectClientCertificate(
127 &AwContentsClientBridge::HandleErrorInClientCertificateResponse,
192 void AwContentsClientBridge::ProvideClientCertificateResponse(
206 &AwContentsClientBridge::HandleErrorInClientCertificateResponse
    [all...]
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwContentsClientBridge.java 27 * Both the Java and the native peers of AwContentsClientBridge are owned by the
29 * via weak references. The native AwContentsClientBridge sets up and clear these weak
33 public class AwContentsClientBridge {
34 static final String TAG = "AwContentsClientBridge";
45 protected AwContentsClientBridge(DefaultAndroidKeyStore keyStore,
51 public AwContentsClientBridge(AwContentsClient client, DefaultAndroidKeyStore keyStore,
60 * Callback to communicate clientcertificaterequest back to the AwContentsClientBridge.

Completed in 478 milliseconds