OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:authentication_start_time_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/chromeos/login/
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
...]
screen_locker.h
244
base::Time
authentication_start_time_
;
member in class:chromeos::ScreenLocker
Completed in 2909 milliseconds