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

1 2

  /external/chromium_org/components/autofill/core/common/
form_data_predictions.cc 15 experiment_id(other.experiment_id),
26 experiment_id == predictions.experiment_id &&
form_data_predictions.h 23 std::string experiment_id; member in struct:autofill::FormDataPredictions
autofill_messages.h 80 IPC_STRUCT_TRAITS_MEMBER(experiment_id)
  /external/chromium_org/chrome/browser/prerender/
prerender_util.h 43 // iff this is the case for the experiment_id specified.
44 bool IsNoSwapInExperiment(uint8 experiment_id);
48 // iff this is the case for the experiment_id specified.
49 bool IsControlGroupExperiment(uint8 experiment_id);
prerender_util.cc 86 bool IsNoSwapInExperiment(uint8 experiment_id) {
88 return experiment_id == 5 || experiment_id == 6;
91 bool IsControlGroupExperiment(uint8 experiment_id) {
93 return experiment_id == 7 || experiment_id == 8;
prerender_histograms.cc 35 std::string GetHistogramName(Origin origin, uint8 experiment_id,
41 if (experiment_id == kNoExperiment)
43 return ComposeHistogramName("exp" + std::string(1, experiment_id + '0'),
47 if (experiment_id != kNoExperiment)
362 uint8 experiment_id,
370 "FinalStatus", origin, experiment_id,
377 "FinalStatusMatchComplete", origin, experiment_id,
prerender_histograms.h 65 uint8 experiment_id,
prerender_contents.cc 53 Origin origin, uint8 experiment_id) OVERRIDE {
55 url, referrer, origin, experiment_id);
201 uint8 experiment_id)
217 experiment_id_(experiment_id),
224 prerender_url(), referrer(), origin(), experiment_id());
273 if (prerender_manager_->IsControlGroup(experiment_id()))
377 origin(), experiment_id(), match_complete_status(), final_status());
635 if (!prerender_manager_->IsControlGroup(experiment_id()) &&
prerender_manager.h 203 static bool IsControlGroup(uint8 experiment_id);
274 uint8 experiment_id,
487 uint8 experiment_id);
547 uint8 experiment_id,
prerender_contents.h 67 uint8 experiment_id) = 0;
205 uint8 experiment_id() const { return experiment_id_; } function in class:prerender::PrerenderContents
289 uint8 experiment_id);
prerender_manager.cc 425 if (IsNoSwapInExperiment(prerender_data->contents()->experiment_id()))
735 bool PrerenderManager::IsControlGroup(uint8 experiment_id) {
737 IsControlGroupExperiment(experiment_id);
    [all...]
  /external/chromium/chrome/browser/autofill/
autofill_metrics.cc 143 // on |base_name| and |experiment_id|. The field-specific histogram name also
150 const std::string& experiment_id) {
154 if (!experiment_id.empty())
155 histogram_name += "_" + experiment_id;
159 if (!experiment_id.empty())
160 sub_histogram_name += "_" + experiment_id;
187 const std::string& experiment_id) const {
190 field_type, experiment_id);
195 const std::string& experiment_id) const {
198 field_type, experiment_id);
    [all...]
autofill_xml_parser_unittest.cc 27 std::string experiment_id; local
31 &experiment_id);
41 EXPECT_EQ(std::string(), experiment_id); local
48 std::string experiment_id; local
56 &experiment_id));
63 EXPECT_EQ(std::string(), experiment_id); local
71 &experiment_id));
78 EXPECT_EQ(std::string(), experiment_id); local
86 &experiment_id));
93 EXPECT_EQ(std::string(), experiment_id); local
100 std::string experiment_id; local
117 EXPECT_EQ(std::string(), experiment_id); local
160 std::string experiment_id; local
175 EXPECT_EQ(std::string(), experiment_id); local
191 EXPECT_EQ(std::string(), experiment_id); local
208 EXPECT_EQ(std::string(), experiment_id); local
    [all...]
autofill_metrics.h 99 const std::string& experiment_id) const;
102 const std::string& experiment_id) const;
104 const std::string& experiment_id) const;
108 const std::string& experiment_id) const;
form_structure.cc 212 std::string experiment_id; local
214 &experiment_id);
230 form->server_experiment_id_ = experiment_id;
357 std::string experiment_id = server_experiment_id(); local
360 metric_logger.Log(AutofillMetrics::FIELD_SUBMITTED, experiment_id);
400 field_type, experiment_id);
403 field_type, experiment_id);
406 field_type, experiment_id);
411 field_type, experiment_id);
414 field_type, experiment_id);
    [all...]
autofill_metrics_unittest.cc 35 const std::string& experiment_id));
38 const std::string& experiment_id));
40 const std::string& experiment_id));
44 const std::string& experiment_id));
669 const std::string experiment_id = "ThatOughtaDoIt"; local
675 form_structure->set_server_experiment_id(experiment_id);
682 Log(AutofillMetrics::FIELD_SUBMITTED, experiment_id));
685 UNKNOWN_TYPE, experiment_id));
688 UNKNOWN_TYPE, experiment_id));
691 UNKNOWN_TYPE, experiment_id));
    [all...]
autofill_xml_parser.h 69 std::string* experiment_id);
autofill_xml_parser.cc 33 std::string* experiment_id)
36 experiment_id_(experiment_id) {
  /external/chromium_org/components/autofill/core/browser/
autofill_metrics.cc 247 // on |base_name| and |experiment_id|. The field-specific histogram name also
254 const std::string& experiment_id) {
258 if (!experiment_id.empty())
259 histogram_name += "_" + experiment_id;
263 if (!experiment_id.empty())
264 sub_histogram_name += "_" + experiment_id;
275 const std::string& experiment_id) {
280 if (experiment_id.empty())
282 else if (experiment_id == "ar06")
284 else if (experiment_id == "ar1"
    [all...]
form_structure.cc 571 std::string experiment_id; local
574 &experiment_id,
582 metric_logger.LogServerExperimentIdForQuery(experiment_id);
594 form->server_experiment_id_ = experiment_id;
656 form.experiment_id = form_structure->server_experiment_id_;
804 std::string experiment_id = server_experiment_id(); local
805 metric_logger.LogServerExperimentIdForUpload(experiment_id);
813 experiment_id);
859 field_type, experiment_id)
    [all...]
autofill_metrics.h 389 const std::string& experiment_id) const;
393 const std::string& experiment_id) const;
396 const std::string& experiment_id) const;
399 const std::string& experiment_id) const;
504 const std::string& experiment_id) const;
508 const std::string& experiment_id) const;
autofill_metrics_unittest.cc 55 const std::string& experiment_id));
59 const std::string& experiment_id));
63 const std::string& experiment_id));
65 const std::string& experiment_id));
81 void(const std::string& experiment_id));
83 void(const std::string& experiment_id));
217 const std::string& experiment_id) {
226 form_structure->set_server_experiment_id(experiment_id);
916 const std::string experiment_id = "ThatOughtaDoIt"; local
    [all...]
autofill_xml_parser.h 79 std::string* experiment_id,
autofill_xml_parser.cc 40 std::string* experiment_id,
44 experiment_id_(experiment_id),
  /external/chromium_org/sync/engine/
apply_control_data_updates_unittest.cc 862 std::string experiment_id = "experiment"; local
879 std::string experiment_id = "experiment"; local
899 std::string experiment_id = "experiment"; local
    [all...]

Completed in 351 milliseconds

1 2