Searched defs:SPDY3 (Results 1 - 4 of 4) sorted by last modified time

/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/spdy/
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_protocol.h36 SPDY3 = 3, enumerator in enum:net::SpdyMajorVersion
H A Dspdy_protocol_test.cc20 SPDY3 = net::SPDY3, enumerator in enum:__anon9599::SpdyProtocolTestTypes
41 ::testing::Values(SPDY2, SPDY3));
48 ::testing::Values(SPDY2, SPDY3));

Completed in 1058 milliseconds