Searched refs:authentication_start_time_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/
H A Dscreen_locker.cc173 if (authentication_start_time_.is_null()) {
176 base::TimeDelta delta = base::Time::Now() - authentication_start_time_;
199 if (authentication_start_time_.is_null()) {
203 base::TimeDelta delta = base::Time::Now() - authentication_start_time_;
280 authentication_start_time_ = base::Time::Now();
H A Dscreen_locker.h163 base::Time authentication_start_time_; member in class:chromeos::ScreenLocker
/external/chromium/chrome/browser/chromeos/login/
H A Dscreen_locker.h244 base::Time authentication_start_time_; member in class:chromeos::ScreenLocker
H A Dscreen_locker.cc809 if (authentication_start_time_.is_null()) {
810 LOG(ERROR) << "authentication_start_time_ is not set";
812 base::TimeDelta delta = base::Time::Now() - authentication_start_time_;
841 if (authentication_start_time_.is_null()) {
843 LOG(WARNING) << "authentication_start_time_ is not set";
845 base::TimeDelta delta = base::Time::Now() - authentication_start_time_;
899 authentication_start_time_ = base::Time::Now();

Completed in 90 milliseconds