OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:remote_start_time
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/app_list/
app_list_service.cc
28
int64
remote_start_time
;
local
29
base::StringToInt64(start_time_string, &
remote_start_time
);
30
return base::Time::FromInternalValue(
remote_start_time
);
/external/chromium_org/chrome/browser/
chrome_browser_main.cc
432
int64
remote_start_time
;
local
433
if (base::StringToInt64(start_time_string, &
remote_start_time
)) {
435
base::Time::Now() - base::Time::FromInternalValue(
remote_start_time
);
[
all
...]
Completed in 61 milliseconds