HomeSort by relevance Sort by last modified time
    Searched full:remote_start_time (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/app_list/
app_list_service.cc 22 int64 remote_start_time; local
23 base::StringToInt64(start_time_string, &remote_start_time);
24 return base::Time::Now() - base::Time::FromInternalValue(remote_start_time);
  /external/chromium_org/chrome/browser/
chrome_browser_main.cc 417 int64 remote_start_time; local
418 if (base::StringToInt64(start_time_string, &remote_start_time)) {
420 base::Time::Now() - base::Time::FromInternalValue(remote_start_time);
    [all...]

Completed in 966 milliseconds