HomeSort by relevance Sort by last modified time
    Searched refs:GenericAutofillChange (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/webdata/
autofill_change.h 17 class GenericAutofillChange {
25 virtual ~GenericAutofillChange() {}
31 GenericAutofillChange(Type type, const KeyType& key)
39 class AutofillChange : public GenericAutofillChange<AutofillKey> {
49 class AutofillProfileChange : public GenericAutofillChange<std::string> {
70 class AutofillCreditCardChange : public GenericAutofillChange<std::string> {
autofill_change.cc 11 : GenericAutofillChange<AutofillKey>(type, key) {
19 : GenericAutofillChange<std::string>(type, key),
38 : GenericAutofillChange<std::string>(type, key), credit_card_(credit_card) {

Completed in 30 milliseconds