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

  /external/chromium_org/chrome/browser/google/
google_util.h 50 bool GetReactivationBrand(std::string* brand);
google_util.cc 122 bool GetReactivationBrand(std::string* brand) {
124 bool ret = GoogleUpdateSettings::GetReactivationBrand(&brand16);
148 bool GetReactivationBrand(std::string* brand) {
  /external/chromium_org/chrome/installer/util/
google_update_settings.h 130 // google_util::GetReactivationBrand().
131 static bool GetReactivationBrand(std::wstring* brand);
google_update_settings.cc 367 bool GoogleUpdateSettings::GetReactivationBrand(std::wstring* brand) {
  /external/chromium_org/chrome/browser/rlz/
rlz_unittest.cc 206 google_util::GetReactivationBrand(&check_brand);
264 google_util::GetReactivationBrand(&brand);
rlz.cc 297 google_util::GetReactivationBrand(&reactivation_brand_);
  /external/chromium_org/chrome/installer/setup/
uninstall.cc 180 if (GoogleUpdateSettings::GetReactivationBrand(&reactivation_brand_wide)) {
    [all...]

Completed in 32 milliseconds