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

  /external/chromium_org/android_webview/native/
aw_web_contents_delegate.h 17 class AwWebContentsDelegate
20 AwWebContentsDelegate(JNIEnv* env, jobject obj);
21 virtual ~AwWebContentsDelegate();
aw_web_contents_delegate.cc 44 AwWebContentsDelegate::AwWebContentsDelegate(
50 AwWebContentsDelegate::~AwWebContentsDelegate() {
54 AwWebContentsDelegate::GetJavaScriptDialogManager() {
58 void AwWebContentsDelegate::FindReply(WebContents* web_contents,
74 void AwWebContentsDelegate::CanDownload(
85 void AwWebContentsDelegate::RunFileChooser(WebContents* web_contents,
121 void AwWebContentsDelegate::AddNewContents(WebContents* source,
164 void AwWebContentsDelegate::WebContentsCreated(WebContents* source_contents
    [all...]
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwWebContentsDelegate.java 21 public abstract class AwWebContentsDelegate extends WebContentsDelegateAndroid {

Completed in 34 milliseconds