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

  /external/chromium_org/remoting/protocol/
fake_authenticator.cc 18 FakeChannelAuthenticator::FakeChannelAuthenticator(bool accept, bool async)
26 FakeChannelAuthenticator::~FakeChannelAuthenticator() {
29 void FakeChannelAuthenticator::SecureAndAuthenticate(
42 base::Bind(&FakeChannelAuthenticator::OnAuthBytesWritten,
54 base::Bind(&FakeChannelAuthenticator::OnAuthBytesRead,
65 void FakeChannelAuthenticator::OnAuthBytesWritten(int result) {
73 void FakeChannelAuthenticator::OnAuthBytesRead(int result) {
161 new FakeChannelAuthenticator(action_ != REJECT_CHANNEL, async_))
    [all...]
fake_authenticator.h 16 class FakeChannelAuthenticator : public ChannelAuthenticator {
18 FakeChannelAuthenticator(bool accept, bool async);
19 virtual ~FakeChannelAuthenticator();
43 base::WeakPtrFactory<FakeChannelAuthenticator> weak_factory_;
45 DISALLOW_COPY_AND_ASSIGN(FakeChannelAuthenticator);

Completed in 2890 milliseconds