Searched refs:mWebContentsDelegate (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DTab.java126 private TabChromeWebContentsDelegateAndroid mWebContentsDelegate; field in class:Tab
821 mWebContentsDelegate = createWebContentsDelegate();
829 mNativeTabAndroid, mIncognito, mContentViewCore, mWebContentsDelegate,
1015 mWebContentsDelegate = null;
1070 return mWebContentsDelegate;
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAwContents.java195 private final AwWebContentsDelegateAdapter mWebContentsDelegate; field in class:AwContents
586 mWebContentsDelegate = new AwWebContentsDelegateAdapter(
718 mWebContentsDelegate.setContainerView(mContainerView);
783 nativeSetJavaPeers(mNativeAwContents, this, mWebContentsDelegate, mContentsClientBridge,
1077 return mWebContentsDelegate.getMostRecentProgress();

Completed in 657 milliseconds