Home
last modified time | relevance | path

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

/external/chromium_org/components/autofill/core/browser/webdata/
Dautofill_entry.cc11 AutofillKey::AutofillKey() {} in AutofillKey() function in autofill::AutofillKey
13 AutofillKey::AutofillKey(const base::string16& name, in AutofillKey() function in autofill::AutofillKey
19 AutofillKey::AutofillKey(const char* name, const char* value) in AutofillKey() function in autofill::AutofillKey
24 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