HomeSort by relevance Sort by last modified time
    Searched refs:models_with_changes (Results 1 - 14 of 14) 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_org/sync/internal_api/
js_mutation_event_observer.h 55 ModelTypeSet models_with_changes) OVERRIDE;
js_mutation_event_observer.cc 86 ModelTypeSet models_with_changes) {
95 ModelTypeSetToValue(models_with_changes));
sync_rollback_manager_base.h 78 ModelTypeSet models_with_changes) OVERRIDE;
94 ModelTypeSet models_with_changes) OVERRIDE;
sync_rollback_manager_base.cc 177 ModelTypeSet models_with_changes) {
200 ModelTypeSet models_with_changes) {
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...]
sync_manager_impl.h 154 ModelTypeSet models_with_changes) OVERRIDE;

Completed in 212 milliseconds