FakeAuthenticator 81 remoting/protocol/fake_authenticator.cc FakeAuthenticator::FakeAuthenticator( FakeAuthenticator 90 remoting/protocol/fake_authenticator.cc FakeAuthenticator::~FakeAuthenticator() { FakeAuthenticator 93 remoting/protocol/fake_authenticator.cc Authenticator::State FakeAuthenticator::state() const { FakeAuthenticator 119 remoting/protocol/fake_authenticator.cc Authenticator::RejectionReason FakeAuthenticator::rejection_reason() const { FakeAuthenticator 124 remoting/protocol/fake_authenticator.cc void FakeAuthenticator::ProcessMessage(const buzz::XmlElement* message, FakeAuthenticator 134 remoting/protocol/fake_authenticator.cc scoped_ptr<buzz::XmlElement> FakeAuthenticator::GetNextMessage() { FakeAuthenticator 149 remoting/protocol/fake_authenticator.cc FakeAuthenticator::CreateChannelAuthenticator() const { FakeAuthenticator 156 remoting/protocol/fake_authenticator.cc int round_trips, FakeAuthenticator::Action action, bool async) FakeAuthenticator 168 remoting/protocol/fake_authenticator.cc return scoped_ptr<Authenticator>(new FakeAuthenticator( FakeAuthenticator 169 remoting/protocol/fake_authenticator.cc FakeAuthenticator::HOST, round_trips_, action_, async_)); FakeAuthenticator 48 remoting/protocol/fake_authenticator.h class FakeAuthenticator : public Authenticator { FakeAuthenticator 61 remoting/protocol/fake_authenticator.h FakeAuthenticator(Type type, int round_trips, Action action, bool async); FakeAuthenticator 62 remoting/protocol/fake_authenticator.h virtual ~FakeAuthenticator(); FakeAuthenticator 82 remoting/protocol/fake_authenticator.h DISALLOW_COPY_AND_ASSIGN(FakeAuthenticator); FakeAuthenticator 88 remoting/protocol/fake_authenticator.h int round_trips, FakeAuthenticator::Action action, bool async); FakeAuthenticator 99 remoting/protocol/fake_authenticator.h FakeAuthenticator::Action action_; FakeAuthenticator 136 remoting/protocol/jingle_session_unittest.cc FakeAuthenticator::Action auth_action) { FakeAuthenticator 186 remoting/protocol/jingle_session_unittest.cc FakeAuthenticator::Action auth_action, FakeAuthenticator 235 remoting/protocol/jingle_session_unittest.cc scoped_ptr<Authenticator> authenticator(new FakeAuthenticator( FakeAuthenticator 236 remoting/protocol/jingle_session_unittest.cc FakeAuthenticator::CLIENT, auth_round_trips, auth_action, true)); FakeAuthenticator 301 remoting/protocol/jingle_session_unittest.cc CreateSessionManagers(1, FakeAuthenticator::ACCEPT); FakeAuthenticator 307 remoting/protocol/jingle_session_unittest.cc CreateSessionManagers(1, FakeAuthenticator::ACCEPT); FakeAuthenticator 320 remoting/protocol/jingle_session_unittest.cc scoped_ptr<Authenticator> authenticator(new FakeAuthenticator( FakeAuthenticator 321 remoting/protocol/jingle_session_unittest.cc FakeAuthenticator::CLIENT, 1, FakeAuthenticator::ACCEPT, true)); FakeAuthenticator 331 remoting/protocol/jingle_session_unittest.cc CreateSessionManagers(1, FakeAuthenticator::ACCEPT); FakeAuthenticator 332 remoting/protocol/jingle_session_unittest.cc InitiateConnection(1, FakeAuthenticator::ACCEPT, false); FakeAuthenticator 347 remoting/protocol/jingle_session_unittest.cc CreateSessionManagers(3, FakeAuthenticator::ACCEPT); FakeAuthenticator 348 remoting/protocol/jingle_session_unittest.cc InitiateConnection(3, FakeAuthenticator::ACCEPT, false); FakeAuthenticator 353 remoting/protocol/jingle_session_unittest.cc CreateSessionManagers(1, FakeAuthenticator::REJECT); FakeAuthenticator 354 remoting/protocol/jingle_session_unittest.cc InitiateConnection(1, FakeAuthenticator::ACCEPT, true); FakeAuthenticator 359 remoting/protocol/jingle_session_unittest.cc CreateSessionManagers(3, FakeAuthenticator::REJECT); FakeAuthenticator 360 remoting/protocol/jingle_session_unittest.cc InitiateConnection(3, FakeAuthenticator::ACCEPT, true); FakeAuthenticator 365 remoting/protocol/jingle_session_unittest.cc CreateSessionManagers(1, FakeAuthenticator::ACCEPT); FakeAuthenticator 367 remoting/protocol/jingle_session_unittest.cc InitiateConnection(1, FakeAuthenticator::ACCEPT, false)); FakeAuthenticator 380 remoting/protocol/jingle_session_unittest.cc CreateSessionManagers(1, FakeAuthenticator::ACCEPT); FakeAuthenticator 382 remoting/protocol/jingle_session_unittest.cc InitiateConnection(1, FakeAuthenticator::ACCEPT, false)); FakeAuthenticator 411 remoting/protocol/jingle_session_unittest.cc CreateSessionManagers(3, FakeAuthenticator::ACCEPT); FakeAuthenticator 413 remoting/protocol/jingle_session_unittest.cc InitiateConnection(3, FakeAuthenticator::ACCEPT, false)); FakeAuthenticator 426 remoting/protocol/jingle_session_unittest.cc CreateSessionManagers(1, FakeAuthenticator::REJECT_CHANNEL); FakeAuthenticator 428 remoting/protocol/jingle_session_unittest.cc InitiateConnection(1, FakeAuthenticator::ACCEPT, false));