HomeSort by relevance Sort by last modified time
    Searched defs:JobInterceptorFactory (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/custom_handlers/
protocol_handler_registry.h 98 // 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 {
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> CreateJobInterceptorFactory()
    [all...]
protocol_handler_registry.cc 157 // JobInterceptorFactory -------------------------------------------------------
159 // Instances of JobInterceptorFactory are produced for ownership by the IO
163 ProtocolHandlerRegistry::JobInterceptorFactory::JobInterceptorFactory(
170 ProtocolHandlerRegistry::JobInterceptorFactory::~JobInterceptorFactory() {
173 void ProtocolHandlerRegistry::JobInterceptorFactory::Chain(
179 ProtocolHandlerRegistry::JobInterceptorFactory::
193 bool ProtocolHandlerRegistry::JobInterceptorFactory::IsHandledProtocol(
200 bool ProtocolHandlerRegistry::JobInterceptorFactory::IsHandledURL
    [all...]

Completed in 725 milliseconds