SingleLoginAttempt   55 jingle/notifier/communicator/login.cc   single_attempt_.reset(new SingleLoginAttempt(login_settings_, this));
SingleLoginAttempt   44 jingle/notifier/communicator/login.h               public SingleLoginAttempt::Delegate {
SingleLoginAttempt  120 jingle/notifier/communicator/login.h   scoped_ptr<SingleLoginAttempt> single_attempt_;
SingleLoginAttempt   23 jingle/notifier/communicator/single_login_attempt.cc SingleLoginAttempt::Delegate::~Delegate() {}
SingleLoginAttempt   25 jingle/notifier/communicator/single_login_attempt.cc SingleLoginAttempt::SingleLoginAttempt(const LoginSettings& login_settings,
SingleLoginAttempt   40 jingle/notifier/communicator/single_login_attempt.cc SingleLoginAttempt::~SingleLoginAttempt() {}
SingleLoginAttempt   47 jingle/notifier/communicator/single_login_attempt.cc void SingleLoginAttempt::OnConnect(
SingleLoginAttempt   85 jingle/notifier/communicator/single_login_attempt.cc void SingleLoginAttempt::OnError(buzz::XmppEngine::Error error, int subcode,
SingleLoginAttempt  160 jingle/notifier/communicator/single_login_attempt.cc void SingleLoginAttempt::TryConnect(
SingleLoginAttempt   27 jingle/notifier/communicator/single_login_attempt.h class SingleLoginAttempt : public XmppConnection::Delegate {
SingleLoginAttempt   58 jingle/notifier/communicator/single_login_attempt.h   SingleLoginAttempt(const LoginSettings& login_settings, Delegate* delegate);
SingleLoginAttempt   60 jingle/notifier/communicator/single_login_attempt.h   virtual ~SingleLoginAttempt();
SingleLoginAttempt   78 jingle/notifier/communicator/single_login_attempt.h   DISALLOW_COPY_AND_ASSIGN(SingleLoginAttempt);
SingleLoginAttempt   34 jingle/notifier/communicator/single_login_attempt_unittest.cc class FakeDelegate : public SingleLoginAttempt::Delegate {
SingleLoginAttempt   98 jingle/notifier/communicator/single_login_attempt_unittest.cc         attempt_(new SingleLoginAttempt(login_settings_, &fake_delegate_)) {}
SingleLoginAttempt  118 jingle/notifier/communicator/single_login_attempt_unittest.cc   scoped_ptr<SingleLoginAttempt> attempt_;