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

/external/chromium_org/components/autofill/core/browser/
H A Dautofill_metrics_unittest.cc141 class TestFormStructure : public FormStructure { class in namespace:autofill::__anon6323
143 explicit TestFormStructure(const FormData& form) : FormStructure(form) {} function in class:autofill::__anon6323::TestFormStructure
144 virtual ~TestFormStructure() {}
162 DISALLOW_COPY_AND_ASSIGN(TestFormStructure);
196 TestFormStructure* form_structure = new TestFormStructure(empty_form);
H A Dautofill_manager_unittest.cc679 class TestFormStructure : public FormStructure { class in namespace:autofill
681 explicit TestFormStructure(const FormData& form) function in class:autofill::TestFormStructure
683 virtual ~TestFormStructure() {}
701 DISALLOW_COPY_AND_ASSIGN(TestFormStructure);
2404 TestFormStructure* form_structure = new TestFormStructure(form);

Completed in 374 milliseconds