OnContinuation     64 net/quic/quic_headers_stream_test.cc   MOCK_METHOD2(OnContinuation, void(SpdyStreamId stream_id, bool end));
OnContinuation    164 net/spdy/buffered_spdy_framer.h   virtual void OnContinuation(SpdyStreamId stream_id, bool end) OVERRIDE;
OnContinuation     51 net/spdy/mock_spdy_framer_visitor.h   MOCK_METHOD2(OnContinuation, void(SpdyStreamId stream_id, bool end));
OnContinuation   1443 net/spdy/spdy_framer.cc           visitor_->OnContinuation(current_frame_stream_id_,
OnContinuation    243 net/spdy/spdy_framer.h   virtual void OnContinuation(SpdyStreamId stream_id, bool end) = 0;
OnContinuation   4563 net/spdy/spdy_framer_test.cc       EXPECT_CALL(visitor, OnContinuation(42,