HomeSort by relevance Sort by last modified time
    Searched refs:brand_code (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/chrome/browser/
auto_launch_trial.cc 26 bool IsInExperimentGroup(const std::string& brand_code) {
27 return LowerCaseEqualsASCII(brand_code, "rngp");
30 bool IsInControlGroup(const std::string& brand_code) {
31 return LowerCaseEqualsASCII(brand_code, "rngq");
auto_launch_trial.h 42 bool IsInExperimentGroup(const std::string& brand_code);
45 bool IsInControlGroup(const std::string& brand_code);
  /external/chromium_org/chrome/installer/gcapi/
gcapi_omaha_experiment.h 9 // binaries registry keys for |brand_code|. This experiment label will have a
13 bool SetReactivationExperimentLabels(const wchar_t* brand_code, int shell_mode);
gcapi_reactivation.h 13 bool SetReactivationBrandCode(const std::wstring& brand_code, int shell_mode);
gcapi_omaha_experiment.cc 29 bool SetReactivationExperimentLabels(const wchar_t* brand_code,
31 if (!brand_code) {
42 brand_code,
gcapi_reactivation.cc 36 bool SetReactivationBrandCode(const std::wstring& brand_code, int shell_mode) {
52 brand_code.c_str()) == ERROR_SUCCESS;
63 reactivation_key.WriteValue(brand_code.c_str(),
gcapi.h 86 // Returns true if a vendor with the specified |brand_code| may offer
93 BOOL __stdcall CanOfferReactivation(const wchar_t* brand_code,
97 // Attempts to reactivate Chrome for the specified |brand_code|. Returns false
103 BOOL __stdcall ReactivateChrome(wchar_t* brand_code,
gcapi.cc 607 BOOL __stdcall CanOfferReactivation(const wchar_t* brand_code,
612 if (!brand_code) {
648 BOOL __stdcall ReactivateChrome(wchar_t* brand_code,
652 if (CanOfferReactivation(brand_code,
655 if (SetReactivationBrandCode(brand_code, shell_mode)) {
658 SetReactivationExperimentLabels(brand_code, shell_mode);
  /external/chromium_org/chrome/installer/gcapi_mac/
gcapi.h 28 // |brand_code| If not NULL, a string containing the brand code Google Chrome
40 const char* brand_code,
  /external/chromium_org/chrome/browser/metrics/
metrics_log.cc 700 std::string brand_code; local
701 if (google_util::GetBrand(&brand_code))
702 system_profile->set_brand_code(brand_code);
    [all...]
metrics_log_unittest.cc 154 EXPECT_EQ(kBrandForTesting, system_profile.brand_code());

Completed in 276 milliseconds