Home
last modified time | relevance | path

Searched refs:SendEOF (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/net/tools/flip_server/
Dhttp_interface_test.cc153 EXPECT_CALL(*mock_another_interface_, SendEOF(_)); in TEST_F()
155 EXPECT_CALL(*mock, SendEOF(_)); in TEST_F()
181 EXPECT_CALL(*mock_another_interface_, SendEOF(_)); in TEST_F()
238 EXPECT_CALL(*mock_another_interface_, SendEOF(_)); in TEST_F()
384 EXPECT_CALL(*mock_another_interface_, SendEOF(0)); in TEST_F()
394 TEST_F(FlipHttpSMProxyTest, SendEOF) { in TEST_F() argument
399 interface_->SendEOF(32); in TEST_F()
430 EXPECT_CALL(*mock_another_interface_, SendEOF(0)).Times(0); in TEST_F()
440 TEST_F(FlipHttpSMHttpTest, SendEOF) { in TEST_F() argument
445 interface_->SendEOF(32); in TEST_F()
[all …]
Dhttp_interface.cc70 sm_spdy_interface_->SendEOF(stream_id_); in MessageDone()
162 sm_spdy_interface_->SendEOF(stream_id_); in ResetForNewConnection()
195 void HttpSM::SendEOF(uint32 stream_id) { in SendEOF() function in net::HttpSM
318 SendEOF(mci->stream_id); in GetOutput()
Dflip_test_utils.h43 MOCK_METHOD1(SendEOF, void(uint32 stream_id));
Dsm_interface.h52 virtual void SendEOF(uint32 stream_id) = 0;
Dstreamer_interface.h58 virtual void SendEOF(uint32 stream_id) OVERRIDE {} in SendEOF() function
Dhttp_interface.h100 virtual void SendEOF(uint32 stream_id) OVERRIDE;
Dspdy_interface.h155 virtual void SendEOF(uint32 stream_id) OVERRIDE;
Dspdy_interface.cc376 void SpdySM::SendEOF(uint32 stream_id) { SendEOFImpl(stream_id); } in SendEOF() function in net::SpdySM
588 SendEOF(mci->stream_id); in GetOutput()
Dspdy_interface_test.cc778 interface_->SendEOF(stream_id); in TEST_P()