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

  /external/chromium_org/sync/syncable/
transaction_observer.h 19 ModelTypeSet models_with_changes) = 0;
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);
directory_change_delegate.h 43 ModelTypeSet models_with_changes) = 0;
syncable_write_transaction.h 37 virtual void NotifyTransactionComplete(ModelTypeSet models_with_changes);
  /external/chromium_org/sync/test/
test_transaction_observer.cc 24 ModelTypeSet models_with_changes) {
test_transaction_observer.h 26 ModelTypeSet models_with_changes) OVERRIDE;
null_directory_change_delegate.h 31 ModelTypeSet models_with_changes) OVERRIDE;
null_directory_change_delegate.cc 41 ModelTypeSet models_with_changes) {}
  /external/chromium/chrome/browser/sync/syncable/
directory_change_listener.h 35 const ModelTypeBitSet& models_with_changes) = 0;
syncable.cc 1141 ModelTypeBitSet models_with_changes; local
    [all...]
syncable.h     [all...]
  /external/chromium_org/sync/internal_api/
js_mutation_event_observer.h 55 ModelTypeSet models_with_changes) OVERRIDE;
js_mutation_event_observer.cc 87 ModelTypeSet models_with_changes) {
96 ModelTypeSetToValue(models_with_changes));
sync_manager_impl.h 157 ModelTypeSet models_with_changes) OVERRIDE;
sync_manager_impl.cc 724 ModelTypeSet models_with_changes) {
732 for (ModelTypeSet::Iterator it = models_with_changes.First();
758 ModelTypeSet models_with_changes; local
769 models_with_changes.Put(type);
772 return models_with_changes;
    [all...]
  /external/chromium/chrome/browser/sync/engine/
syncapi.cc 2310 syncable::ModelTypeBitSet models_with_changes; local
    [all...]

Completed in 640 milliseconds