Home
last modified time | relevance | path

Searched refs:ResourceDispatcherHostImpl (Results 1 – 25 of 35) sorted by relevance

12

/external/chromium_org/content/browser/loader/
Dresource_dispatcher_host_impl.cc109 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 …]
Dresource_message_delegate.cc15 ResourceDispatcherHostImpl* rdh = ResourceDispatcherHostImpl::Get(); in ResourceMessageDelegate()
20 ResourceDispatcherHostImpl* rdh = ResourceDispatcherHostImpl::Get(); in ~ResourceMessageDelegate()
Dsync_resource_handler.h24 class ResourceDispatcherHostImpl; variable
33 ResourceDispatcherHostImpl* resource_dispatcher_host);
69 ResourceDispatcherHostImpl* rdh_;
Dredirect_to_file_resource_handler.h27 class ResourceDispatcherHostImpl; variable
36 ResourceDispatcherHostImpl* resource_dispatcher_host);
69 ResourceDispatcherHostImpl* host_;
Dasync_resource_handler.h22 class ResourceDispatcherHostImpl; variable
32 ResourceDispatcherHostImpl* rdh);
78 ResourceDispatcherHostImpl* rdh_;
Dbuffered_resource_handler.h20 class ResourceDispatcherHostImpl; variable
29 ResourceDispatcherHostImpl* host,
98 ResourceDispatcherHostImpl* host_;
Dresource_dispatcher_host_impl.h67 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);
Dresource_message_filter.cc37 ResourceDispatcherHostImpl::Get()->CancelRequestsForProcess(child_id_); in OnChannelClosing()
42 return ResourceDispatcherHostImpl::Get()->OnMessageReceived( in OnMessageReceived()
Dresource_scheduler_filter.cc24 ResourceDispatcherHostImpl::Get()->scheduler(); in OnMessageReceived()
Dsync_resource_handler.cc24 ResourceDispatcherHostImpl* resource_dispatcher_host) in SyncResourceHandler()
Dredirect_to_file_resource_handler.cc59 ResourceDispatcherHostImpl* host) in RedirectToFileResourceHandler()
Dresource_dispatcher_host_unittest.cc74 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()
Dcross_site_resource_handler.cc269 ResourceDispatcherHostImpl::Get()->MarkAsTransferredNavigation( in StartCrossSiteTransition()
/external/chromium_org/content/browser/
Dresource_context_impl.cc49 if (ResourceDispatcherHostImpl::Get()) in ResourceContext()
50 ResourceDispatcherHostImpl::Get()->AddResourceContext(this); in ResourceContext()
54 ResourceDispatcherHostImpl* rdhi = ResourceDispatcherHostImpl::Get(); in ~ResourceContext()
Dbrowser_main_loop.h45 class ResourceDispatcherHostImpl; variable
167 scoped_ptr<ResourceDispatcherHostImpl> resource_dispatcher_host_;
Dplugin_browsertest.cc549 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()
Dbrowser_context.cc121 ResourceDispatcherHostImpl* rdh = ResourceDispatcherHostImpl::Get(); in GetDownloadManager()
/external/chromium_org/content/browser/renderer_host/
Drender_widget_helper.h37 class ResourceDispatcherHostImpl; variable
112 ResourceDispatcherHostImpl* resource_dispatcher_host);
244 ResourceDispatcherHostImpl* resource_dispatcher_host_;
Drender_message_filter.h77 class ResourceDispatcherHostImpl; variable
273 ResourceDispatcherHostImpl* resource_dispatcher_host_;
Drender_view_host_impl.cc232 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/
Dssl_error_handler.h25 class ResourceDispatcherHostImpl; variable
Dssl_client_auth_handler.cc109 ResourceDispatcherHostImpl::Get()-> in DoCertificateSelected()
/external/chromium_org/content/browser/android/
Ddownload_controller_android_impl.cc111 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/
Dinterstitial_page_impl.cc51 void ResourceRequestHelper(ResourceDispatcherHostImpl* rdh, in ResourceRequestHelper()
789 if (!rvh || !ResourceDispatcherHostImpl::Get()) in TakeActionOnResourceDispatcher()
797 ResourceDispatcherHostImpl::Get(), in TakeActionOnResourceDispatcher()
/external/chromium_org/content/browser/download/
Dsave_file_manager.cc370 ResourceDispatcherHostImpl::Get()->BeginSaveFile(url, in OnSaveURL()
392 ResourceDispatcherHostImpl::Get()->CancelRequest(render_process_id, in ExecuteCancelSaveRequest()

12