Home
last modified time | relevance | path

Searched defs:brand_code (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chrome/installer/gcapi/
Dgcapi_omaha_experiment.cc29 bool SetExperimentLabel(const wchar_t* brand_code, in SetExperimentLabel()
75 string16 GetGCAPIExperimentLabel(const wchar_t* brand_code, in GetGCAPIExperimentLabel()
99 bool SetReactivationExperimentLabels(const wchar_t* brand_code, in SetReactivationExperimentLabels()
105 bool SetRelaunchExperimentLabels(const wchar_t* brand_code, int shell_mode) { in SetRelaunchExperimentLabels()
Dgcapi_reactivation.cc36 bool SetReactivationBrandCode(const std::wstring& brand_code, int shell_mode) { in SetReactivationBrandCode()
Dgcapi.cc627 BOOL __stdcall CanOfferReactivation(const wchar_t* brand_code, in CanOfferReactivation()
668 BOOL __stdcall ReactivateChrome(wchar_t* brand_code, in ReactivateChrome()
/external/chromium_org/chrome/browser/
Dauto_launch_trial.cc26 bool IsInExperimentGroup(const std::string& brand_code) { in IsInExperimentGroup()
30 bool IsInControlGroup(const std::string& brand_code) { in IsInControlGroup()
/external/chromium_org/chrome/common/metrics/proto/
Dsystem_profile.proto46 optional string brand_code = 12; field
/external/chromium_org/chrome/browser/metrics/
Dmetrics_log.cc703 std::string brand_code; in RecordEnvironment() local