Searched refs:http_stream_factory (Results 1 - 21 of 21) sorted by last modified time

/external/chromium_org/net/http/
H A Dhttp_network_session.h20 #include "net/http/http_stream_factory.h"
173 HttpStreamFactory* http_stream_factory() { function in class:net::HttpNetworkSession
H A Dhttp_network_session_peer.cc33 scoped_ptr<HttpStreamFactory> http_stream_factory) {
34 session_->http_stream_factory_.swap(http_stream_factory);
38 scoped_ptr<HttpStreamFactory> http_stream_factory) {
39 session_->http_stream_factory_for_websocket_.swap(http_stream_factory);
32 SetHttpStreamFactory( scoped_ptr<HttpStreamFactory> http_stream_factory) argument
37 SetHttpStreamFactoryForWebSocket( scoped_ptr<HttpStreamFactory> http_stream_factory) argument
H A Dhttp_network_session_peer.h30 void SetHttpStreamFactory(scoped_ptr<HttpStreamFactory> http_stream_factory);
H A Dhttp_network_transaction.cc48 #include "net/http/http_stream_factory.h"
88 session->http_stream_factory()->ProcessAlternateProtocol(
735 session_->http_stream_factory()->RequestStream(
H A Dhttp_network_transaction_unittest.cc48 #include "net/http/http_stream_factory.h"
1425 session->http_stream_factory()->PreconnectStreams(
12705 net::HttpStreamFactory* http_stream_factory = session->http_stream_factory(); local
12708 http_stream_factory->PreconnectStreams(1, ssl_request, DEFAULT_PRIORITY,
H A Dhttp_stream_factory_impl_request_unittest.cc71 static_cast<HttpStreamFactoryImpl*>(session->http_stream_factory());
H A Dhttp_stream_factory_impl_unittest.cc305 session->http_stream_factory()->PreconnectStreams(
615 session->http_stream_factory()->RequestStream(
656 session->http_stream_factory()->RequestStream(
710 session->http_stream_factory()->RequestStream(
718 session->http_stream_factory()->RequestStream(
727 session->http_stream_factory()->RequestStream(
753 session->http_stream_factory()->RequestStream(
783 session->http_stream_factory()->RequestStream(
832 session->http_stream_factory()->RequestStream(
877 session->http_stream_factory()
[all...]
/external/chromium_org/net/
H A Dnet.target.darwin-arm.mk278 net/http/http_stream_factory.cc \
H A Dnet.target.darwin-arm64.mk278 net/http/http_stream_factory.cc \
H A Dnet.target.darwin-mips.mk278 net/http/http_stream_factory.cc \
H A Dnet.target.darwin-mips64.mk278 net/http/http_stream_factory.cc \
H A Dnet.target.darwin-x86.mk278 net/http/http_stream_factory.cc \
H A Dnet.target.darwin-x86_64.mk278 net/http/http_stream_factory.cc \
H A Dnet.target.linux-arm.mk278 net/http/http_stream_factory.cc \
H A Dnet.target.linux-arm64.mk278 net/http/http_stream_factory.cc \
H A Dnet.target.linux-mips.mk278 net/http/http_stream_factory.cc \
H A Dnet.target.linux-mips64.mk278 net/http/http_stream_factory.cc \
H A Dnet.target.linux-x86.mk278 net/http/http_stream_factory.cc \
H A Dnet.target.linux-x86_64.mk278 net/http/http_stream_factory.cc \
/external/chromium_org/net/spdy/
H A Dspdy_network_transaction_unittest.cc1089 HttpStreamFactory* http_stream_factory = local
1090 helper.session()->http_stream_factory();
1093 http_stream_factory->PreconnectStreams(
/external/chromium_org/chrome/browser/net/
H A Dpreconnect.cc14 #include "net/http/http_stream_factory.h"
115 net::HttpStreamFactory* http_stream_factory = session->http_stream_factory(); local
116 http_stream_factory->PreconnectStreams(count, request_info, priority,

Completed in 1273 milliseconds