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

  /external/chromium/chrome/browser/webdata/
autofill_change.cc 17 AutofillProfileChange::AutofillProfileChange(
26 AutofillProfileChange::~AutofillProfileChange() {
29 bool AutofillProfileChange::operator==(
30 const AutofillProfileChange& change) const {
autofill_change.h 49 class AutofillProfileChange : public GenericAutofillChange<std::string> {
56 AutofillProfileChange(Type type,
59 virtual ~AutofillProfileChange();
62 bool operator==(const AutofillProfileChange& change) const;

Completed in 32 milliseconds