HomeSort by relevance Sort by last modified time
    Searched defs:AutofillEntry (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_entry.cc 46 AutofillEntry::AutofillEntry(const AutofillKey& key,
53 AutofillEntry::~AutofillEntry() {}
55 bool AutofillEntry::operator==(const AutofillEntry& entry) const {
61 bool AutofillEntry::operator<(const AutofillEntry& entry) const {
autofill_entry.h 32 class AutofillEntry {
34 AutofillEntry(const AutofillKey& key,
37 ~AutofillEntry();
43 bool operator==(const AutofillEntry& entry) const;
44 bool operator<(const AutofillEntry& entry) const;

Completed in 160 milliseconds