Searched refs:PING_FLAG_ACK (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/spdy/
H A Dspdy_framer.cc943 (current_frame_flags_ & ~PING_FLAG_ACK)) {
1806 (current_frame_flags_ & PING_FLAG_ACK);
2555 flags |= PING_FLAG_ACK;
H A Dspdy_protocol.h321 PING_FLAG_ACK = 0x01, enumerator in enum:net::SpdyPingFlags
H A Dspdy_framer_test.cc4908 flags == PING_FLAG_ACK) {
4917 if ((spdy_version_ > SPDY3 && flags == PING_FLAG_ACK) ||

Completed in 916 milliseconds