HomeSort by relevance Sort by last modified time
    Searched refs:GetAsWebContents (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/content/test/
test_frame_navigation_observer.cc 24 node->current_frame_host()->delegate()->GetAsWebContents()),
35 node->current_frame_host()->delegate()->GetAsWebContents()),
test_render_frame_host.cc 42 child_creation_observer_(delegate ? delegate->GetAsWebContents() : NULL),
  /external/chromium_org/content/browser/renderer_host/
render_view_host_delegate.cc 21 WebContents* RenderViewHostDelegate::GetAsWebContents() {
render_view_host_delegate.h 84 virtual WebContents* GetAsWebContents();
  /external/chromium_org/content/browser/frame_host/
render_frame_host_delegate.cc 35 WebContents* RenderFrameHostDelegate::GetAsWebContents() {
render_frame_host_delegate.h 124 virtual WebContents* GetAsWebContents();
  /external/chromium_org/content/browser/download/
download_request_handle.cc 43 return render_view_host->GetDelegate()->GetAsWebContents();
save_file_manager.cc 185 render_view_host->GetDelegate()->GetAsWebContents());
  /external/chromium_org/content/browser/android/
download_controller_android_impl.cc 341 render_view_host->GetDelegate()->GetAsWebContents();
  /external/chromium_org/content/browser/web_contents/
web_contents_impl.cc 292 return rvh->GetDelegate()->GetAsWebContents();
299 return rfh_impl->delegate()->GetAsWebContents();
    [all...]
web_contents_impl.h 389 virtual WebContents* GetAsWebContents() OVERRIDE;
406 // virtual WebContents* GetAsWebContents() OVERRIDE;
    [all...]

Completed in 906 milliseconds