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

/external/chromium_org/components/autofill/core/browser/webdata/
H A Dautofill_entry.cc11 AutofillKey::AutofillKey() {} function in class:autofill::AutofillKey
13 AutofillKey::AutofillKey(const base::string16& name, function in class:autofill::AutofillKey
19 AutofillKey::AutofillKey(const char* name, const char* value) function in class:autofill::AutofillKey
24 AutofillKey::AutofillKey(const AutofillKey& key) function in class:autofill::AutofillKey
29 AutofillKey
[all...]
H A Dautofill_entry.h13 class AutofillKey { class in namespace:autofill
15 AutofillKey();
16 AutofillKey(const base::string16& name, const base::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 86 milliseconds