HomeSort by relevance Sort by last modified time
    Searched defs:job_factory_ (Results 1 - 10 of 10) 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 171 const URLRequestJobFactory* job_factory() const { return job_factory_; }
173 job_factory_ = job_factory;
224 const URLRequestJobFactory* job_factory_; member in class:net::URLRequestContext
url_request_unittest.cc 593 job_factory_.SetProtocolHandler("data", new DataProtocolHandler);
594 job_factory_.SetProtocolHandler("file", new FileProtocolHandler);
595 default_context_.set_job_factory(&job_factory_);
603 job_factory_.SetProtocolHandler("http", NULL);
604 job_factory_.SetProtocolHandler("http", protocol_handler_);
611 URLRequestJobFactoryImpl job_factory_; member in class:net::URLRequestTest
    [all...]
  /external/chromium_org/webkit/browser/blob/
mock_blob_url_request_context.h 30 net::URLRequestJobFactoryImpl job_factory_; member in class:webkit_blob::MockBlobURLRequestContext
  /external/chromium_org/android_webview/browser/net/
aw_url_request_context_getter.h 53 // later install into |job_factory_|. This ordering is enforced by having
56 // on the UI thread while |job_factory_| must be created on the IO thread.
65 scoped_ptr<net::URLRequestJobFactory> job_factory_; member in class:android_webview::AwURLRequestContextGetter
  /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 109 job_factory_.SetProtocolHandler(
112 request_context->set_job_factory(&job_factory_);
129 net::URLRequestJobFactoryImpl job_factory_; member in class:extensions::ExtensionProtocolTest
  /external/chromium_org/chrome/browser/profiles/
profile_io_data.h 238 scoped_ptr<net::URLRequestJobFactory> job_factory_; member in class:ProfileIOData::AppRequestContext
  /external/chromium_org/webkit/browser/appcache/
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 6348 milliseconds