Home | History | Annotate | Download | only in autofill

Lines Matching refs:FormStructure

112 void FindSectionBounds(const FormStructure& form,
187 bool SectionIsAutofilled(const FormStructure* form_structure,
226 bool FormIsHTTPS(FormStructure* form) {
325 FormStructure submitted_form(form);
333 FormStructure* cached_submitted_form;
380 FormStructure* form_structure = NULL;
488 FormStructure* form_structure = NULL;
655 FormStructure::ParseQueryResponse(heuristic_xml,
682 FormStructure* submitted_form) {
693 void AutofillManager::ImportFormData(const FormStructure& submitted_form) {
694 std::vector<const FormStructure*> submitted_forms;
715 void AutofillManager::UploadFormData(const FormStructure& submitted_form) {
786 FormStructure** form_structure) const {
787 // Find the FormStructure that corresponds to |form|.
789 for (std::vector<FormStructure*>::const_iterator iter =
806 FormStructure** form_structure,
808 // Find the FormStructure that corresponds to |form|.
838 void AutofillManager::GetProfileSuggestions(FormStructure* form,
918 void AutofillManager::GetCreditCardSuggestions(FormStructure* form,
1032 std::vector<FormStructure*> non_queryable_forms;
1035 scoped_ptr<FormStructure> form_structure(new FormStructure(*iter));
1053 for (std::vector<FormStructure*>::const_iterator iter =