HomeSort by relevance Sort by last modified time
    Searched defs:rdh (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/content/browser/loader/
resource_message_delegate.cc 15 ResourceDispatcherHostImpl* rdh = ResourceDispatcherHostImpl::Get(); local
16 rdh->RegisterResourceMessageDelegate(id_, this);
20 ResourceDispatcherHostImpl* rdh = ResourceDispatcherHostImpl::Get(); local
21 rdh->UnregisterResourceMessageDelegate(id_, this);
  /external/chromium/chrome/browser/
browser_process.cc 16 ResourceDispatcherHost* rdh = resource_dispatcher_host(); local
17 return rdh ? rdh->download_request_limiter() : NULL;
  /external/chromium/chrome/browser/download/
download_safe_browsing_client.cc 32 ResourceDispatcherHost* rdh = g_browser_process->resource_dispatcher_host(); local
33 if (rdh)
34 sb_service_ = rdh->safe_browsing_service();
download_manager.cc 236 ResourceDispatcherHost* rdh = g_browser_process->resource_dispatcher_host(); local
237 if (rdh) {
238 file_manager_ = rdh->download_file_manager();
720 // Cancel the network request. RDH is guaranteed to outlive the IO thread.
794 void DownloadManager::PauseDownloadRequest(ResourceDispatcherHost* rdh,
799 rdh->PauseRequest(render_process_id, request_id, pause);
    [all...]
save_package.cc 286 ResourceDispatcherHost* rdh = g_browser_process->resource_dispatcher_host(); local
287 if (!rdh) {
292 file_manager_ = rdh->save_file_manager();
    [all...]
  /external/chromium_org/chrome/browser/plugins/
plugin_installer.cc 45 ResourceDispatcherHost* rdh = ResourceDispatcherHost::Get(); local
48 net::Error error = rdh->BeginDownload(
  /external/chromium_org/content/browser/
browser_context.cc 118 ResourceDispatcherHostImpl* rdh = ResourceDispatcherHostImpl::Get(); local
119 DCHECK(rdh);
  /external/chromium/chrome/browser/prerender/
prerender_contents.cc 38 void AddChildRoutePair(ResourceDispatcherHost* rdh,
41 rdh->AddPrerenderChildRoutePair(child_id, route_id);
44 void RemoveChildRoutePair(ResourceDispatcherHost* rdh,
47 rdh->RemovePrerenderChildRoutePair(child_id, route_id);
117 ResourceDispatcherHost* rdh = g_browser_process->resource_dispatcher_host(); local
119 NewRunnableFunction(&AddChildRoutePair, rdh,
213 ResourceDispatcherHost* rdh = g_browser_process->resource_dispatcher_host(); local
215 NewRunnableFunction(&RemoveChildRoutePair, rdh,
  /external/chromium_org/content/browser/download/
save_package.cc 281 ResourceDispatcherHostImpl* rdh = ResourceDispatcherHostImpl::Get(); local
282 if (!rdh) {
287 file_manager_ = rdh->save_file_manager();
    [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_impl.cc 128 // - When RDH receives a response, the BufferedResourceHandler determines
133 // - After RDH receives a response and determines that it is safe and not a
3452 ResourceDispatcherHostImpl* rdh = ResourceDispatcherHostImpl::Get(); local
    [all...]

Completed in 286 milliseconds