HomeSort by relevance Sort by last modified time
    Searched refs:JobInterceptorFactory (Results 1 - 12 of 12) 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...]
protocol_handler_registry_unittest.cc 61 // ProtocolHandlerRegistry::JobInterceptorFactory so the result of
86 ProtocolHandlerRegistry::JobInterceptorFactory* interceptor) {
97 ProtocolHandlerRegistry::JobInterceptorFactory* interceptor) {
834 scoped_ptr<ProtocolHandlerRegistry::JobInterceptorFactory> interceptor(
    [all...]
  /external/chromium_org/chrome/browser/net/
chrome_url_request_context_getter.cc 83 scoped_ptr<ProtocolHandlerRegistry::JobInterceptorFactory>
114 scoped_ptr<ProtocolHandlerRegistry::JobInterceptorFactory>
240 scoped_ptr<ProtocolHandlerRegistry::JobInterceptorFactory>
chrome_url_request_context_getter.h 69 scoped_ptr<ProtocolHandlerRegistry::JobInterceptorFactory>
  /external/chromium_org/chrome/browser/profiles/
off_the_record_profile_io_data.h 122 scoped_ptr<ProtocolHandlerRegistry::JobInterceptorFactory>
135 scoped_ptr<ProtocolHandlerRegistry::JobInterceptorFactory>
profile_io_data.h 127 scoped_ptr<ProtocolHandlerRegistry::JobInterceptorFactory>
328 scoped_ptr<ProtocolHandlerRegistry::JobInterceptorFactory>
363 scoped_ptr<ProtocolHandlerRegistry::JobInterceptorFactory>
543 scoped_ptr<ProtocolHandlerRegistry::JobInterceptorFactory>
562 scoped_ptr<ProtocolHandlerRegistry::JobInterceptorFactory>
off_the_record_profile_io_data.cc 130 scoped_ptr<ProtocolHandlerRegistry::JobInterceptorFactory>
332 scoped_ptr<ProtocolHandlerRegistry::JobInterceptorFactory>(),
341 scoped_ptr<ProtocolHandlerRegistry::JobInterceptorFactory>
398 scoped_ptr<ProtocolHandlerRegistry::JobInterceptorFactory>
profile_impl_io_data.h 185 scoped_ptr<ProtocolHandlerRegistry::JobInterceptorFactory>
198 scoped_ptr<ProtocolHandlerRegistry::JobInterceptorFactory>
profile_impl_io_data.cc 266 scoped_ptr<ProtocolHandlerRegistry::JobInterceptorFactory>
645 scoped_ptr<ProtocolHandlerRegistry::JobInterceptorFactory>(),
654 scoped_ptr<ProtocolHandlerRegistry::JobInterceptorFactory>
795 scoped_ptr<ProtocolHandlerRegistry::JobInterceptorFactory>
    [all...]
profile_io_data.cc 764 scoped_ptr<ProtocolHandlerRegistry::JobInterceptorFactory>
    [all...]
  /external/chromium_org/chrome/browser/ui/sync/
one_click_signin_helper_unittest.cc 128 scoped_ptr<ProtocolHandlerRegistry::JobInterceptorFactory>
150 scoped_ptr<ProtocolHandlerRegistry::JobInterceptorFactory>
    [all...]

Completed in 152 milliseconds