Searched refs:SPDY3 (Results 1 - 25 of 31) sorted by relevance

12

/external/chromium_org/net/spdy/
H A Dspdy_http_utils_unittest.cc23 EXPECT_EQ(0, ConvertRequestPriorityToSpdyPriority(HIGHEST, SPDY3));
24 EXPECT_EQ(1, ConvertRequestPriorityToSpdyPriority(MEDIUM, SPDY3));
25 EXPECT_EQ(2, ConvertRequestPriorityToSpdyPriority(LOW, SPDY3));
26 EXPECT_EQ(3, ConvertRequestPriorityToSpdyPriority(LOWEST, SPDY3));
27 EXPECT_EQ(4, ConvertRequestPriorityToSpdyPriority(IDLE, SPDY3));
43 EXPECT_EQ(HIGHEST, ConvertSpdyPriorityToRequestPriority(0, SPDY3));
44 EXPECT_EQ(MEDIUM, ConvertSpdyPriorityToRequestPriority(1, SPDY3));
45 EXPECT_EQ(LOW, ConvertSpdyPriorityToRequestPriority(2, SPDY3));
46 EXPECT_EQ(LOWEST, ConvertSpdyPriorityToRequestPriority(3, SPDY3));
47 EXPECT_EQ(IDLE, ConvertSpdyPriorityToRequestPriority(4, SPDY3));
[all...]
H A Dspdy_protocol_test.cc20 SPDY3 = net::SPDY3, enumerator in enum:__anon9599::SpdyProtocolTestTypes
41 ::testing::Values(SPDY2, SPDY3));
48 ::testing::Values(SPDY2, SPDY3));
H A Dspdy_protocol.cc32 case SPDY3:
73 case SPDY3:
132 case SPDY3:
195 case SPDY3:
210 case SPDY3:
249 case SPDY3:
294 case SPDY3:
342 case SPDY3:
392 case SPDY3:
452 case SPDY3
[all...]
H A Dspdy_framer.cc105 if (version < SPDY3) {
119 if (version < SPDY3) {
203 if (protocol_version() <= SPDY3) {
219 if (protocol_version() <= SPDY3) {
226 if (protocol_version() < SPDY3) {
235 if (protocol_version() <= SPDY3) {
250 if (protocol_version() <= SPDY3) {
259 if (protocol_version() <= SPDY3) {
279 if (protocol_version() >= SPDY3) {
290 if (protocol_version() <= SPDY3) {
2924 DCHECK_GT(protocol_version(), SPDY3); local
[all...]
H A Dspdy_frame_builder_test.cc26 ::testing::Values(SPDY2, SPDY3, SPDY4));
49 if (spdy_version_ <= SPDY3) {
66 if (spdy_version_ <= SPDY3) {
H A Dspdy_http_utils.cc40 std::string status_key = (protocol_version >= SPDY3) ? ":status" : "status";
42 (protocol_version >= SPDY3) ? ":version" : "version";
117 if (protocol_version < SPDY3) {
143 std::string status_key = (protocol_version >= SPDY3) ? ":status" : "status";
145 (protocol_version >= SPDY3) ? ":version" : "version";
209 const char* scheme_header = protocol_version >= SPDY3 ? ":scheme" : "scheme";
211 (protocol_version >= SPDY3 ? ":host" : "host");
212 const char* path_header = protocol_version >= SPDY3 ? ":path" : "url";
H A Dspdy_frame_builder.cc65 DCHECK_GE(SPDY3, version_);
83 if (version_ > SPDY3) {
107 DCHECK_LT(SPDY3, framer.protocol_version());
171 if (version_ <= SPDY3) {
181 if (version_ <= SPDY3) {
201 DCHECK_LT(SPDY3, framer.protocol_version());
H A Dspdy_test_utils.cc96 case SPDY3:
111 case SPDY3:
H A Dspdy_frame_builder.h76 if (version_ > SPDY3) {
H A Dspdy_framer_test.cc344 if (framer_.protocol_version() > SPDY3) {
356 if (framer_.protocol_version() > SPDY3) {
386 DCHECK_LT(SPDY3, framer_.protocol_version());
391 if (framer_.protocol_version() <= SPDY3) { return; }
569 if (framer.protocol_version() > SPDY3) {
575 if (framer.protocol_version() > SPDY3) {
674 bool IsSpdy3() { return spdy_version_ == SPDY3; }
686 ::testing::Values(SPDY2, SPDY3, SPDY4));
690 if (spdy_version_ > SPDY3) {
768 if (spdy_version_ > SPDY3) {
[all...]
H A Dbuffered_spdy_framer.cc17 return SPDY3;
143 DCHECK_LT(SPDY3, protocol_version());
223 DCHECK_LT(SPDY3, protocol_version());
H A Dspdy_headers_block_parser.cc176 if (spdy_version < SPDY3) {
H A Dbuffered_spdy_framer_unittest.cc233 if (spdy_version() > SPDY3) {
262 if (spdy_version() > SPDY3) {
H A Dspdy_framer.h573 return spdy_version_ < SPDY3 ? 3 : 7;
631 // HPACK data is re-encoded as SPDY3 and re-entrantly delivered through
633 // whether data is treated as HPACK- vs SPDY3-encoded.
649 // a SPDY3 format block, and delivers it to the visitor via reentrant
714 // The theoretical maximum for SPDY3 and earlier is (2^24 - 1) +
720 if (spdy_version_ == SPDY3) {
H A Dspdy_headers_block_parser_test.cc117 ::testing::Values(SPDY2, SPDY3, SPDY4));
/external/chromium_org/net/quic/
H A Dspdy_utils.h15 const SpdyMajorVersion kDefaultSpdyMajorVersion = SPDY3;
H A Dquic_http_stream.cc119 SPDY3, /*direct=*/true, &request_headers_);
515 SpdyFramer framer(SPDY3);
537 if (!SpdyHeadersToHttpResponse(headers, SPDY3, response_info_)) {
H A Dquic_headers_stream.cc178 spdy_framer_(SPDY3),
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/spdy/
H A DSpdyConnectionTest.java57 private static final Variant SPDY3 = new Spdy3(); field in class:SpdyConnectionTest
75 SpdyConnection connection = connection(peer, SPDY3);
102 SpdyConnection connection = connection(peer, SPDY3);
118 SpdyConnection connection = connection(peer, SPDY3);
184 connectionBuilder(peer, SPDY3).handler(handler).build();
202 connection(peer, SPDY3);
239 SpdyConnection connection = connection(peer, SPDY3);
320 connection(peer, SPDY3);
368 SpdyConnection connection = connection(peer, SPDY3);
393 SpdyConnection connection = connection(peer, SPDY3);
[all...]
/external/chromium_org/net/tools/quic/
H A Dspdy_utils.cc160 size_t length = SpdyFramer::GetSerializedLength(SPDY3, &headers);
161 SpdyFrameBuilder builder(length, SPDY3);
162 SpdyFramer::WriteHeaderBlock(&builder, SPDY3, &headers);
H A Dquic_spdy_client_stream.cc98 SpdyFramer framer(SPDY3);
H A Dquic_spdy_server_stream.cc69 SpdyFramer framer(SPDY3);
/external/chromium_org/net/quic/test_tools/
H A Dquic_test_packet_maker.cc25 spdy_request_framer_(SPDY3),
26 spdy_response_framer_(SPDY3) {
/external/chromium_org/net/tools/flip_server/
H A Dsm_connection.cc307 *version_negotiated = SPDY3;
329 *version_negotiated = SPDY3;
H A Dspdy_interface_test.cc204 Values(SPDY2, SPDY3, SPDY4));
410 interface_->CreateFramer(SPDY3);
412 ASSERT_EQ(interface_->spdy_version(), SPDY3);

Completed in 5146 milliseconds

12