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
160
// If |
time_extra_start_
| is not null, the protocol is still running but our
163
base::Time
time_extra_start_
;
member in class:policy::AutoEnrollmentClient
auto_enrollment_client.cc
210
time_extra_start_
= base::Time::Now();
373
if (!
time_extra_start_
.is_null())
374
delta = now -
time_extra_start_
;
Completed in 31 milliseconds