Searched refs:main_http_factory_ (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/android_webview/browser/net/
H A Daw_url_request_context_getter.h84 scoped_ptr<net::HttpTransactionFactory> main_http_factory_; member in class:android_webview::AwURLRequestContextGetter
H A Daw_url_request_context_getter.cc249 main_http_factory_.reset(main_cache);
/external/chromium_org/chrome/browser/profiles/
H A Doff_the_record_profile_io_data.h146 mutable scoped_ptr<net::HttpTransactionFactory> main_http_factory_; member in class:OffTheRecordProfileIOData
H A Doff_the_record_profile_io_data.cc257 main_http_factory_ = CreateMainHttpFactory(profile_params, main_backend);
259 main_context->set_http_transaction_factory(main_http_factory_.get());
360 main_http_factory_->GetSession();
H A Dprofile_impl_io_data.cc555 main_http_factory_.reset(main_cache.release());
556 main_context->set_http_transaction_factory(main_http_factory_.get());
680 main_http_factory_->GetSession();
769 main_http_factory_->GetSession();
H A Dprofile_impl_io_data.h219 mutable scoped_ptr<net::HttpTransactionFactory> main_http_factory_; member in class:ProfileImplIOData

Completed in 189 milliseconds