Home
last modified time | relevance | path

Searched refs:SPDY4 (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/net/spdy/
Dspdy_protocol.cc44 case SPDY4: in IsValidFrameType()
93 case SPDY4: in ParseFrameType()
154 case SPDY4: in SerializeFrameType()
197 case SPDY4: in DataFrameType()
224 case SPDY4: in IsValidSettingId()
267 case SPDY4: in ParseSettingId()
314 case SPDY4: in SerializeSettingId()
356 case SPDY4: in IsValidRstStreamStatus()
418 case SPDY4: in ParseRstStreamStatus()
481 case SPDY4: in SerializeRstStreamStatus()
[all …]
Dspdy_http_utils.cc53 if (protocol_version >= SPDY4) { in SpdyHeadersToHttpResponse()
127 if (protocol_version < SPDY4) { in CreateSpdyHeadersFromHttpRequest()
150 if (protocol_version < SPDY4) { in CreateSpdyHeadersFromHttpResponse()
210 const char* host_header = protocol_version >= SPDY4 ? ":authority" : in GetUrlFromHeaderBlock()
Dspdy_test_utils.cc97 case SPDY4: in SetFrameFlags()
120 case SPDY4: in SetFrameLength()
Dspdy_frame_builder_test.cc26 ::testing::Values(SPDY2, SPDY3, SPDY4));
Dbuffered_spdy_framer_unittest.cc283 if (spdy_version() < SPDY4) { in TEST_P()
317 if (spdy_version() < SPDY4) in TEST_P()
Dhpack_huffman_aggregator.cc61 request, request_headers, SPDY4, false, &headers); in AggregateTransactionCharacterCounts()
Dspdy_session.cc439 const char* host = protocol_version >= SPDY4 ? ":authority" : ":host"; in SplitPushedHeadersToRequestAndResponse()
992 if (GetProtocolVersion() < SPDY4) { in HasAcceptableTransportSecurity()
2097 if (GetProtocolVersion() >= SPDY4) { in OnSettings()
2202 if (GetProtocolVersion() >= SPDY4) { in OnSynStream()
2308 if (GetProtocolVersion() >= SPDY4) { in OnSynReply()
2357 if (GetProtocolVersion() < SPDY4) { in OnHeaders()
2591 CHECK_GT(SPDY4, GetProtocolVersion()); in TryCreatePushStream()
2677 if (associated_it != active_streams_.end() && GetProtocolVersion() >= SPDY4) { in TryCreatePushStream()
Dspdy_headers_block_parser_test.cc117 ::testing::Values(SPDY2, SPDY3, SPDY4));
Dbuffered_spdy_framer.cc19 return SPDY4; in NextProtoToSpdyMajorVersion()
Dspdy_test_util_common.cc990 if (spdy_version() < SPDY4) { in ConstructSpdyPush()
1034 if (spdy_version() < SPDY4) { in ConstructSpdyPush()
1077 if (spdy_version() < SPDY4) { in ConstructInitialSpdyPushFrame()
Dspdy_network_transaction_unittest.cc3007 if (spdy_util_.spdy_version() == SPDY4) { in TEST_P()
3234 if (spdy_util_.spdy_version() < SPDY4) { in TEST_P()
3492 if (spdy_util_.spdy_version() >= SPDY4) { in TEST_P()
3500 (spdy_util_.spdy_version() < SPDY4) ? in TEST_P()
3543 if (spdy_util_.spdy_version() < SPDY4) { in TEST_P()
3691 if (spdy_util_.spdy_version() >= SPDY4) { in TEST_P()
3794 if (spdy_util_.spdy_version() < SPDY4) { in TEST_P()
4247 if (spdy_util_.spdy_version() >= SPDY4) { in TEST_P()
4355 if (spdy_util_.spdy_version() >= SPDY4) { in TEST_P()
5245 if (spdy_util_.spdy_version() < SPDY4) { in TEST_P()
[all …]
Dspdy_protocol.h37 SPDY4 = 4, enumerator
Dspdy_session_unittest.cc1382 if (spdy_util_.spdy_version() >= SPDY4) { in TEST_P()
1395 if (spdy_util_.spdy_version() >= SPDY4) { in TEST_P()
1810 case SPDY4: in TEST_P()
4781 if (spdy_util_.spdy_version() < SPDY4) in TEST_P()
4873 if (spdy_util_.spdy_version() < SPDY4) in TEST_P()
Dspdy_framer_test.cc675 bool IsSpdy4() { return spdy_version_ == SPDY4; } in IsSpdy4()
686 ::testing::Values(SPDY2, SPDY3, SPDY4));
/external/chromium_org/net/tools/flip_server/
Dspdy_interface_test.cc204 Values(SPDY2, SPDY3, SPDY4));
470 if (GetParam() < SPDY4) { in TEST_P()
519 if (GetParam() < SPDY4) { in TEST_P()
640 if (GetParam() < SPDY4) { in TEST_P()
676 if (GetParam() < SPDY4) { in TEST_P()
853 if (GetParam() < SPDY4) { in TEST_P()
Dsm_connection.cc335 *version_negotiated = SPDY4; in WasSpdyNegotiated()