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

  /external/chromium/chrome/browser/webdata/
autofill_entry.cc 43 AutofillEntry::AutofillEntry(const AutofillKey& key,
49 AutofillEntry::~AutofillEntry() {}
51 bool AutofillEntry::operator==(const AutofillEntry& entry) const {
68 bool AutofillEntry::operator<(const AutofillEntry& entry) const {
autofill_entry.h 32 class AutofillEntry {
34 AutofillEntry(const AutofillKey& key,
36 ~AutofillEntry();
41 bool operator==(const AutofillEntry& entry) const;
42 bool operator<(const AutofillEntry& entry) const;

Completed in 167 milliseconds