HomeSort by relevance Sort by last modified time
    Searched full:http_stream_factory (Results 1 - 16 of 16) sorted by null

  /external/chromium/chrome/browser/net/
preconnect.cc 15 #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(
net_pref_observer.cc 16 #include "net/http/http_stream_factory.h"
  /external/chromium/net/http/
http_network_session_peer.h 46 void SetHttpStreamFactory(HttpStreamFactory* http_stream_factory);
http_network_session_peer.cc 72 HttpStreamFactory* http_stream_factory) {
73 session_->http_stream_factory_.reset(http_stream_factory);
http_network_session.h 17 #include "net/http/http_stream_factory.h"
124 HttpStreamFactory* http_stream_factory() { function in class:net::HttpNetworkSession
http_stream_factory.cc 5 #include "net/http/http_stream_factory.h"
http_stream_factory_impl.h 13 #include "net/http/http_stream_factory.h"
http_network_transaction.cc 46 #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(),
    [all...]
http_network_transaction.h 22 #include "net/http/http_stream_factory.h"
http_stream_factory_impl_unittest.cc 121 session->http_stream_factory()->PreconnectStreams(
http_network_transaction_unittest.cc 36 #include "net/http/http_stream_factory.h"
    [all...]
  /external/chromium/
Android.mk 271 net/http/http_stream_factory.cc \
  /external/chromium/net/
net.gyp 524 'http/http_stream_factory.cc',
525 'http/http_stream_factory.h',
    [all...]
  /external/chromium/net/spdy/
spdy_network_transaction_unittest.cc 853 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
    [all...]
  /external/chromium/chrome/browser/ui/webui/
net_internals_ui.cc 57 #include "net/http/http_stream_factory.h"
    [all...]
  /external/chromium/chrome/browser/
browser_main.cc 105 #include "net/http/http_stream_factory.h"
    [all...]

Completed in 606 milliseconds