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

  /external/chromium_org/net/spdy/
spdy_protocol_test.cc 20 SPDY3 = net::SPDY3,
41 ::testing::Values(SPDY2, SPDY3));
48 ::testing::Values(SPDY2, SPDY3));
spdy_framer.cc 105 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) {
    [all...]
spdy_protocol.h 36 SPDY3 = 3,
    [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/spdy/
SpdyConnectionTest.java 44 import static com.squareup.okhttp.internal.spdy.Spdy3.TYPE_DATA;
45 import static com.squareup.okhttp.internal.spdy.Spdy3.TYPE_GOAWAY;
46 import static com.squareup.okhttp.internal.spdy.Spdy3.TYPE_HEADERS;
47 import static com.squareup.okhttp.internal.spdy.Spdy3.TYPE_PING;
48 import static com.squareup.okhttp.internal.spdy.Spdy3.TYPE_RST_STREAM;
49 import static com.squareup.okhttp.internal.spdy.Spdy3.TYPE_SETTINGS;
50 import static com.squareup.okhttp.internal.spdy.Spdy3.TYPE_WINDOW_UPDATE;
57 private static final Variant SPDY3 = new Spdy3();
75 SpdyConnection connection = connection(peer, SPDY3);
    [all...]

Completed in 159 milliseconds