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

/external/chromium/chrome/browser/autofill/
H A Dautofill_metrics_unittest.cc152 class TestFormStructure : public FormStructure { class in namespace:__anon1856
154 explicit TestFormStructure(const FormData& form) : FormStructure(form) {} function in class:__anon1856::TestFormStructure
155 virtual ~TestFormStructure() {}
181 DISALLOW_COPY_AND_ASSIGN(TestFormStructure);
264 TestFormStructure* form_structure = new TestFormStructure(form);
430 TestFormStructure* form_structure = new TestFormStructure(form);
490 TestFormStructure* form_structure = new TestFormStructure(for
[all...]
H A Dautofill_manager_unittest.cc577 class TestFormStructure : public FormStructure { class in inherits:FormStructure
579 explicit TestFormStructure(const FormData& form) : FormStructure(form) {} function in class:TestFormStructure
580 virtual ~TestFormStructure() {}
598 DISALLOW_COPY_AND_ASSIGN(TestFormStructure);
2010 TestFormStructure* form_structure = new TestFormStructure(form);

Completed in 68 milliseconds