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

  /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();
url_request_http_job.cc 34 #include "net/http/http_transaction_factory.h"
175 !request->context()->http_transaction_factory()) {
313 DCHECK(request_->context()->http_transaction_factory());
315 rv = request_->context()->http_transaction_factory()->CreateTransaction(
    [all...]
  /external/chromium/chrome/browser/policy/
device_management_service.cc 53 base_context->http_transaction_factory()->GetSession()));
64 delete http_transaction_factory();
  /external/chromium/chrome/browser/net/
preconnect.cc 16 #include "net/http/http_transaction_factory.h"
53 net::HttpTransactionFactory* factory = context->http_transaction_factory();
connection_tester.cc 96 delete http_transaction_factory();
  /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/chrome/browser/profiles/
profile_manager.cc 24 #include "net/http/http_transaction_factory.h"
52 request_context->http_transaction_factory()->Suspend(true);
61 request_context->http_transaction_factory()->Suspend(false);
  /external/chromium/chrome/browser/ui/webui/
net_internals_ui.cc 89 if (!context->http_transaction_factory())
92 net::HttpCache* http_cache = context->http_transaction_factory()->GetCache();
103 if (!context->http_transaction_factory())
106 return context->http_transaction_factory()->GetSession();
    [all...]
  /external/chromium/net/proxy/
proxy_script_fetcher_impl_unittest.cc 65 delete http_transaction_factory();
  /external/chromium/chrome/browser/
browsing_data_remover.cc 393 getter->GetURLRequestContext()->http_transaction_factory();
  /external/chromium/chrome/browser/safe_browsing/
malware_details_unittest.cc 107 context->http_transaction_factory()->GetCache()->GetBackend(&cache, &cb);
  /external/chromium/net/spdy/
spdy_test_util.cc     [all...]

Completed in 266 milliseconds