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

  /external/chromium_org/components/autofill/core/browser/
autofill_download_unittest.cc 171 ScopedVector<FormStructure> form_structures; local
172 form_structures.push_back(form_structure);
197 form_structures.push_back(form_structure);
203 EXPECT_TRUE(download_manager_.StartQueryRequest(form_structures.get(),
210 *(form_structures[0]), true, ServerFieldTypeSet()));
213 *(form_structures[1]), false, ServerFieldTypeSet()));
260 EXPECT_EQ(form_structures[1]->FormSignature(),
278 *(form_structures[0]), true, ServerFieldTypeSet()));
280 *(form_structures[1]), false, ServerFieldTypeSet()));
290 form_structures.push_back(form_structure)
    [all...]
form_structure.h 85 // Fills |forms| with the details from the given |form_structures| and their
88 const std::vector<FormStructure*>& form_structures,
autofill_manager.h 202 ScopedVector<FormStructure>* form_structures() { return &form_structures_; } function in class:autofill::AutofillManager
form_structure.cc 608 const std::vector<FormStructure*>& form_structures,
611 forms->reserve(form_structures.size());
612 for (size_t i = 0; i < form_structures.size(); ++i) {
613 FormStructure* form_structure = form_structures[i];
    [all...]
autofill_metrics_unittest.cc 217 // |form_structure| will be owned by |form_structures()|.
221 form_structures()->push_back(form_structure);
    [all...]
autofill_manager_unittest.cc 507 form_structures()->push_back(form);
511 form_structures()->clear();
    [all...]
  /external/chromium/chrome/browser/autofill/
autofill_download_unittest.cc 172 ScopedVector<FormStructure> form_structures; local
173 form_structures.push_back(form_structure);
201 form_structures.push_back(form_structure);
207 EXPECT_FALSE(helper.download_manager.StartQueryRequest(form_structures,
210 EXPECT_TRUE(helper.download_manager.StartQueryRequest(form_structures,
216 EXPECT_TRUE(helper.download_manager.StartUploadRequest(*(form_structures[0]),
219 EXPECT_TRUE(helper.download_manager.StartUploadRequest(*(form_structures[1]),
274 EXPECT_EQ(form_structures[1]->FormSignature(),
291 EXPECT_FALSE(helper.download_manager.StartUploadRequest(*(form_structures[0]),
293 EXPECT_FALSE(helper.download_manager.StartUploadRequest(*(form_structures[1])
    [all...]
personal_data_manager.h 82 bool ImportFormData(const std::vector<const FormStructure*>& form_structures,
autofill_merge_unittest.cc 202 std::vector<const FormStructure*> form_structures(1, &form_structure);
206 personal_data_->ImportFormData(form_structures, &imported_credit_card);
autofill_manager.h 141 ScopedVector<FormStructure>* form_structures() { return &form_structures_; } function in class:AutofillManager
personal_data_manager.cc 194 const std::vector<const FormStructure*>& form_structures,
212 for (iter = form_structures.begin(); iter != form_structures.end(); ++iter) {
autofill_metrics_unittest.cc 143 form_structures()->push_back(form);
    [all...]
autofill_manager_unittest.cc 459 form_structures()->push_back(form);
    [all...]

Completed in 117 milliseconds