Home | History | Annotate | Download | only in glue

Lines Matching refs:change

121   AutofillProfileChange* change = Details<AutofillProfileChange>(details).ptr();
123 ActOnChange(change, &trans, autofill_root);
127 AutofillProfileChange* change,
130 DCHECK(change->type() == AutofillProfileChange::REMOVE || change->profile());
131 switch (change->type()) {
133 AddAutofillProfileSyncNode(trans, autofill_root, *(change->profile()));
137 int64 sync_id = model_associator_->GetSyncIdFromChromeId(change->key());
139 LOG(ERROR) << "Sync id is not found for " << change->key();
148 WriteAutofillProfile(*(change->profile()), &node);
152 int64 sync_id = model_associator_->GetSyncIdFromChromeId(change->key());
154 LOG(ERROR) << "Sync id is not found for " << change->key();