Searched refs:host_callback_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/remoting/protocol/
H A Dauthenticator_test_base.cc135 EXPECT_CALL(host_callback_, OnDone(net::ERR_FAILED))
138 EXPECT_CALL(host_callback_, OnDone(net::OK))
152 testing::Mock::VerifyAndClearExpectations(&host_callback_);
163 host_callback_.OnDone(error);
H A Dssl_hmac_channel_authenticator_unittest.cc94 EXPECT_CALL(host_callback_, OnDone(net::ERR_FAILED, NULL))
99 EXPECT_CALL(host_callback_, OnDone(net::OK, NotNull()))
120 host_callback_.OnDone(error, socket.get());
139 MockChannelDoneCallback host_callback_; member in class:remoting::protocol::SslHmacChannelAuthenticatorTest
H A Dauthenticator_test_base.h68 MockChannelDoneCallback host_callback_; member in class:remoting::protocol::AuthenticatorTestBase

Completed in 67 milliseconds