Searched refs:TestFormStructure (Results 1 – 2 of 2) sorted by relevance
141 class TestFormStructure : public FormStructure { class143 explicit TestFormStructure(const FormData& form) : FormStructure(form) {} in TestFormStructure() function in autofill::__anon1dcdc3a70111::TestFormStructure144 virtual ~TestFormStructure() {} in ~TestFormStructure()162 DISALLOW_COPY_AND_ASSIGN(TestFormStructure);196 TestFormStructure* form_structure = new TestFormStructure(empty_form); in AddSeenForm()
683 class TestFormStructure : public FormStructure { class685 explicit TestFormStructure(const FormData& form) in TestFormStructure() function in autofill::TestFormStructure687 virtual ~TestFormStructure() {} in ~TestFormStructure()705 DISALLOW_COPY_AND_ASSIGN(TestFormStructure);2384 TestFormStructure* form_structure = new TestFormStructure(form); in TEST_F()