Home
last modified time | relevance | path

Searched defs:job_factory (Results 1 – 19 of 19) sorted by relevance

/external/chromium_org/net/url_request/
Durl_request_job_manager.cc56 const URLRequestJobFactory* job_factory = NULL; in CreateJob() local
116 const URLRequestJobFactory* job_factory = NULL; in MaybeInterceptRedirect() local
143 const URLRequestJobFactory* job_factory = NULL; in MaybeInterceptResponse() local
Durl_request_job_factory_impl_unittest.cc74 URLRequestJobFactoryImpl job_factory; in TEST() local
88 URLRequestJobFactoryImpl job_factory; in TEST() local
Durl_request_intercepting_job_factory.cc13 scoped_ptr<URLRequestJobFactory> job_factory, in URLRequestInterceptingJobFactory()
Durl_request_context_storage.cc110 URLRequestJobFactory* job_factory) { in set_job_factory()
Durl_request_context_builder.cc330 URLRequestJobFactoryImpl* job_factory = new URLRequestJobFactoryImpl; in Build() local
Durl_request_ftp_job_unittest.cc42 URLRequestJobFactoryImpl* job_factory = new URLRequestJobFactoryImpl; in FtpTestURLRequestContext() local
Durl_request_unittest.cc7689 URLRequestJobFactoryImpl job_factory; in TEST_F() local
/external/chromium_org/content/shell/browser/
Dshell_url_request_context_getter.cc47 void InstallProtocolHandlers(net::URLRequestJobFactoryImpl* job_factory, in InstallProtocolHandlers()
205 scoped_ptr<net::URLRequestJobFactoryImpl> job_factory( in GetURLRequestContext() local
/external/chromium_org/mojo/services/network/
Dnetwork_context.cc111 scoped_ptr<net::URLRequestJobFactoryImpl> job_factory( in NetworkContext() local
/external/chromium_org/android_webview/browser/net/
Daw_url_request_context_getter.cc156 scoped_ptr<net::URLRequestJobFactory> job_factory(aw_job_factory.Pass()); in CreateJobFactory() local
/external/chromium_org/chrome/browser/profiles/
Dprofile_io_data.cc506 scoped_ptr<net::URLRequestJobFactory> job_factory) { in SetJobFactory()
656 net::URLRequestJobFactoryImpl* job_factory, in InstallProtocolHandlers()
1030 scoped_ptr<net::URLRequestJobFactoryImpl> job_factory, in SetUpJobFactoryDefaults()
Doff_the_record_profile_io_data.cc347 scoped_ptr<net::URLRequestJobFactoryImpl> job_factory( in InitializeAppRequestContext() local
Dprofile_impl_io_data.cc683 scoped_ptr<net::URLRequestJobFactoryImpl> job_factory( in InitializeAppRequestContext() local
/external/chromium_org/chrome/browser/
Dio_thread.cc672 scoped_ptr<net::URLRequestJobFactoryImpl> job_factory( in InitAsync() local
/external/chromium_org/net/proxy/
Dproxy_script_fetcher_impl_unittest.cc79 URLRequestJobFactoryImpl* job_factory = new URLRequestJobFactoryImpl(); in RequestContext() local
/external/chromium_org/chrome/browser/custom_handlers/
Dprotocol_handler_registry.cc175 scoped_ptr<net::URLRequestJobFactory> job_factory) { in Chain()
/external/chromium_org/content/browser/loader/
Dresource_dispatcher_host_impl.cc673 const net::URLRequestJobFactory* job_factory = in HandleExternalProtocol() local
/external/chromium_org/chrome/browser/extensions/api/web_request/
Dweb_request_api_unittest.cc233 net::URLRequestJobFactoryImpl job_factory; in TEST_F() local
/external/chromium_org/content/browser/appcache/
Dappcache_update_job_unittest.cc590 void SetNewJobFactory(net::URLRequestJobFactory* job_factory) { in SetNewJobFactory()