OnSendCompressedFrame 2143 net/spdy/spdy_framer.cc     debug_visitor_->OnSendCompressedFrame(syn_stream.stream_id(),
OnSendCompressedFrame 2201 net/spdy/spdy_framer.cc     debug_visitor_->OnSendCompressedFrame(syn_reply.stream_id(),
OnSendCompressedFrame 2427 net/spdy/spdy_framer.cc     debug_visitor_->OnSendCompressedFrame(headers.stream_id(),
OnSendCompressedFrame 2489 net/spdy/spdy_framer.cc     debug_visitor_->OnSendCompressedFrame(push_promise.stream_id(),
OnSendCompressedFrame 2523 net/spdy/spdy_framer.cc     debug_visitor_->OnSendCompressedFrame(continuation.stream_id(),
OnSendCompressedFrame  260 net/spdy/spdy_framer.h   virtual void OnSendCompressedFrame(SpdyStreamId stream_id,
OnSendCompressedFrame   37 net/spdy/spdy_framer_test.cc   MOCK_METHOD4(OnSendCompressedFrame, void(SpdyStreamId stream_id,
OnSendCompressedFrame 4098 net/spdy/spdy_framer_test.cc     EXPECT_CALL(debug_visitor, OnSendCompressedFrame(8, SYN_STREAM, _, _));
OnSendCompressedFrame 4495 net/spdy/spdy_framer_test.cc     EXPECT_CALL(debug_visitor, OnSendCompressedFrame(42, PUSH_PROMISE, _, _));
OnSendCompressedFrame 4541 net/spdy/spdy_framer_test.cc     EXPECT_CALL(debug_visitor, OnSendCompressedFrame(42, HEADERS, _, _));
OnSendCompressedFrame 4546 net/spdy/spdy_framer_test.cc     EXPECT_CALL(debug_visitor, OnSendCompressedFrame(42, CONTINUATION, _, _));
OnSendCompressedFrame 4591 net/spdy/spdy_framer_test.cc   EXPECT_CALL(debug_visitor, OnSendCompressedFrame(1, SYN_STREAM, _, _));
OnSendCompressedFrame  823 net/spdy/spdy_session.h   virtual void OnSendCompressedFrame(