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

  /external/chromium/chrome/browser/chromeos/login/
google_authenticator.cc 62 checked_for_localaccount_(false) {
319 if (!checked_for_localaccount_) {
404 if (checked_for_localaccount_)
426 checked_for_localaccount_ = true;
parallel_authenticator.h 266 bool checked_for_localaccount_; // Needed because empty localaccount_ is ok. member in class:chromeos::ParallelAuthenticator
267 base::Lock localaccount_lock_; // A lock around checked_for_localaccount_.
google_authenticator.h 200 bool checked_for_localaccount_; // Needed because empty localaccount_ is ok. member in class:chromeos::GoogleAuthenticator
201 base::Lock localaccount_lock_; // A lock around checked_for_localaccount_.
parallel_authenticator.cc 58 checked_for_localaccount_(false) {
167 if (!checked_for_localaccount_) {
545 if (checked_for_localaccount_)
567 checked_for_localaccount_ = true;

Completed in 69 milliseconds