Home | History | Annotate | Download | only in glue

Lines Matching refs:change

94   for (AutofillChangeList::iterator change = changes->begin();
95 change != changes->end(); ++change) {
96 switch (change->type()) {
101 AutofillModelAssociator::KeyToTag(change->key().name(),
102 change->key().value());
112 change->key().name(),
113 change->key().value(),
122 WriteAutofillEntry(AutofillEntry(change->key(), timestamps),
132 change->key().name(), change->key().value());
136 UTF16ToUTF8(change->key().name());
149 change->key().name(),
150 change->key().value(),
157 WriteAutofillEntry(AutofillEntry(change->key(), timestamps),
163 change->key().name(), change->key().value());
271 NOTREACHED() << "Autofill's CommitChanges received change with no"
287 NOTREACHED() << "Autofill's CommitChanges received change with no data!";