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

  /external/chromium_org/net/spdy/
spdy_frame_builder_test.cc 39 ::testing::Values(SPDY2, SPDY3, SPDY4));
buffered_spdy_framer.cc 22 return SPDY4;
spdy_framer_test.cc 650 bool IsSpdy4() { return spdy_version_ == SPDY4; }
660 ::testing::Values(SPDY2, SPDY3, SPDY4));
838 if (spdy_version_ < SPDY4) {
865 if (spdy_version_ < SPDY4) {
    [all...]
spdy_protocol.h 37 SPDY4 = 4,
38 SPDY_MAX_VERSION = SPDY4
spdy_framer.cc 166 case SPDY4:
    [all...]
spdy_network_transaction_unittest.cc     [all...]

Completed in 147 milliseconds