Searched refs:EqualsSansGuid (Results 1 – 3 of 3) sorted by relevance
95 bool EqualsSansGuid(const AutofillProfile& profile) const;
525 bool AutofillProfile::EqualsSansGuid(const AutofillProfile& profile) const { in EqualsSansGuid() function in autofill::AutofillProfile532 return guid() == profile.guid() && EqualsSansGuid(profile); in operator ==()
655 return !merge_into->EqualsSansGuid(merge_from); in MergeProfile()