HomeSort by relevance Sort by last modified time
    Searched refs:brand_code (Results 1 - 21 of 21) 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_reactivation.h 13 bool SetReactivationBrandCode(const std::wstring& brand_code, int shell_mode);
gcapi_omaha_experiment.h 16 // labels declared above) for |brand_code|.
17 base::string16 GetGCAPIExperimentLabel(const wchar_t* brand_code,
23 // binaries registry keys for |brand_code|. This experiment label will have a
28 bool SetReactivationExperimentLabels(const wchar_t* brand_code, int shell_mode);
31 // binaries registry keys for |brand_code|. This experiment label will have a
36 bool SetRelaunchExperimentLabels(const wchar_t* brand_code, int shell_mode);
gcapi_omaha_experiment.cc 29 bool SetExperimentLabel(const wchar_t* brand_code,
32 if (!brand_code) {
60 gcapi_internals::GetGCAPIExperimentLabel(brand_code, label));
73 base::string16 GetGCAPIExperimentLabel(const wchar_t* brand_code,
88 brand_code,
97 bool SetReactivationExperimentLabels(const wchar_t* brand_code,
99 return SetExperimentLabel(brand_code, gcapi_internals::kReactivationLabel,
103 bool SetRelaunchExperimentLabels(const wchar_t* brand_code, int shell_mode) {
104 return SetExperimentLabel(brand_code, gcapi_internals::kRelaunchLabel,
gcapi_reactivation.cc 36 bool SetReactivationBrandCode(const std::wstring& brand_code, int shell_mode) {
53 brand_code.c_str()) == ERROR_SUCCESS;
64 reactivation_key.WriteValue(brand_code.c_str(),
gcapi.h 99 // Returns true if a vendor with the specified |brand_code| may offer
106 BOOL __stdcall CanOfferReactivation(const wchar_t* brand_code,
110 // Attempts to reactivate Chrome for the specified |brand_code|. Returns false
116 BOOL __stdcall ReactivateChrome(const wchar_t* brand_code,
gcapi.cc 635 BOOL __stdcall CanOfferReactivation(const wchar_t* brand_code,
640 if (!brand_code) {
676 BOOL __stdcall ReactivateChrome(const wchar_t* brand_code,
680 if (CanOfferReactivation(brand_code,
683 if (SetReactivationBrandCode(brand_code, shell_mode)) {
686 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/components/metrics/
test_metrics_service_client.cc 35 bool TestMetricsServiceClient::GetBrand(std::string* brand_code) {
36 *brand_code = kBrandForTesting;
metrics_service_client.h 38 virtual bool GetBrand(std::string* brand_code) = 0;
test_metrics_service_client.h 27 virtual bool GetBrand(std::string* brand_code) OVERRIDE;
metrics_log.cc 337 std::string brand_code; local
338 if (client_->GetBrand(&brand_code))
339 system_profile->set_brand_code(brand_code);
metrics_log_unittest.cc 124 system_profile.brand_code());
  /external/chromium_org/chromecast/metrics/
cast_metrics_service_client.h 46 virtual bool GetBrand(std::string* brand_code) OVERRIDE;
cast_metrics_service_client.cc 61 bool CastMetricsServiceClient::GetBrand(std::string* brand_code) {
  /external/chromium_org/extensions/browser/updater/
manifest_fetch_data.h 63 const std::string& brand_code,
manifest_fetch_data.cc 28 const std::string& brand_code,
33 brand_code_(brand_code),
  /external/chromium_org/chrome/browser/metrics/
chrome_metrics_service_client.h 62 virtual bool GetBrand(std::string* brand_code) OVERRIDE;
chrome_metrics_service_client.cc 186 bool ChromeMetricsServiceClient::GetBrand(std::string* brand_code) {
187 return google_brand::GetBrand(brand_code);
  /external/chromium_org/chrome/browser/extensions/updater/
extension_downloader.h 103 void set_brand_code(const std::string& brand_code) {
104 brand_code_ = brand_code;

Completed in 1038 milliseconds