HomeSort by relevance Sort by last modified time
    Searched refs:install_date (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/common/metrics/variations/
uniformity_field_trials.h 17 void SetupUniformityFieldTrials(const base::Time install_date);
uniformity_field_trials.cc 66 void SetupNewInstallUniformityTrial(const base::Time install_date) {
78 if (install_date < start_date)
86 void SetupUniformityFieldTrials(const base::Time install_date) {
127 SetupNewInstallUniformityTrial(install_date);
  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_prompt_controller.cc 59 // before |install_date| until |expiration_date|.
61 base::Time::Exploded install_date; member in struct:__anon8435::ExperimentDateRange
252 date_range->install_date);
257 const base::Time install_date = base::Time::FromTimeT(install_time); local
259 if (install_date < start_date) {
  /external/chromium_org/chrome/browser/metrics/
metrics_log_unittest.cc 139 EXPECT_EQ(1373050800, log.system_profile().install_date());
metrics_log.cc 712 int64 install_date = GetPrefService()->GetInt64(prefs::kInstallDate); local
714 // Reduce granularity of the install_date field to nearest hour.
715 system_profile->set_install_date(RoundSecondsToHour(install_date));
    [all...]
  /external/chromium_org/chrome/browser/
chrome_browser_main.cc 1016 int64 install_date = local_state_->GetInt64(prefs::kInstallDate); local
    [all...]
  /external/chromium/chrome/browser/
browser_main.cc 1350 int64 install_date = local
    [all...]

Completed in 74 milliseconds