Lines Matching refs:FormStructure
112 void FindSectionBounds(const FormStructure& form, in FindSectionBounds()
187 bool SectionIsAutofilled(const FormStructure* form_structure, in SectionIsAutofilled()
226 bool FormIsHTTPS(FormStructure* form) { in FormIsHTTPS()
325 FormStructure submitted_form(form); in OnFormSubmitted()
333 FormStructure* cached_submitted_form; in OnFormSubmitted()
380 FormStructure* form_structure = NULL; in OnQueryFormFieldAutofill()
488 FormStructure* form_structure = NULL; in OnFillAutofillFormData()
655 FormStructure::ParseQueryResponse(heuristic_xml, in OnLoadedAutofillHeuristics()
682 FormStructure* submitted_form) { in DeterminePossibleFieldTypesForUpload()
693 void AutofillManager::ImportFormData(const FormStructure& submitted_form) { in ImportFormData()
694 std::vector<const FormStructure*> submitted_forms; in ImportFormData()
715 void AutofillManager::UploadFormData(const FormStructure& submitted_form) { in UploadFormData()
786 FormStructure** form_structure) const {
789 for (std::vector<FormStructure*>::const_iterator iter =
806 FormStructure** form_structure,
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 =