ClosingDelegate 1631 net/spdy/spdy_session_unittest.cc test::ClosingDelegate delegate1(spdy_stream1); ClosingDelegate 1634 net/spdy/spdy_session_unittest.cc test::ClosingDelegate delegate2(spdy_stream2); ClosingDelegate 1703 net/spdy/spdy_session_unittest.cc test::ClosingDelegate delegate1(spdy_stream2); ClosingDelegate 1707 net/spdy/spdy_session_unittest.cc test::ClosingDelegate delegate2(spdy_stream1); ClosingDelegate 1780 net/spdy/spdy_session_unittest.cc test::ClosingDelegate delegate1(spdy_stream1); ClosingDelegate 1783 net/spdy/spdy_session_unittest.cc test::ClosingDelegate delegate2(spdy_stream2); ClosingDelegate 1862 net/spdy/spdy_session_unittest.cc test::ClosingDelegate delegate1(spdy_stream2); ClosingDelegate 1866 net/spdy/spdy_session_unittest.cc test::ClosingDelegate delegate2(spdy_stream1); ClosingDelegate 18 net/spdy/spdy_stream_test_util.cc ClosingDelegate::ClosingDelegate( ClosingDelegate 23 net/spdy/spdy_stream_test_util.cc ClosingDelegate::~ClosingDelegate() {} ClosingDelegate 25 net/spdy/spdy_stream_test_util.cc void ClosingDelegate::OnRequestHeadersSent() {} ClosingDelegate 27 net/spdy/spdy_stream_test_util.cc SpdyResponseHeadersStatus ClosingDelegate::OnResponseHeadersUpdated( ClosingDelegate 32 net/spdy/spdy_stream_test_util.cc void ClosingDelegate::OnDataReceived(scoped_ptr<SpdyBuffer> buffer) {} ClosingDelegate 34 net/spdy/spdy_stream_test_util.cc void ClosingDelegate::OnDataSent() {} ClosingDelegate 36 net/spdy/spdy_stream_test_util.cc void ClosingDelegate::OnClose(int status) { ClosingDelegate 23 net/spdy/spdy_stream_test_util.h class ClosingDelegate : public SpdyStream::Delegate { ClosingDelegate 25 net/spdy/spdy_stream_test_util.h explicit ClosingDelegate(const base::WeakPtr<SpdyStream>& stream); ClosingDelegate 26 net/spdy/spdy_stream_test_util.h virtual ~ClosingDelegate(); ClosingDelegate 1525 ui/views/widget/widget_unittest.cc ClosingDelegate() : count_(0), widget_(NULL) {} ClosingDelegate 1542 ui/views/widget/widget_unittest.cc DISALLOW_COPY_AND_ASSIGN(ClosingDelegate); ClosingDelegate 1548 ui/views/widget/widget_unittest.cc scoped_ptr<ClosingDelegate> delegate(new ClosingDelegate());