HomeSort by relevance Sort by last modified time
    Searched refs:brand (Results 1 - 25 of 72) sorted by null

1 2 3

  /external/chromium_org/chrome/browser/google/
google_brand.cc 36 bool GetBrand(std::string* brand) {
38 brand->assign(g_brand_for_testing);
45 brand->assign(base::UTF16ToASCII(brand16));
49 bool GetReactivationBrand(std::string* brand) {
53 brand->assign(base::UTF16ToASCII(brand16));
59 bool GetBrand(std::string* brand) {
61 brand->assign(g_brand_for_testing);
66 brand->assign(keystone_glue::BrandCode());
68 brand->assign(google_brand::chromeos::GetBrand());
70 brand->clear()
    [all...]
google_brand.h 6 // distributions (such as RLZ), and specifically relating to the brand of the
21 // Returns in |brand| the brand code or distribution tag that has been
23 bool GetBrand(std::string* brand);
25 // Returns in |brand| the reactivation brand code or distribution tag
28 bool GetReactivationBrand(std::string* brand);
30 // True if a build is strictly organic, according to its brand code.
31 bool IsOrganic(const std::string& brand);
34 // a slightly different set of brand codes from the standard IsOrgani
    [all...]
google_brand_chromeos.cc 24 // Path to file that stores the RLZ brand code on ChromeOS.
28 // Reads the brand code from file |kRLZBrandFilePath|.
30 std::string brand; local
32 if (!base::ReadFileToString(brand_file_path, &brand))
33 LOG(WARNING) << "Brand code file missing: " << brand_file_path.value();
34 base::TrimWhitespace(brand, base::TRIM_ALL, &brand);
35 return brand;
38 // Sets the brand code to |brand|
69 std::string brand; local
    [all...]
  /external/chromium_org/chrome/browser/extensions/updater/
chrome_extension_downloader_factory.cc 30 std::string brand; local
31 google_brand::GetBrand(&brand);
32 if (!brand.empty() && !google_brand::IsOrganic(brand))
33 downloader->set_brand_code(brand);
  /external/chromium_org/chrome/installer/util/
fake_product_state.h 19 void set_brand(const std::wstring& brand) { brand_ = brand; }
google_update_settings.h 131 // Returns in |brand| the RLZ brand code or distribution tag that has been
136 static bool GetBrand(base::string16* brand);
138 // Returns in |brand| the RLZ reactivation brand code or distribution tag
145 static bool GetReactivationBrand(base::string16* brand);
  /external/chromium_org/rlz/lib/
rlz_lib_clear.cc 53 SupplementaryBranding::SupplementaryBranding(const char* brand)
59 ASSERT_STRING("ProductBranding: existing brand is not empty");
63 if (brand == NULL || brand[0] == 0) {
64 ASSERT_STRING("ProductBranding: new brand is empty");
68 g_supplemental_branding.Get() = brand;
financial_ping_test.cc 12 // The "GGLA" brand is used to test the normal code flow of the code, and the
13 // "TEST" brand is used to test the supplementary brand code code flow. In one
14 // case below, the brand "GOOG" is used because the code wants to use a brand
65 const char* brand = brand_string.empty() ? "GGLA" : brand_string.c_str(); local
92 points, "swg", brand, NULL, "en", false, &request));
95 "/tools/pso/ping?as=swg&brand=%s&hl=en&"
97 , brand);
105 points, "swg", brand, "IdOk2", NULL, false, &request))
    [all...]
  /external/chromium_org/chrome/browser/rlz/
rlz_unittest.cc 100 bool was_ping_sent_for_brand(const std::string& brand) const {
101 return pinged_brands_.count(brand) > 0;
140 virtual bool SendFinancialPing(const std::string& brand,
144 EXPECT_FALSE(brand.empty());
145 pinged_brands_.insert(brand);
168 void SetMainBrand(const char* brand);
169 void SetReactivationBrand(const char* brand);
171 void SetRegistryBrandValue(const wchar_t* name, const char* brand);
192 // Make sure a non-organic brand code is set in the registry or the RLZTracker
198 void RlzLibTest::SetMainBrand(const char* brand) {
280 std::string brand; local
286 std::string brand; local
    [all...]
  /external/chromium_org/chrome/browser/
chrome_browser_field_trials_desktop.cc 35 std::string brand; local
36 google_brand::GetBrand(&brand);
38 // Create a 100% field trial based on the brand code.
39 if (auto_launch_trial::IsInExperimentGroup(brand)) {
42 } else if (auto_launch_trial::IsInControlGroup(brand)) {
  /external/chromium_org/base/android/
build_info.h 51 const char* brand() const { function in class:base::android::BuildInfo
  /external/chromium_org/chrome/browser/search_engines/
ui_thread_search_terms_data.cc 74 std::string brand; local
75 if (google_brand::GetBrand(&brand) && !brand.empty() &&
76 !google_brand::IsOrganic(brand)) {
  /external/chromium_org/rlz/chromeos/lib/
rlz_value_store_chromeos.cc 31 // Brand name used when there is no supplementary brand name.
65 std::string brand = SupplementaryBranding::GetBrand(); local
66 if (brand.empty())
67 brand = kNoSupplementaryBrand;
68 return key + "." + GetAccessPointName(access_point) + "." + brand;
73 std::string brand = SupplementaryBranding::GetBrand(); local
74 if (brand.empty())
75 brand = kNoSupplementaryBrand;
76 return key + "." + GetProductName(product) + "." + brand;
    [all...]
  /bionic/libc/kernel/uapi/linux/
scc.h 155 char brand; member in struct:scc_hw_config
  /development/ndk/platforms/android-L/include/linux/
scc.h 155 char brand; member in struct:scc_hw_config
  /external/chromium_org/chrome/browser/signin/
signin_promo.cc 54 // Checks we want to show the sign in promo for the given brand.
56 std::string brand; local
57 google_brand::GetBrand(&brand);
59 if (brand.empty())
62 if (google_brand::IsInternetCafeBrandCode(brand))
  /external/kernel-headers/original/uapi/linux/
scc.h 155 char brand; /* hardware type */ member in struct:scc_hw_config
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
scc.h 155 char brand; /* hardware type */ member in struct:scc_hw_config
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
scc.h 155 char brand; /* hardware type */ member in struct:scc_hw_config
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
scc.h 155 char brand; member in struct:scc_hw_config
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
scc.h 155 char brand; member in struct:scc_hw_config
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
scc.h 155 char brand; member in struct:scc_hw_config
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
scc.h 155 char brand; member in struct:scc_hw_config
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
scc.h 155 char brand; member in struct:scc_hw_config
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
scc.h 155 char brand; member in struct:scc_hw_config

Completed in 629 milliseconds

1 2 3