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

/external/chromium/chrome/browser/webdata/
H A Dautofill_entry.cc9 AutofillKey::AutofillKey() {} function in class:AutofillKey
11 AutofillKey::AutofillKey(const string16& name, const string16& value) function in class:AutofillKey
16 AutofillKey::AutofillKey(const char* name, const char* value) function in class:AutofillKey
21 AutofillKey::AutofillKey(const AutofillKey& key) function in class:AutofillKey
26 AutofillKey
[all...]
H A Dautofill_entry.h13 class AutofillKey { class
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
[all...]

Completed in 248 milliseconds