Home
last modified time | relevance | path

Searched refs:GetReactivationBrand (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/google/
Dgoogle_util.cc122 bool GetReactivationBrand(std::string* brand) { in GetReactivationBrand() function
124 bool ret = GoogleUpdateSettings::GetReactivationBrand(&brand16); in GetReactivationBrand()
148 bool GetReactivationBrand(std::string* brand) { in GetReactivationBrand() function
Dgoogle_util.h50 bool GetReactivationBrand(std::string* brand);
/external/chromium_org/chrome/installer/util/
Dgoogle_update_settings.h131 static bool GetReactivationBrand(std::wstring* brand);
Dgoogle_update_settings.cc367 bool GoogleUpdateSettings::GetReactivationBrand(std::wstring* brand) { in GetReactivationBrand() function in GoogleUpdateSettings
/external/chromium_org/chrome/browser/rlz/
Drlz_unittest.cc206 google_util::GetReactivationBrand(&check_brand); in SetReactivationBrand()
264 google_util::GetReactivationBrand(&brand); in ExpectReactivationRlzPingSent()
Drlz.cc297 google_util::GetReactivationBrand(&reactivation_brand_); in Init()
/external/chromium_org/chrome/installer/setup/
Duninstall.cc180 if (GoogleUpdateSettings::GetReactivationBrand(&reactivation_brand_wide)) { in ClearRlzProductState()