SPDY2              14 net/spdy/buffered_spdy_framer.cc       return SPDY2;
SPDY2              28 net/spdy/buffered_spdy_framer.cc   return SPDY2;
SPDY2              39 net/spdy/spdy_frame_builder_test.cc                         ::testing::Values(SPDY2, SPDY3, SPDY4));
SPDY2             178 net/spdy/spdy_framer.cc     case SPDY2:
SPDY2             284 net/spdy/spdy_framer.cc   if (protocol_version() <= SPDY2) {
SPDY2            1288 net/spdy/spdy_framer.cc           if (protocol_version() <= SPDY2) {
SPDY2            1340 net/spdy/spdy_framer.cc           if (protocol_version() <= SPDY2) {
SPDY2            1962 net/spdy/spdy_framer.cc   if (protocol_version() <= SPDY2) {
SPDY2            1981 net/spdy/spdy_framer.cc     if ((protocol_version() <= SPDY2) ? !reader.ReadStringPiece16(&temp)
SPDY2            1990 net/spdy/spdy_framer.cc     if ((protocol_version() <= SPDY2) ? !reader.ReadStringPiece16(&temp)
SPDY2            2121 net/spdy/spdy_framer.cc     builder.WriteUInt8(priority << ((protocol_version() <= SPDY2) ? 6 : 5));
SPDY2            2411 net/spdy/spdy_framer.cc   if (protocol_version() <= SPDY2) {
SPDY2            2633 net/spdy/spdy_framer.cc     const char* dictionary = (protocol_version() <= SPDY2) ?
SPDY2            2635 net/spdy/spdy_framer.cc     const int dictionary_size = (protocol_version() <= SPDY2) ?
SPDY2            2696 net/spdy/spdy_framer.cc       const char* dictionary = (protocol_version() <= SPDY2) ? kV2Dictionary
SPDY2            2698 net/spdy/spdy_framer.cc       const int dictionary_size = (protocol_version() <= SPDY2) ?
SPDY2            2701 net/spdy/spdy_framer.cc       const uLong dictionary_id = (protocol_version() <= SPDY2) ?
SPDY2            2760 net/spdy/spdy_framer.cc   if (protocol_version() <= SPDY2) {
SPDY2            2770 net/spdy/spdy_framer.cc     if (protocol_version() <= SPDY2) {
SPDY2             619 net/spdy/spdy_framer.h     if (spdy_version_ == SPDY2) {
SPDY2             571 net/spdy/spdy_framer_test.cc   bool IsSpdy2() { return spdy_version_ == SPDY2; }
SPDY2             583 net/spdy/spdy_framer_test.cc                         ::testing::Values(SPDY2, SPDY3, SPDY4));
SPDY2             117 net/spdy/spdy_headers_block_parser_test.cc                         ::testing::Values(SPDY2, SPDY3, SPDY4));
SPDY2             136 net/spdy/spdy_http_utils.cc   if (protocol_version == SPDY2) {
SPDY2             154 net/spdy/spdy_http_utils.cc   SpdyPriority idle_cutoff = (protocol_version == SPDY2) ? 3 : 5;
SPDY2             163 net/spdy/spdy_http_utils.cc   if (pushed && protocol_version == SPDY2) {
SPDY2              15 net/spdy/spdy_http_utils_unittest.cc   EXPECT_EQ(0, ConvertRequestPriorityToSpdyPriority(HIGHEST, SPDY2));
SPDY2              16 net/spdy/spdy_http_utils_unittest.cc   EXPECT_EQ(1, ConvertRequestPriorityToSpdyPriority(MEDIUM, SPDY2));
SPDY2              17 net/spdy/spdy_http_utils_unittest.cc   EXPECT_EQ(2, ConvertRequestPriorityToSpdyPriority(LOW, SPDY2));
SPDY2              18 net/spdy/spdy_http_utils_unittest.cc   EXPECT_EQ(2, ConvertRequestPriorityToSpdyPriority(LOWEST, SPDY2));
SPDY2              19 net/spdy/spdy_http_utils_unittest.cc   EXPECT_EQ(3, ConvertRequestPriorityToSpdyPriority(IDLE, SPDY2));
SPDY2              31 net/spdy/spdy_http_utils_unittest.cc   EXPECT_EQ(HIGHEST, ConvertSpdyPriorityToRequestPriority(0, SPDY2));
SPDY2              32 net/spdy/spdy_http_utils_unittest.cc   EXPECT_EQ(MEDIUM, ConvertSpdyPriorityToRequestPriority(1, SPDY2));
SPDY2              33 net/spdy/spdy_http_utils_unittest.cc   EXPECT_EQ(LOW, ConvertSpdyPriorityToRequestPriority(2, SPDY2));
SPDY2              34 net/spdy/spdy_http_utils_unittest.cc   EXPECT_EQ(IDLE, ConvertSpdyPriorityToRequestPriority(3, SPDY2));
SPDY2              38 net/spdy/spdy_http_utils_unittest.cc     EXPECT_EQ(IDLE, ConvertSpdyPriorityToRequestPriority(i, SPDY2));
SPDY2              33 net/spdy/spdy_protocol.cc     case SPDY2:
SPDY2              72 net/spdy/spdy_protocol.cc     case SPDY2:
SPDY2             127 net/spdy/spdy_protocol.cc     case SPDY2:
SPDY2             186 net/spdy/spdy_protocol.cc     case SPDY2:
SPDY2             224 net/spdy/spdy_protocol.cc     case SPDY2:
SPDY2             264 net/spdy/spdy_protocol.cc     case SPDY2:
SPDY2              35 net/spdy/spdy_protocol.h   SPDY_MIN_VERSION = SPDY2,
SPDY2              41 net/spdy/spdy_protocol_test.cc                         ::testing::Values(SPDY2, SPDY3));
SPDY2              67 net/spdy/spdy_protocol_test.cc                         ::testing::Values(SPDY2, SPDY3));
SPDY2              75 net/spdy/spdy_websocket_test_util.cc     ConvertRequestPriorityToSpdyPriority(request_priority, SPDY2),
SPDY2             100 net/spdy/spdy_websocket_test_util.cc     ConvertRequestPriorityToSpdyPriority(request_priority, SPDY2),
SPDY2             323 net/tools/flip_server/sm_connection.cc         *version_negotiated = SPDY2;
SPDY2             142 net/tools/flip_server/spdy_interface.cc   if (spdy_version() == SPDY2) {
SPDY2             449 net/tools/flip_server/spdy_interface.cc   if (spdy_version() == SPDY2) {
SPDY2             491 net/tools/flip_server/spdy_interface.cc   if (spdy_version() == SPDY2) {
SPDY2             202 net/tools/flip_server/spdy_interface_test.cc                         Values(SPDY2, SPDY3, SPDY4));
SPDY2             203 net/tools/flip_server/spdy_interface_test.cc INSTANTIATE_TEST_CASE_P(SpdySMServerTest, SpdySMServerTest, Values(SPDY2));
SPDY2             215 net/tools/flip_server/spdy_interface_test.cc   if (GetParam() != SPDY2) {
SPDY2             249 net/tools/flip_server/spdy_interface_test.cc   if (GetParam() == SPDY2) {
SPDY2             284 net/tools/flip_server/spdy_interface_test.cc   if (GetParam() != SPDY2) {
SPDY2             317 net/tools/flip_server/spdy_interface_test.cc   if (GetParam() == SPDY2) {
SPDY2             403 net/tools/flip_server/spdy_interface_test.cc   interface_->CreateFramer(SPDY2);
SPDY2             405 net/tools/flip_server/spdy_interface_test.cc   ASSERT_EQ(interface_->spdy_version(), SPDY2);
SPDY2             452 net/tools/flip_server/spdy_interface_test.cc   if (GetParam() != SPDY2) {
SPDY2             501 net/tools/flip_server/spdy_interface_test.cc   if (GetParam() == SPDY2) {
SPDY2             552 net/tools/flip_server/spdy_interface_test.cc   if (GetParam() != SPDY2) {
SPDY2             585 net/tools/flip_server/spdy_interface_test.cc   if (GetParam() == SPDY2) {
SPDY2             620 net/tools/flip_server/spdy_interface_test.cc   if (GetParam() != SPDY2) {
SPDY2             656 net/tools/flip_server/spdy_interface_test.cc   if (GetParam() == SPDY2) {
SPDY2             758 net/tools/flip_server/spdy_interface_test.cc   if (GetParam() != SPDY2) {
SPDY2             789 net/tools/flip_server/spdy_interface_test.cc   if (GetParam() != SPDY2) {