Lines Matching refs:AutofillProfile
481 const std::vector<AutofillProfile*>& profiles = personal_data_->profiles(); in OnFillAutofillFormData()
506 const AutofillProfile* profile = NULL; in OnFillAutofillFormData()
508 for (std::vector<AutofillProfile*>::const_iterator iter = profiles.begin(); in OnFillAutofillFormData()
760 bool AutofillManager::GetHost(const std::vector<AutofillProfile*>& profiles,
845 const std::vector<AutofillProfile*>& profiles = personal_data_->profiles();
847 std::vector<AutofillProfile*> matched_profiles;
848 for (std::vector<AutofillProfile*>::const_iterator iter = profiles.begin();
850 AutofillProfile* profile = *iter;
879 AutofillProfile::CreateInferredLabels(&matched_profiles, &form_fields,
885 for (std::vector<AutofillProfile*>::const_iterator iter = profiles.begin();
887 AutofillProfile* profile = *iter;
981 void AutofillManager::FillFormField(const AutofillProfile* profile,
1003 void AutofillManager::FillPhoneNumberField(const AutofillProfile* profile,