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

  /external/chromium_org/net/spdy/
spdy_protocol_test.cc 18 SPDY2 = 2,
33 bool IsSpdy2() { return spdy_version_ == SPDY2; }
42 ::testing::Values(SPDY2, SPDY3));
67 ::testing::Values(SPDY2, SPDY3));
spdy_proxy_client_socket_unittest.cc 330 bool spdy2 = spdy_util_.is_spdy2(); local
332 spdy2 ? "method" : ":method", "CONNECT",
333 spdy2 ? "url" : ":path", kOriginHostPort,
334 spdy2 ? "host" : ":host", kOriginHost,
336 spdy2 ? "version" : ":version", "HTTP/1.1",
360 bool spdy2 = spdy_util_.is_spdy2(); local
362 spdy2 ? "method" : ":method", "CONNECT",
363 spdy2 ? "url" : ":path", kOriginHostPort,
364 spdy2 ? "host" : ":host", kOriginHost,
366 spdy2 ? "version" : ":version", "HTTP/1.1"
375 bool spdy2 = spdy_util_.is_spdy2(); local
395 bool spdy2 = spdy_util_.is_spdy2(); local
418 bool spdy2 = spdy_util_.is_spdy2(); local
442 bool spdy2 = spdy_util_.is_spdy2(); local
    [all...]
spdy_frame_builder_test.cc 39 ::testing::Values(SPDY2, SPDY3, SPDY4));
buffered_spdy_framer.cc 15 return SPDY2;
30 return SPDY2;
spdy_test_util_common.cc 921 const bool spdy2 = is_spdy2(); local
    [all...]
spdy_protocol.h 34 SPDY2 = 2,
35 SPDY_MIN_VERSION = SPDY2,
spdy_framer.h 637 if (spdy_version_ == SPDY2) {
spdy_framer.cc 164 case SPDY2:
    [all...]
spdy_framer_test.cc 648 bool IsSpdy2() { return spdy_version_ == SPDY2; }
660 ::testing::Values(SPDY2, SPDY3, SPDY4));
    [all...]
  /external/chromium_org/net/tools/flip_server/
spdy_interface.cc 43 : buffered_spdy_framer_(new BufferedSpdyFramer(SPDY2, true)),
300 buffered_spdy_framer_ = new BufferedSpdyFramer(SPDY2, true);

Completed in 121 milliseconds