HomeSort by relevance Sort by last modified time
    Searched refs:AutofillProfileChange (Results 1 - 8 of 8) 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;
web_data_service_unittest.cc 258 const AutofillProfileChange expected_change(
259 AutofillProfileChange::ADD, profile.guid(), &profile);
264 Property(&Details<const AutofillProfileChange>::ptr,
301 const AutofillProfileChange expected_change(
302 AutofillProfileChange::REMOVE, profile.guid(), NULL);
307 Property(&Details<const AutofillProfileChange>::ptr,
348 const AutofillProfileChange expected_change(
349 AutofillProfileChange::UPDATE, profile1.guid(), &profile1_changed);
355 Property(&Details<const AutofillProfileChange>::ptr,
532 const AutofillProfileChange expected_profile_change
    [all...]
web_data_service.cc     [all...]
  /external/chromium/chrome/browser/sync/glue/
autofill_change_processor.h 24 class AutofillProfileChange;
84 void ObserveAutofillProfileChanged(AutofillProfileChange* change,
autofill_profile_change_processor.cc 121 AutofillProfileChange* change = Details<AutofillProfileChange>(details).ptr();
127 AutofillProfileChange* change,
130 DCHECK(change->type() == AutofillProfileChange::REMOVE || change->profile());
132 case AutofillProfileChange::ADD: {
136 case AutofillProfileChange::UPDATE: {
151 case AutofillProfileChange::REMOVE: {
autofill_profile_change_processor.h 78 void ActOnChange(AutofillProfileChange* change,
  /external/chromium/chrome/browser/sync/
profile_sync_service_autofill_unittest.cc     [all...]

Completed in 105 milliseconds