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

  /external/chromium_org/chrome/browser/chromeos/login/auth/
online_attempt.cc 32 const int OnlineAttempt::kClientLoginTimeoutMs = 10000;
34 OnlineAttempt::OnlineAttempt(AuthAttemptState* current_attempt,
43 OnlineAttempt::~OnlineAttempt() {
49 void OnlineAttempt::Initiate(content::BrowserContext* auth_context) {
56 base::Bind(&OnlineAttempt::TryClientLogin, weak_factory_.GetWeakPtr()));
59 void OnlineAttempt::OnClientLoginSuccess(
82 void OnlineAttempt::OnClientLoginFailure(
122 void OnlineAttempt::TryClientLogin()
    [all...]
online_attempt.h 29 class OnlineAttempt
32 OnlineAttempt(AuthAttemptState* current_attempt,
34 virtual ~OnlineAttempt();
70 base::WeakPtrFactory<OnlineAttempt> weak_factory_;
76 DISALLOW_COPY_AND_ASSIGN(OnlineAttempt);
online_attempt_host.h 23 class OnlineAttempt;
26 // Helper class which hosts OnlineAttempt for online credentials checking.
59 scoped_ptr<OnlineAttempt> online_attempt_;
online_attempt_unittest.cc 37 attempt_(new OnlineAttempt(&state_, &resolver_)) {
47 base::Bind(&OnlineAttempt::OnClientLoginFailure,
55 void CancelLogin(OnlineAttempt* auth) {
58 base::Bind(&OnlineAttempt::CancelClientLogin,
65 scoped_ptr<OnlineAttempt> attempt_;
75 base::Bind(&OnlineAttempt::OnClientLoginSuccess,
145 attempt_.reset(new OnlineAttempt(&local_state, &resolver_));
167 attempt_.reset(new OnlineAttempt(&local_state, &resolver_));
216 base::Bind(&OnlineAttempt::OnClientLoginFailure,
online_attempt_host.cc 36 online_attempt_.reset(new OnlineAttempt(state_.get(), this));

Completed in 50 milliseconds