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

  /external/chromium_org/components/autofill/core/browser/
autofill_download_unittest.cc 175 ScopedVector<FormStructure> form_structures; local
176 form_structures.push_back(form_structure);
201 form_structures.push_back(form_structure);
207 EXPECT_TRUE(download_manager_.StartQueryRequest(form_structures.get(),
214 *(form_structures[0]), true, ServerFieldTypeSet()));
217 *(form_structures[1]), false, ServerFieldTypeSet()));
264 EXPECT_EQ(form_structures[1]->FormSignature(),
282 *(form_structures[0]), true, ServerFieldTypeSet()));
284 *(form_structures[1]), false, ServerFieldTypeSet()));
294 form_structures.push_back(form_structure)
    [all...]
form_structure.h 88 // Fills |forms| with the details from the given |form_structures| and their
91 const std::vector<FormStructure*>& form_structures,
autofill_manager.h 208 ScopedVector<FormStructure>* form_structures() { return &form_structures_; } function in class:autofill::AutofillManager
form_structure.cc 624 const std::vector<FormStructure*>& form_structures,
627 forms->reserve(form_structures.size());
628 for (size_t i = 0; i < form_structures.size(); ++i) {
629 FormStructure* form_structure = form_structures[i];
    [all...]
autofill_metrics_unittest.cc 195 // |form_structure| will be owned by |form_structures()|.
198 form_structures()->push_back(form_structure);
    [all...]
autofill_manager_unittest.cc 479 form_structures()->push_back(form);
483 form_structures()->clear();
    [all...]

Completed in 58 milliseconds