Home
last modified time | relevance | path

Searched refs:TestFormStructure (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
Dautofill_metrics_unittest.cc141 class TestFormStructure : public FormStructure { class
143 explicit TestFormStructure(const FormData& form) : FormStructure(form) {} in TestFormStructure() function in autofill::__anon1dcdc3a70111::TestFormStructure
144 virtual ~TestFormStructure() {} in ~TestFormStructure()
162 DISALLOW_COPY_AND_ASSIGN(TestFormStructure);
196 TestFormStructure* form_structure = new TestFormStructure(empty_form); in AddSeenForm()
Dautofill_manager_unittest.cc683 class TestFormStructure : public FormStructure { class
685 explicit TestFormStructure(const FormData& form) in TestFormStructure() function in autofill::TestFormStructure
687 virtual ~TestFormStructure() {} in ~TestFormStructure()
705 DISALLOW_COPY_AND_ASSIGN(TestFormStructure);
2384 TestFormStructure* form_structure = new TestFormStructure(form); in TEST_F()