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

/external/chromium_org/content/browser/loader/
H A Dresource_dispatcher_host_impl.h68 class CONTENT_EXPORT ResourceDispatcherHostImpl class in namespace:content
72 ResourceDispatcherHostImpl();
73 virtual ~ResourceDispatcherHostImpl();
75 // Returns the current ResourceDispatcherHostImpl. May return NULL if it
77 static ResourceDispatcherHostImpl* Get();
102 // Notify the ResourceDispatcherHostImpl of a new resource context.
105 // Notify the ResourceDispatcherHostImpl of a resource context destruction.
465 scoped_ptr<base::RepeatingTimer<ResourceDispatcherHostImpl> >
540 DISALLOW_COPY_AND_ASSIGN(ResourceDispatcherHostImpl);
H A Dresource_dispatcher_host_impl.cc112 static ResourceDispatcherHostImpl* g_resource_dispatcher_host;
114 // The interval for calls to ResourceDispatcherHostImpl::UpdateLoadStates
254 // ResourceDispatcherHostImpl should service this request. A request might be
393 ResourceDispatcherHostImpl::ResourceDispatcherHostImpl() function in class:content::ResourceDispatcherHostImpl
419 base::Bind(&ResourceDispatcherHostImpl::OnInit,
423 new base::RepeatingTimer<ResourceDispatcherHostImpl>());
426 ResourceDispatcherHostImpl::~ResourceDispatcherHostImpl() {
433 ResourceDispatcherHostImpl* ResourceDispatcherHostImp
[all...]

Completed in 1686 milliseconds