Searched defs:AutofillProfileChange (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/webdata/
H A Dautofill_change.cc17 AutofillProfileChange::AutofillProfileChange( function in class:AutofillProfileChange
26 AutofillProfileChange::~AutofillProfileChange() {
29 bool AutofillProfileChange::operator==(
30 const AutofillProfileChange& change) const {
H A Dautofill_change.h49 class AutofillProfileChange : public GenericAutofillChange<std::string> { class in inherits:GenericAutofillChange
56 AutofillProfileChange(Type type,
59 virtual ~AutofillProfileChange();
62 bool operator==(const AutofillProfileChange& change) const;
/external/chromium_org/components/autofill/core/browser/webdata/
H A Dautofill_change.cc20 AutofillProfileChange::AutofillProfileChange( function in class:autofill::AutofillProfileChange
29 AutofillProfileChange::~AutofillProfileChange() {
32 bool AutofillProfileChange::operator==(
33 const AutofillProfileChange& change) const {
H A Dautofill_change.h54 class AutofillProfileChange : public GenericAutofillChange<std::string> { class in namespace:autofill
61 AutofillProfileChange(Type type,
64 virtual ~AutofillProfileChange();
67 bool operator==(const AutofillProfileChange& change) const;

Completed in 268 milliseconds