Searched defs:install_date (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/components/metrics/
H A Dtest_metrics_service_client.h42 void set_install_date(int64 install_date) { install_date_ = install_date; } argument
H A Dmetrics_log.cc350 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/common/variations/
H A Duniformity_field_trials.cc69 void SetupNewInstallUniformityTrial(const base::Time install_date) { argument
81 if (install_date < start_date)
89 void SetupUniformityFieldTrials(const base::Time install_date) { argument
130 SetupNewInstallUniformityTrial(install_date);
/external/chromium_org/chrome/browser/
H A Dchrome_browser_main.cc940 int64 install_date = local_state_->GetInt64(prefs::kInstallDate); local
941 if (install_date == 0)

Completed in 384 milliseconds