Lines Matching refs:AutofillProfile
35 AutofillProfile : public FormGroup {
37 explicit AutofillProfile(const std::string& guid);
40 AutofillProfile();
41 AutofillProfile(const AutofillProfile& profile);
42 virtual ~AutofillProfile();
44 AutofillProfile& operator=(const AutofillProfile& profile);
88 static bool AdjustInferredLabels(std::vector<AutofillProfile*>* profiles);
98 const std::vector<AutofillProfile*>* profiles,
114 int Compare(const AutofillProfile& profile) const;
117 int CompareMulti(const AutofillProfile& profile) const;
121 bool operator==(const AutofillProfile& profile) const;
122 virtual bool operator!=(const AutofillProfile& profile) const;
131 void OverwriteWithOrAddTo(const AutofillProfile& profile);
149 const std::vector<AutofillProfile*>& profiles,
177 std::ostream& operator<<(std::ostream& os, const AutofillProfile& profile);