Searched refs:SPDY4 (Results 1 – 16 of 16) sorted by relevance
/external/chromium_org/net/spdy/ |
D | spdy_protocol.cc | 44 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 …]
|
D | spdy_http_utils.cc | 53 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()
|
D | spdy_test_utils.cc | 97 case SPDY4: in SetFrameFlags() 120 case SPDY4: in SetFrameLength()
|
D | spdy_frame_builder_test.cc | 26 ::testing::Values(SPDY2, SPDY3, SPDY4));
|
D | buffered_spdy_framer_unittest.cc | 283 if (spdy_version() < SPDY4) { in TEST_P() 317 if (spdy_version() < SPDY4) in TEST_P()
|
D | hpack_huffman_aggregator.cc | 61 request, request_headers, SPDY4, false, &headers); in AggregateTransactionCharacterCounts()
|
D | spdy_session.cc | 439 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()
|
D | spdy_headers_block_parser_test.cc | 117 ::testing::Values(SPDY2, SPDY3, SPDY4));
|
D | buffered_spdy_framer.cc | 19 return SPDY4; in NextProtoToSpdyMajorVersion()
|
D | spdy_test_util_common.cc | 990 if (spdy_version() < SPDY4) { in ConstructSpdyPush() 1034 if (spdy_version() < SPDY4) { in ConstructSpdyPush() 1077 if (spdy_version() < SPDY4) { in ConstructInitialSpdyPushFrame()
|
D | spdy_network_transaction_unittest.cc | 3007 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 …]
|
D | spdy_protocol.h | 37 SPDY4 = 4, enumerator
|
D | spdy_session_unittest.cc | 1382 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()
|
D | spdy_framer_test.cc | 675 bool IsSpdy4() { return spdy_version_ == SPDY4; } in IsSpdy4() 686 ::testing::Values(SPDY2, SPDY3, SPDY4));
|
/external/chromium_org/net/tools/flip_server/ |
D | spdy_interface_test.cc | 204 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()
|
D | sm_connection.cc | 335 *version_negotiated = SPDY4; in WasSpdyNegotiated()
|