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

  /external/chromium/chrome/browser/chromeos/login/
online_attempt.cc 126 fetch_canceler_ = NewRunnableMethod(this, &OnlineAttempt::CancelClientLogin);
139 void OnlineAttempt::CancelClientLogin() {
google_authenticator.cc 71 void GoogleAuthenticator::CancelClientLogin() {
99 &GoogleAuthenticator::CancelClientLogin),
  /external/chromium_org/chrome/browser/chromeos/login/
online_attempt.cc 127 base::Bind(&OnlineAttempt::CancelClientLogin, weak_factory_.GetWeakPtr()),
147 void OnlineAttempt::CancelClientLogin() {

Completed in 257 milliseconds