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

  /external/chromium_org/remoting/protocol/
ssl_hmac_channel_authenticator_unittest.cc 73 client_fake_socket_.reset(new FakeSocket());
75 client_fake_socket_->PairWith(host_fake_socket_.get());
78 client_fake_socket_.PassAs<net::StreamSocket>(),
128 scoped_ptr<FakeSocket> client_fake_socket_; member in class:remoting::protocol::SslHmacChannelAuthenticatorTest
authenticator_test_base.cc 91 client_fake_socket_.reset(new FakeSocket());
93 client_fake_socket_->PairWith(host_fake_socket_.get());
96 client_fake_socket_.PassAs<net::StreamSocket>(),
authenticator_test_base.h 62 scoped_ptr<FakeSocket> client_fake_socket_; member in class:remoting::protocol::AuthenticatorTestBase

Completed in 1150 milliseconds