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

/external/chromium_org/android_webview/native/
H A Daw_web_contents_delegate.h17 class AwWebContentsDelegate class in namespace:android_webview
20 AwWebContentsDelegate(JNIEnv* env, jobject obj);
21 virtual ~AwWebContentsDelegate();
H A Daw_web_contents_delegate.cc47 AwWebContentsDelegate::AwWebContentsDelegate( function in class:android_webview::AwWebContentsDelegate
54 AwWebContentsDelegate::~AwWebContentsDelegate() {
58 AwWebContentsDelegate::GetJavaScriptDialogManager() {
62 void AwWebContentsDelegate::FindReply(WebContents* web_contents,
78 void AwWebContentsDelegate::CanDownload(
89 void AwWebContentsDelegate::RunFileChooser(WebContents* web_contents,
125 void AwWebContentsDelegate::AddNewContents(WebContents* source,
168 void AwWebContentsDelegate
[all...]
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAwWebContentsDelegate.java20 public abstract class AwWebContentsDelegate extends WebContentsDelegateAndroid { class in inherits:WebContentsDelegateAndroid

Completed in 94 milliseconds