/external/chromium_org/content/browser/loader/ |
D | resource_dispatcher_host_impl.cc | 109 static ResourceDispatcherHostImpl* g_resource_dispatcher_host; 307 ResourceDispatcherHostImpl::ResourceDispatcherHostImpl() in ResourceDispatcherHostImpl() function in content::ResourceDispatcherHostImpl 333 base::Bind(&ResourceDispatcherHostImpl::OnInit, in ResourceDispatcherHostImpl() 337 new base::RepeatingTimer<ResourceDispatcherHostImpl>()); in ResourceDispatcherHostImpl() 340 ResourceDispatcherHostImpl::~ResourceDispatcherHostImpl() { in ~ResourceDispatcherHostImpl() 347 ResourceDispatcherHostImpl* ResourceDispatcherHostImpl::Get() { in Get() 351 void ResourceDispatcherHostImpl::SetDelegate( in SetDelegate() 356 void ResourceDispatcherHostImpl::SetAllowCrossOriginAuthPrompt(bool value) { in SetAllowCrossOriginAuthPrompt() 360 void ResourceDispatcherHostImpl::AddResourceContext(ResourceContext* context) { in AddResourceContext() 364 void ResourceDispatcherHostImpl::RemoveResourceContext( in RemoveResourceContext() [all …]
|
D | resource_message_delegate.cc | 15 ResourceDispatcherHostImpl* rdh = ResourceDispatcherHostImpl::Get(); in ResourceMessageDelegate() 20 ResourceDispatcherHostImpl* rdh = ResourceDispatcherHostImpl::Get(); in ~ResourceMessageDelegate()
|
D | sync_resource_handler.h | 24 class ResourceDispatcherHostImpl; variable 33 ResourceDispatcherHostImpl* resource_dispatcher_host); 69 ResourceDispatcherHostImpl* rdh_;
|
D | redirect_to_file_resource_handler.h | 27 class ResourceDispatcherHostImpl; variable 36 ResourceDispatcherHostImpl* resource_dispatcher_host); 69 ResourceDispatcherHostImpl* host_;
|
D | async_resource_handler.h | 22 class ResourceDispatcherHostImpl; variable 32 ResourceDispatcherHostImpl* rdh); 78 ResourceDispatcherHostImpl* rdh_;
|
D | buffered_resource_handler.h | 20 class ResourceDispatcherHostImpl; variable 29 ResourceDispatcherHostImpl* host, 98 ResourceDispatcherHostImpl* host_;
|
D | resource_dispatcher_host_impl.h | 67 class CONTENT_EXPORT ResourceDispatcherHostImpl 71 ResourceDispatcherHostImpl(); 72 virtual ~ResourceDispatcherHostImpl(); 76 static ResourceDispatcherHostImpl* Get(); 446 scoped_ptr<base::RepeatingTimer<ResourceDispatcherHostImpl> > 525 DISALLOW_COPY_AND_ASSIGN(ResourceDispatcherHostImpl);
|
D | resource_message_filter.cc | 37 ResourceDispatcherHostImpl::Get()->CancelRequestsForProcess(child_id_); in OnChannelClosing() 42 return ResourceDispatcherHostImpl::Get()->OnMessageReceived( in OnMessageReceived()
|
D | resource_scheduler_filter.cc | 24 ResourceDispatcherHostImpl::Get()->scheduler(); in OnMessageReceived()
|
D | sync_resource_handler.cc | 24 ResourceDispatcherHostImpl* resource_dispatcher_host) in SyncResourceHandler()
|
D | redirect_to_file_resource_handler.cc | 59 ResourceDispatcherHostImpl* host) in RedirectToFileResourceHandler()
|
D | resource_dispatcher_host_unittest.cc | 74 ResourceDispatcherHostImpl::Get()->OnMessageReceived( in GenerateIPCMessage() 596 if (ResourceDispatcherHostImpl::Get()) in TearDown() 597 ResourceDispatcherHostImpl::Get()->CancelRequestsForContext( in TearDown() 728 ResourceDispatcherHostImpl host_; 1630 ResourceDispatcherHostImpl::CalculateApproximateMemoryCost(&req)); in TEST_F() 1635 ResourceDispatcherHostImpl::CalculateApproximateMemoryCost(&req)); in TEST_F() 1648 ResourceDispatcherHostImpl::CalculateApproximateMemoryCost(&req)); in TEST_F() 1657 ResourceDispatcherHostImpl::kAvgBytesPerOutstandingRequest + in TEST_F()
|
D | cross_site_resource_handler.cc | 269 ResourceDispatcherHostImpl::Get()->MarkAsTransferredNavigation( in StartCrossSiteTransition()
|
/external/chromium_org/content/browser/ |
D | resource_context_impl.cc | 49 if (ResourceDispatcherHostImpl::Get()) in ResourceContext() 50 ResourceDispatcherHostImpl::Get()->AddResourceContext(this); in ResourceContext() 54 ResourceDispatcherHostImpl* rdhi = ResourceDispatcherHostImpl::Get(); in ~ResourceContext()
|
D | browser_main_loop.h | 45 class ResourceDispatcherHostImpl; variable 167 scoped_ptr<ResourceDispatcherHostImpl> resource_dispatcher_host_;
|
D | plugin_browsertest.cc | 549 ResourceDispatcherHostImpl::Get()->delegate(); in IN_PROC_BROWSER_TEST_F() 550 ResourceDispatcherHostImpl::Get()->SetDelegate(&test_delegate); in IN_PROC_BROWSER_TEST_F() 554 ResourceDispatcherHostImpl::Get()->SetDelegate(old_delegate); in IN_PROC_BROWSER_TEST_F()
|
D | browser_context.cc | 121 ResourceDispatcherHostImpl* rdh = ResourceDispatcherHostImpl::Get(); in GetDownloadManager()
|
/external/chromium_org/content/browser/renderer_host/ |
D | render_widget_helper.h | 37 class ResourceDispatcherHostImpl; variable 112 ResourceDispatcherHostImpl* resource_dispatcher_host); 244 ResourceDispatcherHostImpl* resource_dispatcher_host_;
|
D | render_message_filter.h | 77 class ResourceDispatcherHostImpl; variable 273 ResourceDispatcherHostImpl* resource_dispatcher_host_;
|
D | render_view_host_impl.cc | 232 if (ResourceDispatcherHostImpl::Get()) { in RenderViewHostImpl() 235 base::Bind(&ResourceDispatcherHostImpl::OnRenderViewHostCreated, in RenderViewHostImpl() 236 base::Unretained(ResourceDispatcherHostImpl::Get()), in RenderViewHostImpl() 246 if (ResourceDispatcherHostImpl::Get()) { in ~RenderViewHostImpl() 249 base::Bind(&ResourceDispatcherHostImpl::OnRenderViewHostDeleted, in ~RenderViewHostImpl() 250 base::Unretained(ResourceDispatcherHostImpl::Get()), in ~RenderViewHostImpl()
|
/external/chromium_org/content/browser/ssl/ |
D | ssl_error_handler.h | 25 class ResourceDispatcherHostImpl; variable
|
D | ssl_client_auth_handler.cc | 109 ResourceDispatcherHostImpl::Get()-> in DoCertificateSelected()
|
/external/chromium_org/content/browser/android/ |
D | download_controller_android_impl.cc | 111 ResourceDispatcherHostImpl::Get()->GetURLRequest(global_id); in PrepareDownloadInfo() 143 ResourceDispatcherHostImpl::Get()->GetURLRequest(global_id); in CheckPolicyAndLoadCookies() 166 ResourceDispatcherHostImpl::Get()->GetURLRequest(global_id); in DoLoadCookies()
|
/external/chromium_org/content/browser/frame_host/ |
D | interstitial_page_impl.cc | 51 void ResourceRequestHelper(ResourceDispatcherHostImpl* rdh, in ResourceRequestHelper() 789 if (!rvh || !ResourceDispatcherHostImpl::Get()) in TakeActionOnResourceDispatcher() 797 ResourceDispatcherHostImpl::Get(), in TakeActionOnResourceDispatcher()
|
/external/chromium_org/content/browser/download/ |
D | save_file_manager.cc | 370 ResourceDispatcherHostImpl::Get()->BeginSaveFile(url, in OnSaveURL() 392 ResourceDispatcherHostImpl::Get()->CancelRequest(render_process_id, in ExecuteCancelSaveRequest()
|