Searched defs:GetBrand (Results 1 - 7 of 7) sorted by last modified time

/external/chromium_org/rlz/lib/
H A Drlz_lib_clear.cc78 const std::string& SupplementaryBranding::GetBrand() { function in class:rlz_lib::SupplementaryBranding
/external/chromium_org/components/metrics/
H A Dtest_metrics_service_client.cc35 bool TestMetricsServiceClient::GetBrand(std::string* brand_code) { function in class:metrics::TestMetricsServiceClient
/external/chromium_org/chrome/installer/util/
H A Dgoogle_update_settings.cc408 bool GoogleUpdateSettings::GetBrand(base::string16* brand) { function in class:GoogleUpdateSettings
/external/chromium_org/chromecast/metrics/
H A Dcast_metrics_service_client.cc61 bool CastMetricsServiceClient::GetBrand(std::string* brand_code) { function in class:chromecast::metrics::CastMetricsServiceClient
/external/chromium_org/chrome/browser/metrics/
H A Dchrome_metrics_service_client.cc186 bool ChromeMetricsServiceClient::GetBrand(std::string* brand_code) { function in class:ChromeMetricsServiceClient
187 return google_brand::GetBrand(brand_code);
/external/chromium_org/chrome/browser/google/
H A Dgoogle_brand.cc36 bool GetBrand(std::string* brand) { function in namespace:google_brand
43 bool ret = GoogleUpdateSettings::GetBrand(&brand16);
59 bool GetBrand(std::string* brand) {
68 brand->assign(google_brand::chromeos::GetBrand());
H A Dgoogle_brand_chromeos.cc56 std::string GetBrand() { function in namespace:google_brand::chromeos

Completed in 143 milliseconds