HomeSort by relevance Sort by last modified time
    Searched defs:models_with_changes (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/sync/syncable/
syncable_write_transaction.cc 71 ModelTypeSet models_with_changes; local
74 models_with_changes = NotifyTransactionChangingAndEnding(mutations);
80 NotifyTransactionComplete(models_with_changes);
107 ModelTypeSet models_with_changes = local
113 immutable_write_transaction_info, models_with_changes);
115 return models_with_changes;
119 ModelTypeSet models_with_changes) {
121 models_with_changes);
  /external/chromium_org/sync/internal_api/
sync_manager_impl.cc 621 ModelTypeSet models_with_changes) {
629 for (ModelTypeSet::Iterator it = models_with_changes.First();
655 ModelTypeSet models_with_changes; local
666 models_with_changes.Put(type);
669 return models_with_changes;
    [all...]

Completed in 174 milliseconds