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

  /external/chromium_org/net/quic/
quic_packet_generator.cc 66 case PING_FRAME:
67 delete it->ping_frame;
quic_protocol.cc 350 : type(PING_FRAME),
351 ping_frame(frame) {
667 case PING_FRAME:
668 delete it->ping_frame;
quic_protocol.h 180 PING_FRAME = 7,
877 QuicPingFrame* ping_frame; member in union:net::QuicFrame::__anon13500
    [all...]
quic_framer.cc 396 case PING_FRAME:
1245 QuicPingFrame ping_frame; local
    [all...]
quic_framer_test.cc 4395 QuicPingFrame ping_frame; local
    [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
test_mux.py 552 ping_frame = _create_logical_frame(channel_id=2,
555 request.connection.put_bytes(ping_frame)
  /external/chromium_org/net/spdy/
spdy_session.cc     [all...]

Completed in 83 milliseconds