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

  /external/chromium_org/net/url_request/
protocol_intercept_job_factory.h 24 // NULL) the URLRequest is forwarded to the |job_factory_| to be handled there.
43 scoped_ptr<URLRequestJobFactory> job_factory_; member in class:net::ProtocolInterceptJobFactory
url_request_context_storage.h 95 scoped_ptr<URLRequestJobFactory> job_factory_; member in class:net::URLRequestContextStorage
url_request_context.h 181 const URLRequestJobFactory* job_factory() const { return job_factory_; }
183 job_factory_ = job_factory;
235 const URLRequestJobFactory* job_factory_; member in class:net::URLRequestContext
url_request_unittest.cc 601 job_factory_.SetProtocolHandler("data", new DataProtocolHandler);
602 job_factory_.SetProtocolHandler(
604 default_context_.set_job_factory(&job_factory_);
615 job_factory_.SetProtocolHandler("http", NULL);
616 job_factory_.SetProtocolHandler("http", protocol_handler_);
623 URLRequestJobFactoryImpl job_factory_; member in class:net::URLRequestTest
    [all...]
  /external/chromium_org/android_webview/browser/net/
aw_url_request_context_getter.h 47 // later install into |job_factory_|. This ordering is enforced by having
50 // on the UI thread while |job_factory_| must be created on the IO thread.
59 scoped_ptr<net::URLRequestJobFactory> job_factory_; member in class:android_webview::AwURLRequestContextGetter
  /external/chromium_org/webkit/browser/blob/
mock_blob_url_request_context.h 31 net::URLRequestJobFactoryImpl job_factory_; member in class:webkit_blob::MockBlobURLRequestContext
  /external/chromium_org/chrome/browser/custom_handlers/
protocol_handler_registry.h 121 // they're forwarded to the chained URLRequestJobFactory, |job_factory_|.
122 scoped_ptr<URLRequestJobFactory> job_factory_; member in class:ProtocolHandlerRegistry::JobInterceptorFactory
  /external/chromium_org/chrome/browser/extensions/
extension_protocols_unittest.cc 112 job_factory_.SetProtocolHandler(
115 request_context->set_job_factory(&job_factory_);
133 net::URLRequestJobFactoryImpl job_factory_; member in class:extensions::ExtensionProtocolTest
  /external/chromium_org/chrome/browser/profiles/
profile_io_data.h 255 scoped_ptr<net::URLRequestJobFactory> job_factory_; member in class:ProfileIOData::AppRequestContext
  /external/chromium_org/webkit/browser/appcache/
appcache_storage_impl_unittest.cc 153 job_factory_ = factory.Pass();
155 request_context_->set_job_factory(job_factory_.get());
161 job_factory_.reset();
165 scoped_ptr<net::URLRequestJobFactory> job_factory_; member in class:appcache::__anon18064::IOThread
    [all...]
appcache_update_job_unittest.cc 565 job_factory_.reset(job_factory);
566 request_context_->set_job_factory(job_factory_.get());
574 job_factory_ = factory.Pass();
576 request_context_->set_job_factory(job_factory_.get());
581 job_factory_.reset();
585 scoped_ptr<net::URLRequestJobFactory> job_factory_; member in class:appcache::IOThread
    [all...]

Completed in 487 milliseconds