Home | History | Annotate | Download | only in webdata

Lines Matching refs:AutofillKey

9 AutofillKey::AutofillKey() {}
11 AutofillKey::AutofillKey(const string16& name, const string16& value)
16 AutofillKey::AutofillKey(const char* name, const char* value)
21 AutofillKey::AutofillKey(const AutofillKey& key)
26 AutofillKey::~AutofillKey() {}
28 bool AutofillKey::operator==(const AutofillKey& key) const {
32 bool AutofillKey::operator<(const AutofillKey& key) const {
43 AutofillEntry::AutofillEntry(const AutofillKey& key,