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

/external/chromium_org/chromeos/login/auth/
H A Donline_attempt.cc35 attempt_(current_attempt),
39 DCHECK(attempt_->user_type == user_manager::USER_TYPE_REGULAR);
62 if (attempt_->hosted_policy() == GaiaAuthFetcher::HostedAccountsAllowed &&
63 attempt_->is_first_time_user()) {
71 attempt_->DisableHosted();
93 attempt_->is_first_time_user() &&
94 attempt_->hosted_policy() != GaiaAuthFetcher::HostedAccountsAllowed) {
121 attempt_->user_context.GetUserID(),
122 attempt_->user_context.GetKey()->GetSecret(),
124 attempt_
[all...]
H A Donline_attempt.h65 AuthAttemptState* const attempt_; member in class:chromeos::OnlineAttempt
/external/chromium_org/chrome/browser/chromeos/login/auth/
H A Donline_attempt_unittest.cc64 attempt_(new OnlineAttempt(&state_, &resolver_)) {}
76 attempt_->weak_factory_.GetWeakPtr(),
94 scoped_ptr<OnlineAttempt> attempt_; member in class:chromeos::OnlineAttemptTest
102 attempt_->weak_factory_.GetWeakPtr(),
122 attempt_->Initiate(request_context_.get());
144 attempt_->Initiate(request_context_.get());
147 CancelLogin(attempt_.get());
168 attempt_.reset(new OnlineAttempt(&local_state, &resolver_));
169 attempt_->Initiate(request_context_.get());
190 attempt_
[all...]
/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::__anon8523::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_org/third_party/webrtc/base/
H A Dhttpclient.h179 size_t retries_, attempt_, redirects_; member in class:rtc::HttpClient
H A Dhttpclient.cc272 retries_(kDefaultRetries), attempt_(0), redirects_(0),
353 attempt_ = 0;
716 && (attempt_ < retries_)) {
720 ++attempt_;

Completed in 223 milliseconds