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

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

Completed in 40 milliseconds