Searched refs:attempt_ (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/
H A Donline_attempt.cc36 : attempt_(current_attempt),
40 DCHECK(attempt_->user_type == User::USER_TYPE_REGULAR);
66 if (attempt_->hosted_policy() == GaiaAuthFetcher::HostedAccountsAllowed &&
67 attempt_->is_first_time_user()) {
75 attempt_->DisableHosted();
100 attempt_->is_first_time_user() &&
101 attempt_->hosted_policy() != GaiaAuthFetcher::HostedAccountsAllowed) {
131 attempt_->user_context.username,
132 attempt_->user_context.password,
134 attempt_
[all...]
H A Donline_attempt_unittest.cc37 attempt_(new OnlineAttempt(&state_, &resolver_)) {
48 attempt_->weak_factory_.GetWeakPtr(),
65 scoped_ptr<OnlineAttempt> attempt_; member in class:chromeos::OnlineAttemptTest
76 attempt_->weak_factory_.GetWeakPtr(),
96 attempt_->Initiate(&profile);
119 attempt_->Initiate(&profile);
122 CancelLogin(attempt_.get());
146 attempt_.reset(new OnlineAttempt(&local_state, &resolver_));
147 attempt_->Initiate(&profile);
169 attempt_
[all...]
H A Donline_attempt.h60 AuthAttemptState* const attempt_; member in class:chromeos::OnlineAttempt
/external/chromium/chrome/browser/chromeos/login/
H A Donline_attempt.cc32 : 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_
[all...]
H A Dcryptohome_op.cc19 : 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_
[all...]
H A Donline_attempt_unittest.cc54 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_
[all...]
H A Donline_attempt.h60 AuthAttemptState* const attempt_; member in class:chromeos::OnlineAttempt
H A Dcryptohome_op.h55 AuthAttemptState* const attempt_; member in class:chromeos::CryptohomeOp
/external/chromium_org/jingle/notifier/communicator/
H A Dsingle_login_attempt_unittest.cc98 attempt_(new SingleLoginAttempt(login_settings_, &fake_delegate_)) {}
105 attempt_->OnError(buzz::XmppEngine::ERROR_STREAM, 0, redirect_error);
109 attempt_.reset();
118 scoped_ptr<SingleLoginAttempt> attempt_; member in class:notifier::__anon8925::SingleLoginAttemptTest
126 attempt_->OnConnect(fake_base_task_.AsWeakPtr());
137 attempt_->OnError(buzz::XmppEngine::ERROR_NONE, 0, NULL);
145 attempt_->OnError(buzz::XmppEngine::ERROR_NONE, 0, NULL);
146 attempt_->OnConnect(fake_base_task_.AsWeakPtr());
253 attempt_->OnError(buzz::XmppEngine::ERROR_UNAUTHORIZED, 0, NULL);
/external/chromium/third_party/libjingle/source/talk/base/
H A Dhttpclient.h191 size_t retries_, attempt_, redirects_; member in class:talk_base::HttpClient
H A Dhttpclient.cc286 retries_(kDefaultRetries), attempt_(0), redirects_(0),
340 attempt_ = 0;
697 && (attempt_ < retries_)) {
701 ++attempt_;
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dhttpclient.h196 size_t retries_, attempt_, redirects_; member in class:talk_base::HttpClient
H A Dhttpclient.cc288 retries_(kDefaultRetries), attempt_(0), redirects_(0),
369 attempt_ = 0;
730 && (attempt_ < retries_)) {
734 ++attempt_;

Completed in 2138 milliseconds