Lines Matching refs:AutofillProfile
99 void SetProfiles(std::vector<AutofillProfile>* profiles);
106 void AddProfile(const AutofillProfile& profile);
109 void UpdateProfile(const AutofillProfile& profile);
116 AutofillProfile* GetProfileByGUID(const std::string& guid);
146 const std::vector<AutofillProfile*>& profiles();
147 virtual const std::vector<AutofillProfile*>& web_profiles();
164 static bool IsValidLearnableProfile(const AutofillProfile& profile);
170 const AutofillProfile& profile,
171 const std::vector<AutofillProfile*>& existing_profiles,
172 std::vector<AutofillProfile>* merged_profiles);
213 virtual void SaveImportedProfile(const AutofillProfile& imported_profile);
236 ScopedVector<AutofillProfile> web_profiles_;
239 ScopedVector<AutofillProfile> auxiliary_profiles_;
243 std::vector<AutofillProfile*> profiles_;