Searched defs:trial_group (Results 1 - 7 of 7) sorted by path

/external/chromium_org/chrome/browser/
H A Dio_thread.cc820 const std::string trial_group = local
822 if (trial_group == kTCPFastOpenHttpsEnabledGroupName)
H A Dio_thread_unittest.cc34 static void ConfigureSpdyFromTrial(const std::string& trial_group, argument
36 IOThread::ConfigureSpdyFromTrial(trial_group, globals);
/external/chromium_org/chrome/browser/prefs/tracked/
H A Dpref_hash_browsertest.cc319 const std::string& trial_group) {
338 if (trial_group == kSettingsEnforcementGroupNoEnforcement) {
340 } else if (trial_group == kSettingsEnforcementGroupEnforceAlways) {
342 } else if (trial_group == kSettingsEnforcementGroupEnforceAlwaysWithDSE) {
344 } else if (trial_group ==
318 GetProtectionLevelFromTrialGroup( const std::string& trial_group) argument
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_field_trial.cc178 const int trial_group = trial->group(); local
179 if (trial_group == prerender_enabled_group) {
182 } else if (trial_group == control_group) {
185 } else if (trial_group == experiment_multi_prerender_group) {
188 } else if (trial_group == experiment_15_min_TTL_group) {
191 } else if (trial_group == experiment_no_use_group) {
194 } else if (trial_group == experiment_match_complete_group) {
/external/chromium_org/chrome/renderer/
H A Dchrome_content_renderer_client.cc870 std::string trial_group = local
873 trial_group == "Enabled") {
/external/chromium_org/components/metrics/
H A Dmetrics_service.cc1144 SyntheticTrialGroup trial_group = trial; local
1145 trial_group.start_time = base::TimeTicks::Now();
1146 synthetic_trial_groups_.push_back(trial_group);
H A Dmetrics_service_unittest.cc131 const std::string& trial_group) {
133 uint32 trial_group_hash = HashName(trial_group);
128 HasSyntheticTrial( const std::vector<variations::ActiveGroupId>& synthetic_trials, const std::string& trial_name, const std::string& trial_group) argument

Completed in 1488 milliseconds