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

  /external/chromium/chrome/browser/chromeos/login/
cryptohome_op.h 55 AuthAttemptState* const attempt_; member in class:chromeos::CryptohomeOp
online_attempt.h 60 AuthAttemptState* const attempt_; member in class:chromeos::OnlineAttempt
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...]
  /external/chromium_org/chrome/browser/chromeos/login/
online_attempt.h 60 AuthAttemptState* const attempt_; member in class:chromeos::OnlineAttempt
online_attempt_unittest.cc 38 attempt_(new OnlineAttempt(&state_, &resolver_)) {
49 attempt_->weak_factory_.GetWeakPtr(),
66 scoped_ptr<OnlineAttempt> attempt_; member in class:chromeos::OnlineAttemptTest
80 attempt_->weak_factory_.GetWeakPtr(),
100 attempt_->Initiate(&profile);
123 attempt_->Initiate(&profile);
126 CancelLogin(attempt_.get());
150 attempt_.reset(new OnlineAttempt(&local_state, &resolver_));
151 attempt_->Initiate(&profile);
173 attempt_.reset(new OnlineAttempt(&local_state, &resolver_))
    [all...]
  /external/chromium_org/jingle/notifier/communicator/
single_login_attempt_unittest.cc 98 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::__anon10765::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/
httpclient.h 191 size_t retries_, attempt_, redirects_; member in class:talk_base::HttpClient
  /external/chromium_org/third_party/libjingle/source/talk/base/
httpclient.h 196 size_t retries_, attempt_, redirects_; member in class:talk_base::HttpClient

Completed in 87 milliseconds