OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:start_up_time_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/sync/
startup_controller.cc
71
start_up_time_
= base::Time();
83
const bool first_start =
start_up_time_
.is_null();
85
start_up_time_
= base::Time::Now();
168
DCHECK(!
start_up_time_
.is_null());
169
base::TimeDelta time_deferred = base::Time::Now() -
start_up_time_
;
196
else if (!
start_up_time_
.is_null())
218
if (!
start_up_time_
.is_null()) {
startup_controller.h
91
base::Time
start_up_time_
;
member in class:browser_sync::StartupController
Completed in 195 milliseconds