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