HomeSort by relevance Sort by last modified time
    Searched full:http_transaction_factory (Results 1 - 25 of 48) 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"
17 ->http_transaction_factory()
ssl_client_certificate_selector_test.cc 18 #include "net/http/http_transaction_factory.h"
chrome_ssl_host_state_delegate.cc 27 #include "net/http/http_transaction_factory.h"
58 http_transaction_factory()->
  /external/chromium_org/net/url_request/
url_request_context_storage.cc 17 #include "net/http/http_transaction_factory.h"
105 HttpTransactionFactory* http_transaction_factory) {
106 context_->set_http_transaction_factory(http_transaction_factory);
107 http_transaction_factory_.reset(http_transaction_factory);
url_request_context.cc 13 #include "net/http/http_transaction_factory.h"
66 HttpTransactionFactory* transaction_factory = http_transaction_factory();
url_request_context_builder.cc 362 HttpTransactionFactory* http_transaction_factory = NULL; local
379 http_transaction_factory = new HttpCache(
385 http_transaction_factory = new HttpNetworkLayer(network_session.get());
387 storage->set_http_transaction_factory(http_transaction_factory);
url_request_context_storage.h 66 HttpTransactionFactory* http_transaction_factory);
view_cache_helper_unittest.cc 97 context->http_transaction_factory()->GetCache()->GetBackend(
193 context.http_transaction_factory()->GetCache()->GetBackend(
view_cache_helper.cc 212 if (!context_->http_transaction_factory())
215 HttpCache* http_cache = context_->http_transaction_factory()->GetCache();
url_request_ftp_job.cc 19 #include "net/http/http_transaction_factory.h"
192 int rv = request_->context()->http_transaction_factory()->CreateTransaction(
  /external/chromium_org/chrome/browser/devtools/
devtools_network_transaction_factory.h 11 #include "net/http/http_transaction_factory.h"
  /external/chromium_org/net/http/
failing_http_transaction_factory.h 12 #include "net/http/http_transaction_factory.h"
http_network_layer.h 17 #include "net/http/http_transaction_factory.h"
  /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_org/chrome/browser/
chrome_net_benchmarking_message_filter.cc 72 http_transaction_factory()->GetCache()->GetCurrentBackend();
110 http_transaction_factory()->GetCache()->CloseAllConnections();
123 http_transaction_factory()->GetCache();
  /external/chromium_org/chrome/browser/net/
preconnect.cc 15 #include "net/http/http_transaction_factory.h"
58 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_org/components/policy/core/common/cloud/
system_policy_request_context.cc 56 system_context->http_transaction_factory()->GetSession()));
  /external/chromium_org/chrome/browser/chromeos/login/
profile_auth_data.cc 24 #include "net/http/http_transaction_factory.h"
178 http_transaction_factory()->GetSession()->http_auth_cache();
180 http_transaction_factory()->GetSession()->http_auth_cache());
profile_auth_data_unittest.cc 27 #include "net/http/http_transaction_factory.h"
264 return GetRequestContext(browser_context)->http_transaction_factory()->
  /external/chromium_org/content/renderer/
browser_render_view_browsertest.cc 85 getter->GetURLRequestContext()->http_transaction_factory()->GetCache());
119 getter->GetURLRequestContext()->http_transaction_factory()->GetCache());
  /external/chromium_org/content/browser/media/android/
media_resource_getter_impl.cc 26 #include "net/http/http_transaction_factory.h"
194 context_getter_->GetURLRequestContext()->http_transaction_factory();
  /external/chromium_org/net/socket_stream/
socket_stream.cc 34 #include "net/http/http_transaction_factory.h"
786 DCHECK(context_->http_transaction_factory());
787 DCHECK(context_->http_transaction_factory()->GetSession());
789 context_->http_transaction_factory()->GetSession();
    [all...]
  /external/chromium_org/net/websockets/
websocket_job.cc 16 #include "net/http/http_transaction_factory.h"
577 socket_->context()->http_transaction_factory();
  /external/chromium_org/sync/internal_api/
http_bridge.cc 144 baseline_context->http_transaction_factory()->GetSession();
171 delete http_transaction_factory();

Completed in 605 milliseconds

1 2