Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/google/
Dgoogle_brand.cc49 bool GetReactivationBrand(std::string* brand) { in GetReactivationBrand() function
51 bool ret = GoogleUpdateSettings::GetReactivationBrand(&brand16); in GetReactivationBrand()
75 bool GetReactivationBrand(std::string* brand) {
Dgoogle_brand.h28 bool GetReactivationBrand(std::string* brand);
/external/chromium_org/chrome/installer/util/
Dgoogle_update_settings.h140 static bool GetReactivationBrand(std::wstring* brand);
Dgoogle_update_settings.cc387 bool GoogleUpdateSettings::GetReactivationBrand(std::wstring* brand) { in GetReactivationBrand() function in GoogleUpdateSettings
/external/chromium_org/chrome/browser/rlz/
Drlz_unittest.cc214 google_brand::GetReactivationBrand(&check_brand); in SetReactivationBrand()
287 google_brand::GetReactivationBrand(&brand); in ExpectReactivationRlzPingSent()
Drlz.cc309 google_brand::GetReactivationBrand(&reactivation_brand_); in Init()
/external/chromium_org/chrome/installer/setup/
Duninstall.cc181 if (GoogleUpdateSettings::GetReactivationBrand(&reactivation_brand_wide)) { in ClearRlzProductState()