Home
last modified time | relevance | path

Searched refs:GetAsWebContents (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/content/test/
Dtest_frame_navigation_observer.cc24 node->current_frame_host()->delegate()->GetAsWebContents()), in TestFrameNavigationObserver()
35 node->current_frame_host()->delegate()->GetAsWebContents()), in TestFrameNavigationObserver()
/external/chromium_org/content/browser/frame_host/
Drender_frame_host_delegate.cc29 WebContents* RenderFrameHostDelegate::GetAsWebContents() { in GetAsWebContents() function in content::RenderFrameHostDelegate
Drender_frame_host_delegate.h105 virtual WebContents* GetAsWebContents();
/external/chromium_org/content/browser/renderer_host/
Drender_view_host_delegate.cc21 WebContents* RenderViewHostDelegate::GetAsWebContents() { in GetAsWebContents() function in content::RenderViewHostDelegate
Drender_view_host_delegate.h87 virtual WebContents* GetAsWebContents();
/external/chromium_org/content/browser/download/
Ddownload_request_handle.cc43 return render_view_host->GetDelegate()->GetAsWebContents(); in GetWebContents()
Dsave_file_manager.cc185 render_view_host->GetDelegate()->GetAsWebContents()); in GetSavePackageFromRenderIds()
/external/chromium_org/content/browser/devtools/
Drenderer_overrides_handler.cc351 WebContents* web_contents = host->GetDelegate()->GetAsWebContents(); in PageHandleJavaScriptDialog()
378 WebContents* web_contents = host->GetDelegate()->GetAsWebContents(); in PageNavigate()
393 WebContents* web_contents = host->GetDelegate()->GetAsWebContents(); in PageReload()
411 WebContents* web_contents = host->GetDelegate()->GetAsWebContents(); in PageGetNavigationHistory()
455 WebContents* web_contents = host->GetDelegate()->GetAsWebContents(); in PageNavigateToHistoryEntry()
/external/chromium_org/content/browser/android/
Ddownload_controller_android_impl.cc339 render_view_host->GetDelegate()->GetAsWebContents(); in GetContentView()
/external/chromium_org/content/browser/web_contents/
Dweb_contents_impl.cc269 return rvh->GetDelegate()->GetAsWebContents(); in FromRenderViewHost()
276 return rfh_impl->delegate()->GetAsWebContents(); in FromRenderFrameHost()
3289 WebContents* WebContentsImpl::GetAsWebContents() { in GetAsWebContents() function in content::WebContentsImpl
3657 source_rvh->GetDelegate()->GetAsWebContents()); in RouteMessageEvent()
Dweb_contents_impl.h353 virtual WebContents* GetAsWebContents() OVERRIDE; in NON_EXPORTED_BASE()