Home
last modified time | relevance | path

Searched refs:FIELD_NOT_AUTOFILLED (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/autofill/
Dautofill_metrics_unittest.cc297 Log(AutofillMetrics::FIELD_NOT_AUTOFILLED, std::string())); in TEST_F()
441 Log(AutofillMetrics::FIELD_NOT_AUTOFILLED, std::string())); in TEST_F()
520 Log(AutofillMetrics::FIELD_NOT_AUTOFILLED, std::string())); in TEST_F()
540 Log(AutofillMetrics::FIELD_NOT_AUTOFILLED, std::string())); in TEST_F()
560 Log(AutofillMetrics::FIELD_NOT_AUTOFILLED, std::string())); in TEST_F()
707 Log(AutofillMetrics::FIELD_NOT_AUTOFILLED, experiment_id)); in TEST_F()
Dautofill_metrics.h60 FIELD_NOT_AUTOFILLED, enumerator
Dform_structure.cc439 metric_logger.Log(AutofillMetrics::FIELD_NOT_AUTOFILLED, in LogQualityMetrics()