HomeSort by relevance Sort by last modified time
    Searched refs:http_transaction_factory (Results 1 - 25 of 50) sorted by null

1 2

  /external/chromium_org/chrome/browser/ssl/
ssl_client_auth_requestor_mock.cc 7 #include "net/http/http_transaction_factory.h"
16 request->context()->http_transaction_factory()->GetSession()) {
  /external/chromium/net/url_request/
url_request_context_storage.cc 17 #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);
url_request_context_storage.h 59 HttpTransactionFactory* http_transaction_factory);
url_request_context.cc 11 #include "net/http/http_transaction_factory.h"
53 set_http_transaction_factory(other->http_transaction_factory());
view_cache_helper_unittest.cc 91 context->http_transaction_factory()->GetCache()->GetBackend(&cache, &cb);
186 context->http_transaction_factory()->GetCache()->GetBackend(&cache, &cb);
url_request_context.h 112 HttpTransactionFactory* http_transaction_factory() const { function in class:net::URLRequestContext
view_cache_helper.cc 213 if (!context_->http_transaction_factory())
216 HttpCache* http_cache = context_->http_transaction_factory()->GetCache();
  /external/chromium_org/chrome/browser/
chrome_net_benchmarking_message_filter.cc 75 http_transaction_factory()->GetCache()->GetCurrentBackend();
130 http_transaction_factory()->GetCache()->CloseAllConnections();
143 http_transaction_factory()->GetCache();
  /external/chromium_org/net/url_request/
url_request_context_storage.cc 16 #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);
url_request_context_builder.cc 284 HttpTransactionFactory* http_transaction_factory = NULL; local
302 http_transaction_factory = new HttpCache(
308 http_transaction_factory = new HttpNetworkLayer(network_session.get());
310 storage->set_http_transaction_factory(http_transaction_factory);
url_request_context_storage.h 65 HttpTransactionFactory* http_transaction_factory);
url_request_context.cc 13 #include "net/http/http_transaction_factory.h"
64 HttpTransactionFactory* transaction_factory = http_transaction_factory();
url_request_context.h 130 HttpTransactionFactory* http_transaction_factory() const { function in class:net::URLRequestContext
view_cache_helper.cc 213 if (!context_->http_transaction_factory())
216 HttpCache* http_cache = context_->http_transaction_factory()->GetCache();
view_cache_helper_unittest.cc 93 context->http_transaction_factory()->GetCache()->GetBackend(
189 context.http_transaction_factory()->GetCache()->GetBackend(
  /external/chromium_org/components/policy/core/common/cloud/
system_policy_request_context.cc 51 system_context->http_transaction_factory()->GetSession()));
  /external/chromium_org/android_webview/browser/
net_disk_cache_remover.cc 13 #include "net/http/http_transaction_factory.h"
42 http_transaction_factory()->GetCache()->GetBackend(backend_ptr, callback);
  /external/chromium/chrome/browser/policy/
device_management_service.cc 53 base_context->http_transaction_factory()->GetSession()));
64 delete http_transaction_factory();
  /external/chromium_org/chrome/browser/chromeos/login/
profile_auth_data.cc 13 #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/
preconnect.cc 16 #include "net/http/http_transaction_factory.h"
53 net::HttpTransactionFactory* factory = context->http_transaction_factory();
  /external/chromium_org/chrome/browser/net/
preconnect.cc 15 #include "net/http/http_transaction_factory.h"
57 net::HttpTransactionFactory* factory = context->http_transaction_factory();
  /external/chromium_org/content/browser/ssl/
ssl_client_auth_handler.cc 13 #include "net/http/http_transaction_factory.h"
26 request_->context()->http_transaction_factory()->GetSession()),
  /external/chromium/chrome/browser/sync/glue/
http_bridge.cc 89 baseline_context->http_transaction_factory()->GetSession();
112 delete http_transaction_factory();
http_bridge_unittest.cc 64 http_transaction_factory()->GetSession();
68 http_transaction_factory()->GetSession());
  /external/chromium_org/sync/internal_api/
http_bridge.cc 143 baseline_context->http_transaction_factory()->GetSession();
164 delete http_transaction_factory();

Completed in 3655 milliseconds

1 2