Searched defs:FromWebContents (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/content/public/browser/
H A Ddownload_url_parameters.cc37 DownloadUrlParameters* DownloadUrlParameters::FromWebContents( function in class:content::DownloadUrlParameters
H A Dweb_contents_user_data.h37 if (!FromWebContents(contents))
44 static T* FromWebContents(WebContents* contents) { function in class:content::WebContentsUserData
48 static const T* FromWebContents(const WebContents* contents) { function in class:content::WebContentsUserData
/external/chromium_org/android_webview/browser/
H A Daw_contents_client_bridge_base.cc51 AwContentsClientBridgeBase* AwContentsClientBridgeBase::FromWebContents( function in class:android_webview::AwContentsClientBridgeBase
H A Daw_browser_context.cc93 AwBrowserContext* AwBrowserContext::FromWebContents( function in class:android_webview::AwBrowserContext
H A Din_process_view_renderer.cc277 InProcessViewRenderer* InProcessViewRenderer::FromWebContents( function in class:android_webview::InProcessViewRenderer
/external/chromium_org/chrome/android/testshell/
H A Dtestshell_stubs.cc22 TabAndroid* TabAndroid::FromWebContents(content::WebContents* web_contents) { function in class:TabAndroid
/external/chromium_org/chrome/browser/android/
H A Dtab_android_test_stubs.cc17 TabAndroid* TabAndroid::FromWebContents(content::WebContents* web_contents) { function in class:TabAndroid
/external/chromium_org/chrome/browser/guestview/
H A Dguestview.cc54 GuestView* GuestView::FromWebContents(WebContents* web_contents) { function in class:GuestView
/external/chromium_org/components/autofill/content/browser/
H A Dautofill_driver_impl.cc39 if (FromWebContents(contents))
55 AutofillDriverImpl* AutofillDriverImpl::FromWebContents( function in class:autofill::AutofillDriverImpl
/external/chromium_org/android_webview/native/
H A Daw_settings.cc72 AwSettings* AwSettings::FromWebContents(content::WebContents* web_contents) { function in class:android_webview::AwSettings
78 AwContents* contents = AwContents::FromWebContents(web_contents());
154 AwContents* contents = AwContents::FromWebContents(web_contents());
H A Daw_contents.cc166 AwContents* AwContents::FromWebContents(WebContents* web_contents) { function in class:android_webview::AwContents
179 return FromWebContents(web_contents);
196 AwAutofillManagerDelegate::FromWebContents(web_contents_.get());
242 if (AutofillDriverImpl::FromWebContents(web_contents_.get())) {
243 AwAutofillManagerDelegate::FromWebContents(web_contents_.get())->
254 if (AutofillDriverImpl::FromWebContents(web_contents))
257 AwBrowserContext::FromWebContents(web_contents)->
262 AwAutofillManagerDelegate::FromWebContents(web_contents),
297 DCHECK(AwContents::FromWebContents(web_contents_.get()) == this);
439 AwBrowserContext::FromWebContents(web_contents
[all...]
/external/chromium_org/content/browser/android/
H A Dcontent_view_core_impl.cc136 ContentViewCoreImpl* ContentViewCoreImpl::FromWebContents( function in class:content::ContentViewCoreImpl
145 ContentViewCore* ContentViewCore::FromWebContents( function in class:content::ContentViewCore
147 return ContentViewCoreImpl::FromWebContents(web_contents);

Completed in 854 milliseconds