Searched refs:GenericAutofillChange (Results 1 – 4 of 4) sorted by relevance
/external/chromium/chrome/browser/webdata/ |
D | autofill_change.h | 17 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> {
|
D | autofill_change.cc | 11 : 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/ |
D | autofill_change.h | 20 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> {
|
D | autofill_change.cc | 14 : GenericAutofillChange<AutofillKey>(type, key) { in AutofillChange() 22 : GenericAutofillChange<std::string>(type, key), in AutofillProfileChange()
|