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

  /external/chromium/chrome/browser/chromeos/login/
screen_locker.h 244 base::Time authentication_start_time_; member in class:chromeos::ScreenLocker
screen_locker.cc 809 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();
    [all...]

Completed in 612 milliseconds