Searched refs:SendEOF (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/net/tools/flip_server/
H A Dhttp_interface_test.cc153 EXPECT_CALL(*mock_another_interface_, SendEOF(_));
155 EXPECT_CALL(*mock, SendEOF(_));
181 EXPECT_CALL(*mock_another_interface_, SendEOF(_));
238 EXPECT_CALL(*mock_another_interface_, SendEOF(_));
384 EXPECT_CALL(*mock_another_interface_, SendEOF(0));
394 TEST_F(FlipHttpSMProxyTest, SendEOF) {
399 interface_->SendEOF(32);
430 EXPECT_CALL(*mock_another_interface_, SendEOF(0)).Times(0);
440 TEST_F(FlipHttpSMHttpTest, SendEOF) {
445 interface_->SendEOF(3
[all...]
H A Dflip_test_utils.h43 MOCK_METHOD1(SendEOF, void(uint32 stream_id));
H A Dhttp_interface.cc70 sm_spdy_interface_->SendEOF(stream_id_);
162 sm_spdy_interface_->SendEOF(stream_id_);
195 void HttpSM::SendEOF(uint32 stream_id) { function in class:net::HttpSM
318 SendEOF(mci->stream_id);
H A Dsm_interface.h52 virtual void SendEOF(uint32 stream_id) = 0;
H A Dhttp_interface.h100 virtual void SendEOF(uint32 stream_id) OVERRIDE;
H A Dstreamer_interface.h58 virtual void SendEOF(uint32 stream_id) OVERRIDE {}
H A Dspdy_interface.h151 virtual void SendEOF(uint32 stream_id) OVERRIDE;
H A Dspdy_interface.cc371 void SpdySM::SendEOF(uint32 stream_id) { SendEOFImpl(stream_id); } function in class:net::SpdySM
580 SendEOF(mci->stream_id);
H A Dspdy_interface_test.cc746 interface_->SendEOF(stream_id);
/external/chromium/net/tools/flip_server/
H A Dsm_interface.h51 virtual void SendEOF(uint32 stream_id) = 0;
H A Dhttp_interface.cc71 sm_spdy_interface_->SendEOF(stream_id_);
179 sm_spdy_interface_->SendEOF(stream_id_);
214 void HttpSM::SendEOF(uint32 stream_id) { function in class:net::HttpSM
342 SendEOF(mci->stream_id);
H A Dhttp_interface.h99 virtual void SendEOF(uint32 stream_id);
H A Dspdy_interface.h94 virtual void SendEOF(uint32 stream_id);
H A Dstreamer_interface.h57 virtual void SendEOF(uint32 stream_id) {} function in class:net::StreamerSM
H A Dspdy_interface.cc382 void SpdySM::SendEOF(uint32 stream_id) { function in class:net::SpdySM
582 SendEOF(mci->stream_id);

Completed in 437 milliseconds