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

  /external/chromium_org/remoting/protocol/
authenticator_test_base.cc 112 EXPECT_CALL(host_callback_, OnDone(net::ERR_FAILED))
115 EXPECT_CALL(host_callback_, OnDone(net::OK))
129 testing::Mock::VerifyAndClearExpectations(&host_callback_);
140 host_callback_.OnDone(error);
ssl_hmac_channel_authenticator_unittest.cc 94 EXPECT_CALL(host_callback_, OnDone(net::ERR_FAILED, NULL))
99 EXPECT_CALL(host_callback_, OnDone(net::OK, NotNull()))
114 host_callback_.OnDone(error, socket.get());
133 MockChannelDoneCallback host_callback_; member in class:remoting::protocol::SslHmacChannelAuthenticatorTest
authenticator_test_base.h 67 MockChannelDoneCallback host_callback_; member in class:remoting::protocol::AuthenticatorTestBase

Completed in 126 milliseconds