Home
last modified time | relevance | path

Searched refs:models_with_changes (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/sync/syncable/
Dsyncable_write_transaction.cc71 ModelTypeSet models_with_changes; in UnlockAndNotify() local
74 models_with_changes = NotifyTransactionChangingAndEnding(mutations); in UnlockAndNotify()
80 NotifyTransactionComplete(models_with_changes); in UnlockAndNotify()
107 ModelTypeSet models_with_changes = in NotifyTransactionChangingAndEnding() local
113 immutable_write_transaction_info, models_with_changes); in NotifyTransactionChangingAndEnding()
115 return models_with_changes; in NotifyTransactionChangingAndEnding()
119 ModelTypeSet models_with_changes) { in NotifyTransactionComplete() argument
121 models_with_changes); in NotifyTransactionComplete()
Dtransaction_observer.h19 ModelTypeSet models_with_changes) = 0;
Ddirectory_change_delegate.h43 ModelTypeSet models_with_changes) = 0;
Dsyncable_write_transaction.h37 virtual void NotifyTransactionComplete(ModelTypeSet models_with_changes);
/external/chromium_org/sync/internal_api/
Djs_mutation_event_observer.cc86 ModelTypeSet models_with_changes) { in OnTransactionWrite() argument
95 ModelTypeSetToValue(models_with_changes)); in OnTransactionWrite()
Dsync_rollback_manager_base.h78 ModelTypeSet models_with_changes) OVERRIDE;
94 ModelTypeSet models_with_changes) OVERRIDE;
Djs_mutation_event_observer.h55 ModelTypeSet models_with_changes) OVERRIDE;
Dsync_rollback_manager_base.cc177 ModelTypeSet models_with_changes) { in HandleTransactionCompleteChangeEvent() argument
200 ModelTypeSet models_with_changes) { in OnTransactionWrite() argument
Dsync_manager_impl.cc621 ModelTypeSet models_with_changes) { in HandleTransactionCompleteChangeEvent() argument
629 for (ModelTypeSet::Iterator it = models_with_changes.First(); in HandleTransactionCompleteChangeEvent()
655 ModelTypeSet models_with_changes; in HandleTransactionEndingChangeEvent() local
666 models_with_changes.Put(type); in HandleTransactionEndingChangeEvent()
669 return models_with_changes; in HandleTransactionEndingChangeEvent()
Dsync_manager_impl.h154 ModelTypeSet models_with_changes) OVERRIDE;
/external/chromium_org/sync/test/
Dtest_transaction_observer.cc24 ModelTypeSet models_with_changes) { in OnTransactionWrite() argument
Dtest_transaction_observer.h26 ModelTypeSet models_with_changes) OVERRIDE;
Dnull_directory_change_delegate.h31 ModelTypeSet models_with_changes) OVERRIDE;
Dnull_directory_change_delegate.cc41 ModelTypeSet models_with_changes) {} in HandleTransactionCompleteChangeEvent() argument