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

  /external/chromium/chrome/browser/chromeos/login/
online_attempt.cc 32 : attempt_(current_attempt),
64 if (attempt_->hosted_policy() == GaiaAuthFetcher::HostedAccountsAllowed &&
65 attempt_->is_first_time_user()) {
73 attempt_->DisableHosted();
99 attempt_->is_first_time_user() &&
100 attempt_->hosted_policy() != GaiaAuthFetcher::HostedAccountsAllowed) {
131 attempt_->username,
132 attempt_->password,
134 attempt_->login_token,
135 attempt_->login_captcha
    [all...]
cryptohome_op.cc 19 : attempt_(current_attempt),
36 attempt_->RecordCryptohomeStatus(success, return_code);
54 return lib->AsyncMount(attempt_->username,
55 attempt_->ascii_hash,
102 return lib->AsyncMigrateKey(attempt_->username,
104 attempt_->ascii_hash,
107 return lib->AsyncMigrateKey(attempt_->username,
108 attempt_->ascii_hash,
133 return lib->AsyncRemove(attempt_->username, this);
152 return lib->AsyncCheckKey(attempt_->username, attempt_->ascii_hash, this)
    [all...]
online_attempt_unittest.cc 54 attempt_ = new OnlineAttempt(&state_, resolver_.get());
73 NewRunnableMethod(attempt_.get(),
103 scoped_refptr<OnlineAttempt> attempt_; member in class:chromeos::OnlineAttemptTest
114 NewRunnableMethod(attempt_.get(),
136 attempt_->Initiate(&profile);
163 attempt_->Initiate(&profile);
169 CancelLogin(attempt_.get());
193 attempt_ = new OnlineAttempt(&local_state, resolver_.get());
194 attempt_->Initiate(&profile);
219 attempt_ = new OnlineAttempt(&local_state, resolver_.get())
    [all...]
online_attempt.h 60 AuthAttemptState* const attempt_; member in class:chromeos::OnlineAttempt
cryptohome_op.h 55 AuthAttemptState* const attempt_; member in class:chromeos::CryptohomeOp
  /external/chromium/third_party/libjingle/source/talk/base/
httpclient.h 191 size_t retries_, attempt_, redirects_; member in class:talk_base::HttpClient
httpclient.cc 286 retries_(kDefaultRetries), attempt_(0), redirects_(0),
340 attempt_ = 0;
697 && (attempt_ < retries_)) {
701 ++attempt_;

Completed in 335 milliseconds