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

  /external/chromium_org/remoting/protocol/
authenticator_test_base.h 63 scoped_ptr<FakeSocket> host_fake_socket_; member in class:remoting::protocol::AuthenticatorTestBase
ssl_hmac_channel_authenticator_unittest.cc 74 host_fake_socket_.reset(new FakeSocket());
75 client_fake_socket_->PairWith(host_fake_socket_.get());
83 host_fake_socket_.PassAs<net::StreamSocket>(),
129 scoped_ptr<FakeSocket> host_fake_socket_; member in class:remoting::protocol::SslHmacChannelAuthenticatorTest

Completed in 27 milliseconds