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

/external/chromium_org/net/spdy/
H A Dspdy_protocol.cc44 case SPDY4:
93 case SPDY4:
154 case SPDY4:
197 case SPDY4:
224 case SPDY4:
267 case SPDY4:
314 case SPDY4:
356 case SPDY4:
418 case SPDY4:
481 case SPDY4
[all...]
H A Dspdy_http_utils.cc46 // The "status" header is required. "version" is required below SPDY4.
53 if (protocol_version >= SPDY4) {
127 if (protocol_version < SPDY4) {
150 if (protocol_version < SPDY4) {
210 const char* host_header = protocol_version >= SPDY4 ? ":authority" :
H A Dspdy_test_utils.cc97 case SPDY4:
120 case SPDY4:
H A Dspdy_frame_builder_test.cc26 ::testing::Values(SPDY2, SPDY3, SPDY4));
H A Dhpack_huffman_aggregator.cc61 request, request_headers, SPDY4, false, &headers);
H A Dbuffered_spdy_framer_unittest.cc283 if (spdy_version() < SPDY4) {
317 if (spdy_version() < SPDY4)
H A Dspdy_headers_block_parser_test.cc117 ::testing::Values(SPDY2, SPDY3, SPDY4));
H A Dspdy_session.cc439 const char* host = protocol_version >= SPDY4 ? ":authority" : ":host";
992 if (GetProtocolVersion() < SPDY4) {
2097 if (GetProtocolVersion() >= SPDY4) {
2202 if (GetProtocolVersion() >= SPDY4) {
2308 if (GetProtocolVersion() >= SPDY4) {
2310 "SPDY4 wasn't expecting SYN_REPLY.";
2357 if (GetProtocolVersion() < SPDY4) {
2589 // In SPDY4 0 stream id in PUSH_PROMISE frame leads to framer error and
2591 CHECK_GT(SPDY4, GetProtocolVersion());
2677 if (associated_it != active_streams_.end() && GetProtocolVersion() >= SPDY4) {
[all...]
H A Dbuffered_spdy_framer.cc19 return SPDY4;
H A Dspdy_test_util_common.cc990 if (spdy_version() < SPDY4) {
1034 if (spdy_version() < SPDY4) {
1077 if (spdy_version() < SPDY4) {
H A Dspdy_network_transaction_unittest.cc3007 if (spdy_util_.spdy_version() == SPDY4) {
3234 if (spdy_util_.spdy_version() < SPDY4) {
3235 // SPDY4/HTTP2 eliminates use of the :version header.
3489 // TODO(jgraettinger): SPDY4 and up treats a header decompression failure as a
3492 if (spdy_util_.spdy_version() >= SPDY4) {
3500 (spdy_util_.spdy_version() < SPDY4) ?
3541 // SPDY4 treats a header decompression failure as a connection-level error.
3543 if (spdy_util_.spdy_version() < SPDY4) {
3691 if (spdy_util_.spdy_version() >= SPDY4) {
3794 if (spdy_util_.spdy_version() < SPDY4) {
[all...]
H A Dspdy_protocol.h37 SPDY4 = 4, enumerator in enum:net::SpdyMajorVersion
H A Dspdy_session_unittest.cc1382 if (spdy_util_.spdy_version() >= SPDY4) {
1395 if (spdy_util_.spdy_version() >= SPDY4) {
1396 // SPDY4 doesn't include settings persistence, or a CLEAR_SETTINGS flag.
1397 // Flag 0x1, CLEAR_SETTINGS in SPDY3, is instead settings ACK in SPDY4.
1810 case SPDY4:
4780 // Streams in reserved remote state exist only in SPDY4.
4781 if (spdy_util_.spdy_version() < SPDY4)
4872 // Streams in reserved remote state exist only in SPDY4.
4873 if (spdy_util_.spdy_version() < SPDY4)
H A Dspdy_framer_test.cc675 bool IsSpdy4() { return spdy_version_ == SPDY4; }
686 ::testing::Values(SPDY2, SPDY3, SPDY4));
1173 // SYN_STREAM doesn't exist in SPDY4, so instead we send
1313 // SYN_STREAM and SYN_REPLY don't exist in SPDY4, so instead we send
1404 // SYN_STREAM and SYN_REPLY don't exist in SPDY4, so instead we send
3247 // Upstream branches here and wraps SPDY4 with EXPECT_DEBUG_DFATAL. We
/external/chromium_org/net/tools/flip_server/
H A Dspdy_interface_test.cc204 Values(SPDY2, SPDY3, SPDY4));
470 if (GetParam() < SPDY4) {
519 if (GetParam() < SPDY4) {
640 if (GetParam() < SPDY4) {
676 if (GetParam() < SPDY4) {
853 if (GetParam() < SPDY4) {
H A Dsm_connection.cc335 *version_negotiated = SPDY4;

Completed in 793 milliseconds