HomeSort by relevance Sort by last modified time
    Searched defs:models_with_changes (Results 1 - 4 of 4) 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 726 ModelTypeSet models_with_changes) {
734 for (ModelTypeSet::Iterator it = models_with_changes.First();
760 ModelTypeSet models_with_changes; local
771 models_with_changes.Put(type);
774 return models_with_changes;
    [all...]
  /external/chromium/chrome/browser/sync/syncable/
syncable.cc 1141 ModelTypeBitSet models_with_changes; local
    [all...]
  /external/chromium/chrome/browser/sync/engine/
syncapi.cc 2310 syncable::ModelTypeBitSet models_with_changes; local
    [all...]

Completed in 26 milliseconds