HomeSort by relevance Sort by last modified time
    Searched refs:mock_another_interface_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/tools/flip_server/
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...]
spdy_interface_test.cc 123 mock_another_interface_.reset(new MockSMInterface);
149 mock_another_interface_.get(),
180 scoped_ptr<MockSMInterface> mock_another_interface_; member in class:net::__anon12269::SpdySMTestBase

Completed in 247 milliseconds