Searched refs:SendEOF (Results 1 – 9 of 9) sorted by relevance
153 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() argument399 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() argument445 interface_->SendEOF(32); in TEST_F()[all …]
70 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::HttpSM318 SendEOF(mci->stream_id); in GetOutput()
43 MOCK_METHOD1(SendEOF, void(uint32 stream_id));
52 virtual void SendEOF(uint32 stream_id) = 0;
58 virtual void SendEOF(uint32 stream_id) OVERRIDE {} in SendEOF() function
100 virtual void SendEOF(uint32 stream_id) OVERRIDE;
155 virtual void SendEOF(uint32 stream_id) OVERRIDE;
376 void SpdySM::SendEOF(uint32 stream_id) { SendEOFImpl(stream_id); } in SendEOF() function in net::SpdySM588 SendEOF(mci->stream_id); in GetOutput()
778 interface_->SendEOF(stream_id); in TEST_P()