http_interface_test.cc | 58 mock_another_interface_.reset(new MockSMInterface); 84 mock_another_interface_.get(), 103 scoped_ptr<MockSMInterface> mock_another_interface_; member in class:net::__anon12266::FlipHttpSMTest 153 EXPECT_CALL(*mock_another_interface_, SendEOF(_)); 154 EXPECT_CALL(*mock_another_interface_, ResetForNewInterface(_)); 178 EXPECT_CALL(*mock_another_interface_, SendSynReply(_, _)); 180 EXPECT_CALL(*mock_another_interface_, SendDataFrame(_, _, _, _, _)); 181 EXPECT_CALL(*mock_another_interface_, SendEOF(_)); 213 EXPECT_CALL(*mock_another_interface_, SendSynReply(_, _)); 236 EXPECT_CALL(*mock_another_interface_, SendSynReply(_, _)) [all...] |