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

/external/chromium_org/chrome/browser/custom_handlers/
H A Dprotocol_handler_registry.h94 // JobInterceptorFactory intercepts URLRequestJob creation for URLRequests the
97 // URLRequestJobFactory (set with |JobInterceptorFactory::Chain|).
98 // JobInterceptorFactory's are created via
100 class JobInterceptorFactory : public net::URLRequestJobFactory { class in class:ProtocolHandlerRegistry
103 explicit JobInterceptorFactory(IOThreadDelegate* io_thread_delegate);
104 virtual ~JobInterceptorFactory();
107 // forwarded if JobInterceptorFactory decides to pass on them.
120 // When JobInterceptorFactory decides to pass on particular requests,
127 DISALLOW_COPY_AND_ASSIGN(JobInterceptorFactory);
141 scoped_ptr<JobInterceptorFactory> CreateJobInterceptorFactor
[all...]
H A Dprotocol_handler_registry.cc157 // JobInterceptorFactory -------------------------------------------------------
159 // Instances of JobInterceptorFactory are produced for ownership by the IO
163 ProtocolHandlerRegistry::JobInterceptorFactory::JobInterceptorFactory( function in class:ProtocolHandlerRegistry::JobInterceptorFactory
170 ProtocolHandlerRegistry::JobInterceptorFactory::~JobInterceptorFactory() {
173 void ProtocolHandlerRegistry::JobInterceptorFactory::Chain(
179 ProtocolHandlerRegistry::JobInterceptorFactory::
193 bool ProtocolHandlerRegistry::JobInterceptorFactory::IsHandledProtocol(
200 bool ProtocolHandlerRegistry::JobInterceptorFactory
[all...]

Completed in 86 milliseconds