OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:time_extra_start_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/chromeos/policy/
auto_enrollment_client.h
217
// If |
time_extra_start_
| is not null, the protocol is still running but our
220
base::Time
time_extra_start_
;
member in class:policy::AutoEnrollmentClient
auto_enrollment_client.cc
163
time_extra_start_
= base::Time::Now();
444
if (!
time_extra_start_
.is_null())
445
delta = now -
time_extra_start_
;
Completed in 35 milliseconds