Lines Matching refs:Time
21 #include <base/time/time.h>
27 using base::Time;
267 Time now = system_state->clock()->GetWallclockTime();
270 Time stored_time = Time::FromInternalValue(stored_value);
272 LOG(ERROR) << "Stored time-stamp used for " << state_variable_key
282 LOG(ERROR) << "Error storing time-stamp in " << state_variable_key;
293 Time now = system_state->clock()->GetMonotonicTime();
295 Time stored_time = Time::FromInternalValue(*storage);