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

  /external/chromium_org/jingle/notifier/communicator/
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(
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);

Completed in 75 milliseconds