Searched refs:mock_another_interface_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/tools/flip_server/
H A Dhttp_interface_test.cc58 mock_another_interface_.reset(new MockSMInterface);
84 mock_another_interface_.get(),
103 scoped_ptr<MockSMInterface> mock_another_interface_; member in class:net::__anon9755::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_, SendSynRepl
[all...]
H A Dspdy_interface_test.cc123 mock_another_interface_.reset(new MockSMInterface);
149 mock_another_interface_.get(),
180 scoped_ptr<MockSMInterface> mock_another_interface_; member in class:net::__anon9758::SpdySMTestBase

Completed in 133 milliseconds