HomeSort by relevance Sort by last modified time
    Searched refs:TestFormStructure (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/autofill/
autofill_metrics_unittest.cc 152 class TestFormStructure : public FormStructure {
154 explicit TestFormStructure(const FormData& form) : FormStructure(form) {}
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(form)
    [all...]
autofill_manager_unittest.cc 577 class TestFormStructure : public FormStructure {
579 explicit TestFormStructure(const FormData& form) : FormStructure(form) {}
580 virtual ~TestFormStructure() {}
598 DISALLOW_COPY_AND_ASSIGN(TestFormStructure);
    [all...]
  /external/chromium_org/components/autofill/core/browser/
autofill_metrics_unittest.cc 154 class TestFormStructure : public FormStructure {
156 explicit TestFormStructure(const FormData& form) : FormStructure(form) {}
157 virtual ~TestFormStructure() {}
183 DISALLOW_COPY_AND_ASSIGN(TestFormStructure);
218 TestFormStructure* form_structure = new TestFormStructure(empty_form);
    [all...]
autofill_manager_unittest.cc 736 class TestFormStructure : public FormStructure {
738 explicit TestFormStructure(const FormData& form)
740 virtual ~TestFormStructure() {}
758 DISALLOW_COPY_AND_ASSIGN(TestFormStructure);
    [all...]

Completed in 181 milliseconds