HomeSort by relevance Sort by last modified time
    Searched refs:SPDY4 (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/net/spdy/
spdy_protocol.cc 51 case SPDY4:
94 case SPDY4:
155 case SPDY4:
210 case SPDY4:
253 case SPDY4:
298 case SPDY4:
338 case SPDY4:
400 case SPDY4:
463 case SPDY4:
511 case SPDY4
    [all...]
spdy_test_utils.cc 96 case SPDY4:
119 case SPDY4:
spdy_frame_builder_test.cc 26 ::testing::Values(SPDY2, SPDY3, SPDY4));
spdy_http_utils.cc 32 // The "status" header is required. "version" is required below SPDY4.
39 if (protocol_version >= SPDY4) {
120 if (protocol_version < SPDY4) {
178 const char* host_header = protocol_version >= SPDY4 ? ":authority" :
hpack_huffman_aggregator.cc 61 request, request_headers, &headers, SPDY4, false);
buffered_spdy_framer_unittest.cc 271 if(spdy_version() < SPDY4) {
305 if (spdy_version() < SPDY4)
spdy_headers_block_parser_test.cc 117 ::testing::Values(SPDY2, SPDY3, SPDY4));
spdy_session.cc 417 const char* host = protocol_version >= SPDY4 ? ":authority" : ":host";
939 if (GetProtocolVersion() < SPDY4) {
    [all...]
buffered_spdy_framer.cc 19 return SPDY4;
spdy_test_util_common.cc     [all...]
spdy_network_transaction_unittest.cc     [all...]
spdy_protocol.h 37 SPDY4 = 4,
    [all...]
spdy_session_unittest.cc     [all...]
spdy_framer_test.cc 630 bool IsSpdy4() { return spdy_version_ == SPDY4; }
641 ::testing::Values(SPDY2, SPDY3, SPDY4));
    [all...]
  /external/chromium_org/net/tools/flip_server/
spdy_interface_test.cc 203 Values(SPDY2, SPDY3, SPDY4));
469 if (GetParam() < SPDY4) {
518 if (GetParam() < SPDY4) {
639 if (GetParam() < SPDY4) {
675 if (GetParam() < SPDY4) {
852 if (GetParam() < SPDY4) {
sm_connection.cc 335 *version_negotiated = SPDY4;

Completed in 3811 milliseconds