OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:time_start_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/chromeos/policy/
auto_enrollment_client.cc
181
time_start_
= base::Time(); // reset to null.
191
time_start_
= base::Time::Now();
203
if (
time_start_
.is_null()) {
229
time_start_
= base::Time::Now();
368
if (!
time_start_
.is_null()) {
369
base::TimeDelta delta = now -
time_start_
;
388
time_start_
= base::Time();
auto_enrollment_client.h
159
// If |
time_start_
| is not null, the protocol is still running.
162
base::Time
time_start_
;
member in class:policy::AutoEnrollmentClient
Completed in 514 milliseconds