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

  /external/chromium_org/net/spdy/
spdy_stream_test_util.cc 130 StreamDelegateWithBody::StreamDelegateWithBody(
136 StreamDelegateWithBody::~StreamDelegateWithBody() {
139 void StreamDelegateWithBody::OnRequestHeadersSent() {
spdy_stream_test_util.h 111 class StreamDelegateWithBody : public StreamDelegateBase {
113 StreamDelegateWithBody(const base::WeakPtr<SpdyStream>& stream,
115 virtual ~StreamDelegateWithBody();
spdy_session_unittest.cc     [all...]
spdy_stream_unittest.cc 355 StreamDelegateWithBody delegate(stream, body_data);
850 StreamDelegateWithBody delegate(stream, kPostBodyStringPiece);
    [all...]

Completed in 195 milliseconds