OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:install_date
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/components/metrics/
metrics_log.cc
350
int64
install_date
= client_->GetInstallDate();
local
352
// Reduce granularity of the
install_date
field to nearest hour.
353
system_profile->set_install_date(RoundSecondsToHour(
install_date
));
/external/chromium_org/chrome/browser/
chrome_browser_main.cc
940
int64
install_date
= local_state_->GetInt64(prefs::kInstallDate);
local
[
all
...]
Completed in 662 milliseconds