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

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

Completed in 707 milliseconds