HomeSort by relevance Sort by last modified time
    Searched refs:NPN_SPDY_2 (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/net/http/
http_server_properties.cc 37 case NPN_SPDY_2:
69 return NPN_SPDY_2;
http_network_layer.cc 45 pair.protocol = NPN_SPDY_2;
http_server_properties.h 23 NPN_SPDY_2,
http_server_properties_impl_unittest.cc 212 port_alternate_protocol_pair.protocol = NPN_SPDY_2;
224 EXPECT_EQ(NPN_SPDY_2, port_alternate_protocol_pair.protocol);
249 default_protocol.protocol = NPN_SPDY_2;
http_stream_factory_impl.cc 213 if (alternate.protocol < NPN_SPDY_2)
  /external/chromium/net/http/
http_alternate_protocols.h 26 NPN_SPDY_2,
http_alternate_protocols_unittest.cc 52 default_protocol.protocol = HttpAlternateProtocols::NPN_SPDY_2;
http_alternate_protocols.cc 23 case HttpAlternateProtocols::NPN_SPDY_2:
http_network_layer.cc 127 pair.protocol = HttpAlternateProtocols::NPN_SPDY_2;
http_stream_factory.cc 60 for (int i = HttpAlternateProtocols::NPN_SPDY_2;
http_stream_factory_impl.cc 144 if (alternate.protocol != HttpAlternateProtocols::NPN_SPDY_2)
http_network_transaction_unittest.cc     [all...]
  /external/chromium_org/chrome/browser/net/
http_server_properties_manager_unittest.cc 226 EXPECT_EQ(net::NPN_SPDY_2, port_alternate_protocol.protocol);
363 spdy_server_mail, 443, net::NPN_SPDY_2);
374 EXPECT_EQ(net::NPN_SPDY_2, port_alternate_protocol.protocol);
410 spdy_server_mail, 443, net::NPN_SPDY_2);
  /external/chromium_org/chrome/browser/
io_thread.cc 784 pair.protocol = net::NPN_SPDY_2;
    [all...]
  /external/chromium/net/spdy/
spdy_network_transaction_unittest.cc 129 HttpAlternateProtocols::NPN_SPDY_2);
    [all...]

Completed in 2516 milliseconds