Searched refs:autofill_changes_ (Results 1 – 4 of 4) sorted by relevance
219 autofill_changes_.push_back(AutofillChangeRecord(changes[i].action, in ApplyChangesFromSyncModel()245 autofill_changes_.push_back(AutofillChangeRecord(changes[i].action, in ApplyChangesFromSyncModel()262 for (unsigned int i = 0; i < autofill_changes_.size(); i++) { in CommitChangesFromSyncModel()265 autofill_changes_[i].action_) { in CommitChangesFromSyncModel()266 if (autofill_changes_[i].autofill_.has_value()) { in CommitChangesFromSyncModel()267 ApplySyncAutofillEntryDelete(autofill_changes_[i].autofill_); in CommitChangesFromSyncModel()268 } else if (autofill_changes_[i].autofill_.has_profile()) { in CommitChangesFromSyncModel()269 ApplySyncAutofillProfileDelete(autofill_changes_[i].id_); in CommitChangesFromSyncModel()278 if (autofill_changes_[i].autofill_.has_value()) { in CommitChangesFromSyncModel()279 ApplySyncAutofillEntryChange(autofill_changes_[i].action_, in CommitChangesFromSyncModel()[all …]
82 autofill_changes_.push_back(AutofillProfileChangeRecord(changes[i].action, in ApplyChangesFromSyncModel()98 autofill_changes_.push_back(AutofillProfileChangeRecord(changes[i].action, in ApplyChangesFromSyncModel()179 for (unsigned int i = 0;i < autofill_changes_.size(); ++i) { in CommitChangesFromSyncModel()181 autofill_changes_[i].action_) { in CommitChangesFromSyncModel()183 autofill_changes_[i].profile_specifics_.guid())) { in CommitChangesFromSyncModel()185 autofill_changes_[i].profile_specifics_.guid(); in CommitChangesFromSyncModel()192 ApplyAutofillProfileChange(autofill_changes_[i].action_, in CommitChangesFromSyncModel()193 autofill_changes_[i].profile_specifics_, in CommitChangesFromSyncModel()194 autofill_changes_[i].id_); in CommitChangesFromSyncModel()197 autofill_changes_.clear(); in CommitChangesFromSyncModel()
72 std::vector<AutofillProfileChangeRecord> autofill_changes_; variable
132 std::vector<AutofillChangeRecord> autofill_changes_; variable