Searched refs:SPDY2 (Results 1 - 17 of 17) sorted by path

/external/chromium_org/net/spdy/
H A Dbuffered_spdy_framer.cc14 return SPDY2;
26 return SPDY2;
H A Dspdy_frame_builder_test.cc26 ::testing::Values(SPDY2, SPDY3, SPDY4));
H A Dspdy_framer.cc297 if (protocol_version() <= SPDY2) {
1402 if (protocol_version() <= SPDY2) {
1454 if (protocol_version() <= SPDY2) {
2248 if (protocol_version() <= SPDY2) {
2267 if ((protocol_version() <= SPDY2) ? !reader.ReadStringPiece16(&temp)
2276 if ((protocol_version() <= SPDY2) ? !reader.ReadStringPiece16(&temp)
2395 builder.WriteUInt8(priority << ((protocol_version() <= SPDY2) ? 6 : 5));
2656 if (protocol_version() <= SPDY2) {
3013 const char* dictionary = (protocol_version() <= SPDY2) ?
3015 const int dictionary_size = (protocol_version() <= SPDY2)
[all...]
H A Dspdy_framer.h717 if (spdy_version_ == SPDY2) {
H A Dspdy_framer_test.cc673 bool IsSpdy2() { return spdy_version_ == SPDY2; }
686 ::testing::Values(SPDY2, SPDY3, SPDY4));
5184 if (spdy_version_ <= SPDY2) {
H A Dspdy_headers_block_parser_test.cc117 ::testing::Values(SPDY2, SPDY3, SPDY4));
H A Dspdy_http_utils.cc173 if (protocol_version == SPDY2) {
191 SpdyPriority idle_cutoff = (protocol_version == SPDY2) ? 3 : 5;
200 if (pushed && protocol_version == SPDY2) {
H A Dspdy_http_utils_unittest.cc15 EXPECT_EQ(0, ConvertRequestPriorityToSpdyPriority(HIGHEST, SPDY2));
16 EXPECT_EQ(1, ConvertRequestPriorityToSpdyPriority(MEDIUM, SPDY2));
17 EXPECT_EQ(2, ConvertRequestPriorityToSpdyPriority(LOW, SPDY2));
18 EXPECT_EQ(2, ConvertRequestPriorityToSpdyPriority(LOWEST, SPDY2));
19 EXPECT_EQ(3, ConvertRequestPriorityToSpdyPriority(IDLE, SPDY2));
31 EXPECT_EQ(HIGHEST, ConvertSpdyPriorityToRequestPriority(0, SPDY2));
32 EXPECT_EQ(MEDIUM, ConvertSpdyPriorityToRequestPriority(1, SPDY2));
33 EXPECT_EQ(LOW, ConvertSpdyPriorityToRequestPriority(2, SPDY2));
34 EXPECT_EQ(IDLE, ConvertSpdyPriorityToRequestPriority(3, SPDY2));
38 EXPECT_EQ(IDLE, ConvertSpdyPriorityToRequestPriority(i, SPDY2));
[all...]
H A Dspdy_protocol.cc31 case SPDY2:
72 case SPDY2:
131 case SPDY2:
194 case SPDY2:
209 case SPDY2:
248 case SPDY2:
293 case SPDY2:
341 case SPDY2:
391 case SPDY2:
451 case SPDY2
[all...]
H A Dspdy_protocol.h34 SPDY2 = 2, enumerator in enum:net::SpdyMajorVersion
35 SPDY_MIN_VERSION = SPDY2,
H A Dspdy_protocol_test.cc19 SPDY2 = net::SPDY2, enumerator in enum:__anon9599::SpdyProtocolTestTypes
41 ::testing::Values(SPDY2, SPDY3));
48 ::testing::Values(SPDY2, SPDY3));
H A Dspdy_session.cc435 if (protocol_version == SPDY2) {
2549 if (GetProtocolVersion() > SPDY2)
2554 if (GetProtocolVersion() > SPDY2) {
H A Dspdy_session_unittest.cc1802 case SPDY2:
H A Dspdy_test_utils.cc95 case SPDY2:
110 case SPDY2:
/external/chromium_org/net/tools/flip_server/
H A Dsm_connection.cc323 *version_negotiated = SPDY2;
H A Dspdy_interface.cc142 if (spdy_version() == SPDY2) {
453 if (spdy_version() == SPDY2) {
495 if (spdy_version() == SPDY2) {
H A Dspdy_interface_test.cc204 Values(SPDY2, SPDY3, SPDY4));
205 INSTANTIATE_TEST_CASE_P(SpdySMServerTest, SpdySMServerTest, Values(SPDY2));
217 if (GetParam() != SPDY2) {
218 // This test case is for SPDY2.
251 if (GetParam() == SPDY2) {
252 // This test case is not for SPDY2.
286 if (GetParam() != SPDY2) {
287 // This test case is for SPDY2.
319 if (GetParam() == SPDY2) {
320 // This test case is not for SPDY2
[all...]

Completed in 1322 milliseconds