Home
last modified time | relevance | path

Searched defs:AutofillKey (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/webdata/
Dautofill_entry.cc9 AutofillKey::AutofillKey() {} in AutofillKey() function in AutofillKey
11 AutofillKey::AutofillKey(const string16& name, const string16& value) in AutofillKey() function in AutofillKey
16 AutofillKey::AutofillKey(const char* name, const char* value) in AutofillKey() function in AutofillKey
21 AutofillKey::AutofillKey(const AutofillKey& key) in AutofillKey() function in AutofillKey
/external/chromium_org/components/autofill/core/browser/webdata/
Dautofill_entry.cc21 AutofillKey::AutofillKey() {} in AutofillKey() function in autofill::AutofillKey
23 AutofillKey::AutofillKey(const base::string16& name, in AutofillKey() function in autofill::AutofillKey
29 AutofillKey::AutofillKey(const char* name, const char* value) in AutofillKey() function in autofill::AutofillKey
34 AutofillKey::AutofillKey(const AutofillKey& key) in AutofillKey() function in autofill::AutofillKey
/external/chromium_org/chrome/browser/sync/test/integration/
Dautofill_helper.h19 class AutofillKey; variable