Searched defs:rdh (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/content/browser/loader/
H A Dresource_message_delegate.cc15 ResourceDispatcherHostImpl* rdh = ResourceDispatcherHostImpl::Get(); local
16 rdh->RegisterResourceMessageDelegate(id_, this);
20 ResourceDispatcherHostImpl* rdh = ResourceDispatcherHostImpl::Get(); local
21 rdh->UnregisterResourceMessageDelegate(id_, this);
H A Dasync_resource_handler.cc82 ResourceDispatcherHostImpl* rdh)
85 rdh_(rdh),
80 AsyncResourceHandler( net::URLRequest* request, ResourceDispatcherHostImpl* rdh) argument
/external/chromium_org/content/browser/
H A Dbrowser_context.cc111 ResourceDispatcherHostImpl* rdh = ResourceDispatcherHostImpl::Get(); local
112 DCHECK(rdh);
/external/chromium_org/content/browser/download/
H A Dsave_package.cc277 ResourceDispatcherHostImpl* rdh = ResourceDispatcherHostImpl::Get(); local
278 if (!rdh) {
283 file_manager_ = rdh->save_file_manager();
/external/chromium_org/content/browser/frame_host/
H A Dinterstitial_page_impl.cc53 void ResourceRequestHelper(ResourceDispatcherHostImpl* rdh, argument
59 rdh->BlockRequestsForRoute(process_id, render_view_host_id);
62 rdh->ResumeBlockedRequestsForRoute(process_id, render_view_host_id);
65 rdh->CancelBlockedRequestsForRoute(process_id, render_view_host_id);
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.cc3949 ResourceDispatcherHostImpl* rdh = ResourceDispatcherHostImpl::Get(); local
3950 if (rdh) // NULL in unittests.
3951 rdh->OnUserGesture(this);

Completed in 152 milliseconds