Searched refs:http_stream_factory (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/net/http/
H A Dhttp_network_session_peer.cc33 HttpStreamFactory* http_stream_factory) {
34 session_->http_stream_factory_.reset(http_stream_factory);
38 HttpStreamFactory* http_stream_factory) {
39 session_->websocket_stream_factory_.reset(http_stream_factory);
32 SetHttpStreamFactory( HttpStreamFactory* http_stream_factory) argument
37 SetWebSocketStreamFactory( HttpStreamFactory* http_stream_factory) argument
H A Dhttp_network_session_peer.h29 void SetHttpStreamFactory(HttpStreamFactory* http_stream_factory);
H A Dhttp_stream_factory_impl_unittest.cc273 session->http_stream_factory()->PreconnectStreams(
574 session->http_stream_factory()->RequestStream(
615 session->http_stream_factory()->RequestStream(
669 session->http_stream_factory()->RequestStream(
677 session->http_stream_factory()->RequestStream(
686 session->http_stream_factory()->RequestStream(
712 session->http_stream_factory()->RequestStream(
742 session->http_stream_factory()->RequestStream(
791 session->http_stream_factory()->RequestStream(
836 session->http_stream_factory()
[all...]
H A Dhttp_network_session.h19 #include "net/http/http_stream_factory.h"
141 HttpStreamFactory* http_stream_factory() { function in class:net::HttpNetworkSession
H A Dhttp_network_transaction.cc47 #include "net/http/http_stream_factory.h"
133 if (session->http_stream_factory()->has_next_protos()) {
135 session->http_stream_factory()->next_protos();
655 session_->http_stream_factory()->RequestStream(
977 ProcessAlternateProtocol(session_->http_stream_factory(),
/external/chromium/chrome/browser/net/
H A Dpreconnect.cc15 #include "net/http/http_stream_factory.h"
96 if (session->http_stream_factory()->next_protos())
97 ssl_config.next_protos = *session->http_stream_factory()->next_protos();
102 net::HttpStreamFactory* http_stream_factory = session->http_stream_factory(); local
103 http_stream_factory->PreconnectStreams(
/external/chromium_org/chrome/browser/net/
H A Dpreconnect.cc14 #include "net/http/http_stream_factory.h"
106 if (session->http_stream_factory()->has_next_protos())
107 ssl_config.next_protos = session->http_stream_factory()->next_protos();
112 net::HttpStreamFactory* http_stream_factory = session->http_stream_factory(); local
113 http_stream_factory->PreconnectStreams(count, request_info, priority,
/external/chromium/net/http/
H A Dhttp_network_session_peer.cc72 HttpStreamFactory* http_stream_factory) {
73 session_->http_stream_factory_.reset(http_stream_factory);
71 SetHttpStreamFactory( HttpStreamFactory* http_stream_factory) argument
H A Dhttp_network_session_peer.h46 void SetHttpStreamFactory(HttpStreamFactory* http_stream_factory);
H A Dhttp_network_session.h17 #include "net/http/http_stream_factory.h"
124 HttpStreamFactory* http_stream_factory() { function in class:net::HttpNetworkSession
H A Dhttp_network_transaction.cc46 #include "net/http/http_stream_factory.h"
115 if (session->http_stream_factory()->next_protos())
116 ssl_config_.next_protos = *session->http_stream_factory()->next_protos();
587 session_->http_stream_factory()->RequestStream(
890 ProcessAlternateProtocol(session_->http_stream_factory(),
1171 session_->http_stream_factory()->AddTLSIntolerantServer(
H A Dhttp_stream_factory_impl_unittest.cc121 session->http_stream_factory()->PreconnectStreams(
/external/chromium/
H A DAndroid.mk270 net/http/http_stream_factory.cc \
/external/chromium_org/net/
H A Dnet.target.darwin-arm.mk235 net/http/http_stream_factory.cc \
H A Dnet.target.darwin-mips.mk235 net/http/http_stream_factory.cc \
H A Dnet.target.darwin-x86.mk235 net/http/http_stream_factory.cc \
H A Dnet.target.linux-arm.mk235 net/http/http_stream_factory.cc \
H A Dnet.target.linux-mips.mk235 net/http/http_stream_factory.cc \
H A Dnet.target.linux-x86.mk235 net/http/http_stream_factory.cc \
/external/chromium/net/spdy/
H A Dspdy_network_transaction_unittest.cc853 HttpStreamFactory* http_stream_factory = local
854 helper.session()->http_stream_factory();
855 if (http_stream_factory->next_protos()) {
856 preconnect_ssl_config.next_protos = *http_stream_factory->next_protos();
859 http_stream_factory->PreconnectStreams(
/external/chromium_org/net/spdy/
H A Dspdy_network_transaction_unittest.cc1027 HttpStreamFactory* http_stream_factory = local
1028 helper.session()->http_stream_factory();
1029 if (http_stream_factory->has_next_protos()) {
1030 preconnect_ssl_config.next_protos = http_stream_factory->next_protos();
1033 http_stream_factory->PreconnectStreams(
/external/chromium_org/chrome/browser/ui/webui/net_internals/
H A Dnet_internals_ui.cc73 #include "net/http/http_stream_factory.h"
1632 http_network_session->http_stream_factory()->PipelineInfoToValue();

Completed in 219 milliseconds