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

/external/chromium_org/chrome/browser/custom_handlers/
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...]
H A Dprotocol_handler_registry.h98 // JobInterceptorFactory intercepts URLRequestJob creation for URLRequests the
101 // URLRequestJobFactory (set with |JobInterceptorFactory::Chain|).
102 // JobInterceptorFactory's are created via
104 class JobInterceptorFactory : public net::URLRequestJobFactory { class in class:ProtocolHandlerRegistry
107 explicit JobInterceptorFactory(IOThreadDelegate* io_thread_delegate);
108 virtual ~JobInterceptorFactory();
111 // forwarded if JobInterceptorFactory decides to pass on them.
124 // When JobInterceptorFactory decides to pass on particular requests,
131 DISALLOW_COPY_AND_ASSIGN(JobInterceptorFactory);
145 scoped_ptr<JobInterceptorFactory> CreateJobInterceptorFactor
[all...]

Completed in 197 milliseconds