Searched refs:web_contents_android (Results 1 – 13 of 13) sorted by relevance
25 WebContentsAndroid* web_contents_android = in FromJavaWebContents() local29 if (!web_contents_android) in FromJavaWebContents()31 return web_contents_android->web_contents(); in FromJavaWebContents()
3944 WebContentsAndroid* web_contents_android = in GetJavaWebContents() local3946 if (!web_contents_android) { in GetJavaWebContents()3947 web_contents_android = new WebContentsAndroid(this); in GetJavaWebContents()3948 SetUserData(kWebContentsAndroidKey, web_contents_android); in GetJavaWebContents()3950 return web_contents_android->GetJavaObject(); in GetJavaWebContents()
483 content/browser/web_contents/web_contents_android.cc \
1224 'browser/web_contents/web_contents_android.cc',1225 'browser/web_contents/web_contents_android.h',