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_brand.h 28 bool GetReactivationBrand(std::string* brand);
google_brand.cc 49 bool GetReactivationBrand(std::string* brand) {
51 bool ret = GoogleUpdateSettings::GetReactivationBrand(&brand16);
75 bool GetReactivationBrand(std::string* brand) {
  /external/chromium_org/chrome/installer/util/
google_update_settings.h 139 // google_brand::GetReactivationBrand().
140 static bool GetReactivationBrand(std::wstring* brand);
google_update_settings.cc 387 bool GoogleUpdateSettings::GetReactivationBrand(std::wstring* brand) {
    [all...]
  /external/chromium_org/chrome/browser/rlz/
rlz_unittest.cc 214 google_brand::GetReactivationBrand(&check_brand);
287 google_brand::GetReactivationBrand(&brand);
rlz.cc 309 google_brand::GetReactivationBrand(&reactivation_brand_);
  /external/chromium_org/chrome/installer/setup/
uninstall.cc 181 if (GoogleUpdateSettings::GetReactivationBrand(&reactivation_brand_wide)) {
    [all...]

Completed in 194 milliseconds