Home
last modified time | relevance | path

Searched refs:GenericAutofillChange (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/webdata/
Dautofill_change.h17 class GenericAutofillChange {
25 virtual ~GenericAutofillChange() {} in ~GenericAutofillChange()
31 GenericAutofillChange(Type type, const KeyType& key) in GenericAutofillChange() function
39 class AutofillChange : public GenericAutofillChange<AutofillKey> {
49 class AutofillProfileChange : public GenericAutofillChange<std::string> {
70 class AutofillCreditCardChange : public GenericAutofillChange<std::string> {
Dautofill_change.cc11 : GenericAutofillChange<AutofillKey>(type, key) { in AutofillChange()
19 : GenericAutofillChange<std::string>(type, key), in AutofillProfileChange()
38 : GenericAutofillChange<std::string>(type, key), credit_card_(credit_card) { in AutofillCreditCardChange()
/external/chromium_org/components/autofill/core/browser/webdata/
Dautofill_change.h20 class GenericAutofillChange {
28 virtual ~GenericAutofillChange() {} in ~GenericAutofillChange()
34 GenericAutofillChange(Type type, const KeyType& key) in GenericAutofillChange() function
42 class AutofillChange : public GenericAutofillChange<AutofillKey> {
54 class AutofillProfileChange : public GenericAutofillChange<std::string> {
Dautofill_change.cc14 : GenericAutofillChange<AutofillKey>(type, key) { in AutofillChange()
22 : GenericAutofillChange<std::string>(type, key), in AutofillProfileChange()