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

  /external/chromium/net/http/
http_alternate_protocols_unittest.cc 21 test_host_port_pair, 443, HttpAlternateProtocols::NPN_SPDY_1);
26 EXPECT_EQ(HttpAlternateProtocols::NPN_SPDY_1, alternate.protocol);
41 HttpAlternateProtocols::NPN_SPDY_1);
68 test_host_port_pair, 443, HttpAlternateProtocols::NPN_SPDY_1);
72 EXPECT_EQ(HttpAlternateProtocols::NPN_SPDY_1, alternate.protocol);
http_alternate_protocols.h 25 NPN_SPDY_1,
http_alternate_protocols.cc 22 case HttpAlternateProtocols::NPN_SPDY_1:
http_stream_factory_impl.cc 140 DCHECK_LE(HttpAlternateProtocols::NPN_SPDY_1, alternate.protocol);

Completed in 935 milliseconds