HomeSort by relevance Sort by last modified time
    Searched defs:is_system_install (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/common/
chrome_version_info_win.cc 23 bool is_system_install = local
26 GoogleUpdateSettings::GetChromeChannelAndModifiers(is_system_install,
49 bool is_system_install = local
51 channel = GoogleUpdateSettings::GetChromeChannel(is_system_install);
  /external/chromium_org/chrome/browser/metrics/
metrics_log.h 56 bool is_system_install; member in struct:GoogleUpdateMetrics
  /external/chromium_org/chrome/browser/metrics/variations/
variations_registry_syncer_win.cc 49 const bool is_system_install = local
54 bool success = GoogleUpdateSettings::ReadExperimentLabels(is_system_install,
76 if (!GoogleUpdateSettings::SetExperimentLabels(is_system_install,
  /external/chromium/chrome/browser/
platform_util_win.cc 204 bool is_system_install = local
207 GoogleUpdateSettings::GetChromeChannel(is_system_install, &channel);

Completed in 167 milliseconds