Searched refs:http_transaction_factory (Results 1 - 25 of 50) sorted by relevance

12

/external/chromium_org/chrome/browser/ssl/
H A Dssl_client_auth_requestor_mock.cc7 #include "net/http/http_transaction_factory.h"
16 request->context()->http_transaction_factory()->GetSession()) {
/external/chromium/net/url_request/
H A Durl_request_context_storage.cc17 #include "net/http/http_transaction_factory.h"
97 HttpTransactionFactory* http_transaction_factory) {
98 context_->set_http_transaction_factory(http_transaction_factory);
99 http_transaction_factory_.reset(http_transaction_factory);
96 set_http_transaction_factory( HttpTransactionFactory* http_transaction_factory) argument
H A Durl_request_context.cc11 #include "net/http/http_transaction_factory.h"
53 set_http_transaction_factory(other->http_transaction_factory());
H A Durl_request_context_storage.h59 HttpTransactionFactory* http_transaction_factory);
H A Dview_cache_helper_unittest.cc91 context->http_transaction_factory()->GetCache()->GetBackend(&cache, &cb);
186 context->http_transaction_factory()->GetCache()->GetBackend(&cache, &cb);
H A Durl_request_context.h112 HttpTransactionFactory* http_transaction_factory() const { function in class:net::URLRequestContext
H A Dview_cache_helper.cc213 if (!context_->http_transaction_factory())
216 HttpCache* http_cache = context_->http_transaction_factory()->GetCache();
/external/chromium_org/chrome/browser/
H A Dchrome_net_benchmarking_message_filter.cc75 http_transaction_factory()->GetCache()->GetCurrentBackend();
130 http_transaction_factory()->GetCache()->CloseAllConnections();
143 http_transaction_factory()->GetCache();
/external/chromium_org/net/url_request/
H A Durl_request_context_storage.cc16 #include "net/http/http_transaction_factory.h"
104 HttpTransactionFactory* http_transaction_factory) {
105 context_->set_http_transaction_factory(http_transaction_factory);
106 http_transaction_factory_.reset(http_transaction_factory);
103 set_http_transaction_factory( HttpTransactionFactory* http_transaction_factory) argument
H A Durl_request_context_builder.cc272 HttpTransactionFactory* http_transaction_factory = NULL; local
290 http_transaction_factory = new HttpCache(
296 http_transaction_factory = new HttpNetworkLayer(network_session.get());
298 storage->set_http_transaction_factory(http_transaction_factory);
H A Durl_request_context_storage.h65 HttpTransactionFactory* http_transaction_factory);
H A Durl_request_context.cc13 #include "net/http/http_transaction_factory.h"
62 HttpTransactionFactory* transaction_factory = http_transaction_factory();
H A Durl_request_context.h127 HttpTransactionFactory* http_transaction_factory() const { function in class:net::URLRequestContext
H A Dview_cache_helper.cc213 if (!context_->http_transaction_factory())
216 HttpCache* http_cache = context_->http_transaction_factory()->GetCache();
H A Dview_cache_helper_unittest.cc92 context->http_transaction_factory()->GetCache()->GetBackend(
188 context.http_transaction_factory()->GetCache()->GetBackend(
/external/chromium_org/android_webview/browser/
H A Dnet_disk_cache_remover.cc13 #include "net/http/http_transaction_factory.h"
42 http_transaction_factory()->GetCache()->GetBackend(backend_ptr, callback);
/external/chromium_org/content/browser/ssl/
H A Dssl_client_auth_handler.cc13 #include "net/http/http_transaction_factory.h"
24 request_->context()->http_transaction_factory()->GetSession()),
/external/chromium/chrome/browser/policy/
H A Ddevice_management_service.cc53 base_context->http_transaction_factory()->GetSession()));
64 delete http_transaction_factory();
/external/chromium_org/chrome/browser/chromeos/login/
H A Dprofile_auth_data.cc13 #include "net/http/http_transaction_factory.h"
206 http_transaction_factory()->GetSession()->http_auth_cache();
208 http_transaction_factory()->GetSession()->http_auth_cache());
/external/chromium/chrome/browser/net/
H A Dpreconnect.cc16 #include "net/http/http_transaction_factory.h"
53 net::HttpTransactionFactory* factory = context->http_transaction_factory();
/external/chromium_org/chrome/browser/net/
H A Dpreconnect.cc15 #include "net/http/http_transaction_factory.h"
57 net::HttpTransactionFactory* factory = context->http_transaction_factory();
/external/chromium/chrome/browser/sync/glue/
H A Dhttp_bridge.cc89 baseline_context->http_transaction_factory()->GetSession();
112 delete http_transaction_factory();
H A Dhttp_bridge_unittest.cc64 http_transaction_factory()->GetSession();
68 http_transaction_factory()->GetSession());
/external/chromium_org/sync/internal_api/
H A Dhttp_bridge.cc105 baseline_context->http_transaction_factory()->GetSession();
126 delete http_transaction_factory();
/external/chromium/chrome/browser/profiles/
H A Dprofile_manager.cc24 #include "net/http/http_transaction_factory.h"
52 request_context->http_transaction_factory()->Suspend(true);
61 request_context->http_transaction_factory()->Suspend(false);

Completed in 427 milliseconds

12