HomeSort by relevance Sort by last modified time
    Searched refs:rdh (Results 1 - 25 of 29) sorted by null

1 2

  /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/ssl/
ssl_cert_error_handler.cc 13 ResourceDispatcherHost* rdh,
18 : SSLErrorHandler(rdh, request, resource_type),
ssl_cert_error_handler.h 24 SSLCertErrorHandler(ResourceDispatcherHost* rdh,
ssl_error_handler.cc 16 SSLErrorHandler::SSLErrorHandler(ResourceDispatcherHost* rdh,
21 resource_dispatcher_host_(rdh),
ssl_manager.cc 27 void SSLManager::OnSSLCertificateError(ResourceDispatcherHost* rdh,
42 NewRunnableMethod(new SSLCertErrorHandler(rdh,
  /external/chromium/chrome/browser/download/
download_file.h 31 void CancelDownloadRequest(ResourceDispatcherHost* rdh);
download_file.cc 35 void DownloadFile::CancelDownloadRequest(ResourceDispatcherHost* rdh) {
40 rdh,
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_util.h 238 ResourceDispatcherHost* rdh,
245 void CancelDownloadRequest(ResourceDispatcherHost* rdh,
download_file_manager.h 69 explicit DownloadFileManager(ResourceDispatcherHost* rdh);
save_file_manager.h 86 explicit SaveFileManager(ResourceDispatcherHost* rdh);
download_file_manager.cc 50 DownloadFileManager::DownloadFileManager(ResourceDispatcherHost* rdh)
52 resource_dispatcher_host_(rdh) {
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...]
download_util.cc 793 ResourceDispatcherHost* rdh,
803 rdh->BeginDownload(url,
812 void CancelDownloadRequest(ResourceDispatcherHost* rdh,
816 // |rdh| may be NULL in unit tests.
817 if (rdh)
818 rdh->CancelRequest(render_process_id, request_id, false);
    [all...]
save_file_manager.cc 31 SaveFileManager::SaveFileManager(ResourceDispatcherHost* rdh)
33 resource_dispatcher_host_(rdh) {
download_manager.h 309 void PauseDownloadRequest(ResourceDispatcherHost* rdh,
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/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/chrome/browser/renderer_host/
download_resource_handler.h 28 DownloadResourceHandler(ResourceDispatcherHost* rdh,
offline_resource_handler.h 30 ResourceDispatcherHost* rdh,
offline_resource_handler.cc 28 ResourceDispatcherHost* rdh,
33 rdh_(rdh),
download_resource_handler.cc 27 ResourceDispatcherHost* rdh,
45 rdh_(rdh),
  /external/chromium/chrome/browser/extensions/
sandboxed_extension_unpacker.h 93 // |client| with the result. If |rdh| is provided, unpacking is done in a
96 ResourceDispatcherHost* rdh,
sandboxed_extension_unpacker.cc 48 ResourceDispatcherHost* rdh,
52 rdh_(rdh), client_(client), got_response_(false) {
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
CACFLayerTreeHost.cpp 262 outRects.resize(regionData->rdh.nCount);

Completed in 929 milliseconds

1 2