Searched defs:ResourceDispatcherHostImpl (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/loader/
H A Dresource_dispatcher_host_impl.h66 class CONTENT_EXPORT ResourceDispatcherHostImpl class in namespace:content
70 ResourceDispatcherHostImpl();
71 virtual ~ResourceDispatcherHostImpl();
73 // Returns the current ResourceDispatcherHostImpl. May return NULL if it
75 static ResourceDispatcherHostImpl* Get();
100 // Notify the ResourceDispatcherHostImpl of a new resource context.
103 // Notify the ResourceDispatcherHostImpl of a resource context destruction.
434 scoped_ptr<base::RepeatingTimer<ResourceDispatcherHostImpl> >
509 DISALLOW_COPY_AND_ASSIGN(ResourceDispatcherHostImpl);
H A Dresource_dispatcher_host_impl.cc111 static ResourceDispatcherHostImpl* g_resource_dispatcher_host;
113 // The interval for calls to ResourceDispatcherHostImpl::UpdateLoadStates
198 // ResourceDispatcherHostImpl should service this request. A request might be
327 ResourceDispatcherHostImpl::ResourceDispatcherHostImpl() function in class:content::ResourceDispatcherHostImpl
353 base::Bind(&ResourceDispatcherHostImpl::OnInit,
357 new base::RepeatingTimer<ResourceDispatcherHostImpl>());
360 ResourceDispatcherHostImpl::~ResourceDispatcherHostImpl() {
367 ResourceDispatcherHostImpl* ResourceDispatcherHostImp
[all...]

Completed in 110 milliseconds