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

  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_change.cc 13 AutofillChange::AutofillChange(Type type, const AutofillKey& key)
17 AutofillChange::~AutofillChange() {
autofill_change.h 42 class AutofillChange : public GenericAutofillChange<AutofillKey> {
44 AutofillChange(Type type, const AutofillKey& key);
45 virtual ~AutofillChange();
46 bool operator==(const AutofillChange& change) const {
51 typedef std::vector<AutofillChange> AutofillChangeList;

Completed in 62 milliseconds