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

  /external/chromium_org/net/http/
http_server_properties.cc 42 case NPN_SPDY_3:
76 return NPN_SPDY_3;
http_server_properties_impl_unittest.cc 192 impl_.SetAlternateProtocol(test_host_port_pair, 443, NPN_SPDY_3);
197 EXPECT_EQ(NPN_SPDY_3, alternate.protocol);
207 impl_.SetAlternateProtocol(test_host_port_pair2, 443, NPN_SPDY_3);
212 port_alternate_protocol_pair.protocol = NPN_SPDY_3;
224 EXPECT_EQ(NPN_SPDY_3, port_alternate_protocol_pair.protocol);
238 NPN_SPDY_3);
249 default_protocol.protocol = NPN_SPDY_3;
261 impl_.SetAlternateProtocol(test_host_port_pair, 443, NPN_SPDY_3);
265 EXPECT_EQ(NPN_SPDY_3, alternate.protocol);
http_network_layer.cc 56 pair.protocol = NPN_SPDY_3;
http_server_properties.h 24 NPN_SPDY_3,
http_stream_factory_impl_unittest.cc     [all...]
  /external/chromium_org/chrome/browser/net/
http_server_properties_manager_unittest.cc 221 EXPECT_EQ(net::NPN_SPDY_3, port_alternate_protocol.protocol);
363 spdy_server_mail, 443, net::NPN_SPDY_3);
374 EXPECT_EQ(net::NPN_SPDY_3, port_alternate_protocol.protocol);
410 spdy_server_mail, 443, net::NPN_SPDY_3);
  /external/chromium_org/chrome/browser/
io_thread.cc     [all...]

Completed in 320 milliseconds