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

  /external/chromium/chrome/browser/webdata/
autofill_change.cc 10 AutofillChange::AutofillChange(Type type, const AutofillKey& key)
14 AutofillChange::~AutofillChange() {
autofill_change.h 39 class AutofillChange : public GenericAutofillChange<AutofillKey> {
41 AutofillChange(Type type, const AutofillKey& key);
42 virtual ~AutofillChange();
43 bool operator==(const AutofillChange& change) const {

Completed in 46 milliseconds