Searched defs:SingleLoginAttempt (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/jingle/notifier/communicator/
H A Dsingle_login_attempt.cc23 SingleLoginAttempt::Delegate::~Delegate() {}
25 SingleLoginAttempt::SingleLoginAttempt(const LoginSettings& login_settings, function in class:notifier::SingleLoginAttempt
40 SingleLoginAttempt::~SingleLoginAttempt() {}
47 void SingleLoginAttempt::OnConnect(
85 void SingleLoginAttempt::OnError(buzz::XmppEngine::Error error, int subcode,
160 void SingleLoginAttempt::TryConnect(
H A Dsingle_login_attempt.h27 class SingleLoginAttempt : public XmppConnection::Delegate { class in namespace:notifier
58 SingleLoginAttempt(const LoginSettings& login_settings, Delegate* delegate);
60 virtual ~SingleLoginAttempt();
78 DISALLOW_COPY_AND_ASSIGN(SingleLoginAttempt);

Completed in 56 milliseconds