Home
last modified time | relevance | path

Searched refs:EqualsSansGuid (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
Dautofill_profile.h95 bool EqualsSansGuid(const AutofillProfile& profile) const;
Dautofill_profile.cc525 bool AutofillProfile::EqualsSansGuid(const AutofillProfile& profile) const { in EqualsSansGuid() function in autofill::AutofillProfile
532 return guid() == profile.guid() && EqualsSansGuid(profile); in operator ==()
/external/chromium_org/components/autofill/core/browser/webdata/
Dautofill_profile_syncable_service.cc655 return !merge_into->EqualsSansGuid(merge_from); in MergeProfile()