OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mWebContentsDelegate
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
Tab.java
126
private TabChromeWebContentsDelegateAndroid
mWebContentsDelegate
;
821
mWebContentsDelegate
= createWebContentsDelegate();
829
mNativeTabAndroid, mIncognito, mContentViewCore,
mWebContentsDelegate
,
[
all
...]
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwContents.java
195
private final AwWebContentsDelegateAdapter
mWebContentsDelegate
;
586
mWebContentsDelegate
= new AwWebContentsDelegateAdapter(
718
mWebContentsDelegate
.setContainerView(mContainerView);
[
all
...]
Completed in 43 milliseconds