Searched refs:remote_start_time (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_service.cc37 int64 remote_start_time; local
38 base::StringToInt64(start_time_string, &remote_start_time);
39 return base::Time::FromInternalValue(remote_start_time);
/external/chromium_org/chrome/browser/
H A Dchrome_browser_main.cc452 int64 remote_start_time; local
453 if (base::StringToInt64(start_time_string, &remote_start_time)) {
455 base::Time::Now() - base::Time::FromInternalValue(remote_start_time);

Completed in 268 milliseconds