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

  /external/chromium/chrome/browser/chromeos/login/
online_attempt.h 30 class OnlineAttempt
31 : public base::RefCountedThreadSafe<OnlineAttempt>,
34 OnlineAttempt(AuthAttemptState* current_attempt,
36 virtual ~OnlineAttempt();
71 DISALLOW_COPY_AND_ASSIGN(OnlineAttempt);
online_attempt.cc 28 const int OnlineAttempt::kClientLoginTimeoutMs = 10000;
30 OnlineAttempt::OnlineAttempt(AuthAttemptState* current_attempt,
39 OnlineAttempt::~OnlineAttempt() {
45 void OnlineAttempt::Initiate(Profile* profile) {
52 NewRunnableMethod(this, &OnlineAttempt::TryClientLogin));
55 void OnlineAttempt::OnClientLoginSuccess(
80 void OnlineAttempt::OnClientLoginFailure(
124 void OnlineAttempt::TryClientLogin()
    [all...]
online_attempt_unittest.cc 54 attempt_ = new OnlineAttempt(&state_, resolver_.get());
74 &OnlineAttempt::OnClientLoginFailure,
81 void CancelLogin(OnlineAttempt* auth) {
86 &OnlineAttempt::CancelClientLogin));
103 scoped_refptr<OnlineAttempt> attempt_;
115 &OnlineAttempt::OnClientLoginSuccess,
193 attempt_ = new OnlineAttempt(&local_state, resolver_.get());
219 attempt_ = new OnlineAttempt(&local_state, resolver_.get());
273 &OnlineAttempt::OnClientLoginFailure,
parallel_authenticator.h 46 // AuthenticateToLogin() creates an OnlineAttempt and a CryptohomeOp that
247 scoped_refptr<OnlineAttempt> current_online_;
parallel_authenticator.cc 84 current_online_ = new OnlineAttempt(current_state_.get(), this);
258 current_online_ = new OnlineAttempt(reauth_state_.get(), this);

Completed in 169 milliseconds