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

  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_change.cc 20 AutofillProfileChange::AutofillProfileChange(
29 AutofillProfileChange::~AutofillProfileChange() {
32 bool AutofillProfileChange::operator==(
33 const AutofillProfileChange& change) const {
autofill_change.h 54 class AutofillProfileChange : public GenericAutofillChange<std::string> {
61 AutofillProfileChange(Type type,
64 virtual ~AutofillProfileChange();
67 bool operator==(const AutofillProfileChange& change) const;

Completed in 147 milliseconds