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

  /external/chromium_org/chrome/common/
chrome_version_info_win.cc 49 channel = GoogleUpdateSettings::GetChromeChannel(is_system_install);
  /external/chromium_org/chrome/installer/util/
google_chrome_sxs_distribution.h 33 virtual bool GetChromeChannel(base::string16* channel) OVERRIDE;
chromium_binaries_distribution.h 47 virtual bool GetChromeChannel(base::string16* channel) OVERRIDE;
browser_distribution.h 146 virtual bool GetChromeChannel(base::string16* channel);
chromium_binaries_distribution.cc 108 bool ChromiumBinariesDistribution::GetChromeChannel(base::string16* channel) {
google_chrome_sxs_distribution.cc 102 bool GoogleChromeSxSDistribution::GetChromeChannel(base::string16* channel) {
google_update_settings.h 172 static base::string16 GetChromeChannel(bool system_install);
browser_distribution.cc 275 bool BrowserDistribution::GetChromeChannel(base::string16* channel) {
google_update_settings.cc 139 if (dist->GetChromeChannel(channel))
428 base::string16 GoogleUpdateSettings::GetChromeChannel(bool system_install) {
    [all...]
  /external/chromium_org/chrome/app/
chrome_breakpad_client.cc 188 GoogleUpdateSettings::GetChromeChannel(!is_per_user_install);
client_util.cc 124 const base::string16 channel(GoogleUpdateSettings::GetChromeChannel(

Completed in 213 milliseconds