Searched defs:form_structures (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
H A Dautofill_download_manager_unittest.cc175 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
[all...]
H A Dautofill_manager.h216 ScopedVector<FormStructure>* form_structures() { return &form_structures_; } function in class:autofill::AutofillManager
H A Dform_structure.cc619 const std::vector<FormStructure*>& form_structures,
622 forms->reserve(form_structures.size());
623 for (size_t i = 0; i < form_structures.size(); ++i) {
624 FormStructure* form_structure = form_structures[i];
618 GetFieldTypePredictions( const std::vector<FormStructure*>& form_structures, std::vector<FormDataPredictions>* forms) argument

Completed in 769 milliseconds