Searched defs:AutofillEntry (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/autofill/core/browser/webdata/
H A Dautofill_entry.cc46 AutofillEntry::AutofillEntry(const AutofillKey& key, function in class:autofill::AutofillEntry
53 AutofillEntry::~AutofillEntry() {}
55 bool AutofillEntry::operator==(const AutofillEntry& entry) const {
61 bool AutofillEntry::operator<(const AutofillEntry& entry) const {
H A Dautofill_entry.h32 class AutofillEntry { class in namespace:autofill
34 AutofillEntry(const AutofillKey& key,
37 ~AutofillEntry();
43 bool operator==(const AutofillEntry& entry) const;
44 bool operator<(const AutofillEntry& entry) const;

Completed in 59 milliseconds