Searched defs:AwContentsClientBridge (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/android_webview/native/
H A Daw_contents_client_bridge.h24 // AwContentsClient. AwContentsClientBridge is created and owned by
26 // its Java peer. Since the Java AwContentsClientBridge can have
30 class AwContentsClientBridge : public AwContentsClientBridgeBase { class in namespace:android_webview
33 AwContentsClientBridge(JNIEnv* env, jobject obj);
34 virtual ~AwContentsClientBridge();
H A Daw_contents_client_bridge.cc26 AwContentsClientBridge::AwContentsClientBridge(JNIEnv* env, jobject obj) function in class:android_webview::AwContentsClientBridge
33 AwContentsClientBridge::~AwContentsClientBridge() {
44 void AwContentsClientBridge::AllowCertificateError(
78 void AwContentsClientBridge::ProceedSslError(JNIEnv* env, jobject obj,
90 void AwContentsClientBridge::RunJavaScriptDialog(
135 void AwContentsClientBridge::RunBeforeUnloadDialog(
157 bool AwContentsClientBridge::ShouldOverrideUrlLoading(
169 void AwContentsClientBridge
[all...]
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAwContentsClientBridge.java16 * Both the Java and the native peers of AwContentsClientBridge are owned by the
18 * via weak references. The native AwContentsClientBridge sets up and clear these weak
22 public class AwContentsClientBridge { class
28 public AwContentsClientBridge(AwContentsClient client) { method in class:AwContentsClientBridge

Completed in 119 milliseconds