Home | History | Annotate | Download | only in webdata

Lines Matching refs:AutofillKey

13 class AutofillKey {
15 AutofillKey();
16 AutofillKey(const string16& name, const string16& value);
17 AutofillKey(const char* name, const char* value);
18 AutofillKey(const AutofillKey& key);
19 virtual ~AutofillKey();
24 bool operator==(const AutofillKey& key) const;
25 bool operator<(const AutofillKey& key) const;
34 AutofillEntry(const AutofillKey& key,
38 const AutofillKey& key() const { return key_; }
45 AutofillKey key_;