Searched refs:http_transaction_factory (Results 1 - 25 of 36) 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"
17 ->http_transaction_factory()
H A Dchrome_ssl_host_state_delegate.cc27 #include "net/http/http_transaction_factory.h"
58 http_transaction_factory()->
/external/chromium_org/chrome/browser/
H A Dchrome_net_benchmarking_message_filter.cc72 http_transaction_factory()->GetCache()->GetCurrentBackend();
110 http_transaction_factory()->GetCache()->CloseAllConnections();
123 http_transaction_factory()->GetCache();
/external/chromium_org/net/url_request/
H A Durl_request_context_storage.cc17 #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);
104 set_http_transaction_factory( HttpTransactionFactory* http_transaction_factory) argument
H A Durl_request_context_builder.cc362 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);
H A Durl_request_context_storage.h66 HttpTransactionFactory* http_transaction_factory);
H A Durl_request_context.cc13 #include "net/http/http_transaction_factory.h"
66 HttpTransactionFactory* transaction_factory = http_transaction_factory();
H A Durl_request_context.h134 HttpTransactionFactory* http_transaction_factory() const { function in class:net::URLRequestContext
H A Dview_cache_helper.cc212 if (!context_->http_transaction_factory())
215 HttpCache* http_cache = context_->http_transaction_factory()->GetCache();
H A Dview_cache_helper_unittest.cc97 context->http_transaction_factory()->GetCache()->GetBackend(
193 context.http_transaction_factory()->GetCache()->GetBackend(
H A Durl_request_ftp_job.cc19 #include "net/http/http_transaction_factory.h"
192 int rv = request_->context()->http_transaction_factory()->CreateTransaction(
H A Durl_request_http_job.cc35 #include "net/http/http_transaction_factory.h"
157 if (!request->context()->http_transaction_factory()) {
425 DCHECK(request_->context()->http_transaction_factory());
427 rv = request_->context()->http_transaction_factory()->CreateTransaction(
/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/components/policy/core/common/cloud/
H A Dsystem_policy_request_context.cc56 system_context->http_transaction_factory()->GetSession()));
/external/chromium_org/chrome/browser/net/
H A Dpreconnect.cc15 #include "net/http/http_transaction_factory.h"
58 net::HttpTransactionFactory* factory = context->http_transaction_factory();
/external/chromium_org/content/browser/ssl/
H A Dssl_client_auth_handler.cc13 #include "net/http/http_transaction_factory.h"
26 request_->context()->http_transaction_factory()->GetSession()),
/external/chromium_org/chrome/browser/chromeos/login/
H A Dprofile_auth_data.cc24 #include "net/http/http_transaction_factory.h"
178 http_transaction_factory()->GetSession()->http_auth_cache();
180 http_transaction_factory()->GetSession()->http_auth_cache());
H A Dprofile_auth_data_unittest.cc27 #include "net/http/http_transaction_factory.h"
264 return GetRequestContext(browser_context)->http_transaction_factory()->
/external/chromium_org/content/renderer/
H A Dbrowser_render_view_browsertest.cc85 getter->GetURLRequestContext()->http_transaction_factory()->GetCache());
119 getter->GetURLRequestContext()->http_transaction_factory()->GetCache());
/external/chromium_org/sync/internal_api/
H A Dhttp_bridge.cc144 baseline_context->http_transaction_factory()->GetSession();
171 delete http_transaction_factory();
H A Dhttp_bridge_unittest.cc78 http_transaction_factory()->GetSession();
82 http_transaction_factory()->GetSession());
/external/chromium_org/net/socket_stream/
H A Dsocket_stream.cc34 #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();
1229 HttpTransactionFactory* factory = context_->http_transaction_factory();
/external/chromium_org/chrome/browser/ui/login/
H A Dlogin_prompt.cc32 #include "net/http/http_transaction_factory.h"
89 request_->context()->http_transaction_factory()->GetSession()),
/external/chromium_org/chrome/browser/ui/webui/net_internals/
H A Dnet_internals_ui.cc167 if (!context->http_transaction_factory())
170 net::HttpCache* http_cache = context->http_transaction_factory()->GetCache();
181 if (!context->http_transaction_factory())
184 return context->http_transaction_factory()->GetSession();
/external/chromium_org/content/browser/media/android/
H A Dmedia_resource_getter_impl.cc26 #include "net/http/http_transaction_factory.h"
194 context_getter_->GetURLRequestContext()->http_transaction_factory();

Completed in 455 milliseconds

12