Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/chromeos/login/
Dscreen_locker.cc200 if (authentication_start_time_.is_null()) { in OnLoginFailure()
203 base::TimeDelta delta = base::Time::Now() - authentication_start_time_; in OnLoginFailure()
223 if (authentication_start_time_.is_null()) { in OnLoginSuccess()
227 base::TimeDelta delta = base::Time::Now() - authentication_start_time_; in OnLoginSuccess()
278 authentication_start_time_ = base::Time::Now(); in Authenticate()
Dscreen_locker.h173 base::Time authentication_start_time_; variable
/external/chromium/chrome/browser/chromeos/login/
Dscreen_locker.cc809 if (authentication_start_time_.is_null()) { in OnLoginFailure()
812 base::TimeDelta delta = base::Time::Now() - authentication_start_time_; in OnLoginFailure()
841 if (authentication_start_time_.is_null()) { in OnLoginSuccess()
845 base::TimeDelta delta = base::Time::Now() - authentication_start_time_; in OnLoginSuccess()
899 authentication_start_time_ = base::Time::Now(); in Authenticate()
Dscreen_locker.h244 base::Time authentication_start_time_; variable