Searched defs:models_with_changes (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/sync/test/
H A Dtest_transaction_observer.cc24 ModelTypeSet models_with_changes) {
22 OnTransactionWrite( const ImmutableWriteTransactionInfo& write_transaction_info, ModelTypeSet models_with_changes) argument
H A Dnull_directory_change_delegate.cc41 ModelTypeSet models_with_changes) {}
40 HandleTransactionCompleteChangeEvent( ModelTypeSet models_with_changes) argument
/external/chromium_org/sync/internal_api/
H A Djs_mutation_event_observer.cc87 ModelTypeSet models_with_changes) {
96 ModelTypeSetToValue(models_with_changes));
85 OnTransactionWrite( const syncable::ImmutableWriteTransactionInfo& write_transaction_info, ModelTypeSet models_with_changes) argument
H A Dsync_rollback_manager_base.cc177 ModelTypeSet models_with_changes) {
200 ModelTypeSet models_with_changes) {
176 HandleTransactionCompleteChangeEvent( ModelTypeSet models_with_changes) argument
198 OnTransactionWrite( const syncable::ImmutableWriteTransactionInfo& write_transaction_info, ModelTypeSet models_with_changes) argument
H A Dsync_manager_impl.cc697 ModelTypeSet models_with_changes) {
705 for (ModelTypeSet::Iterator it = models_with_changes.First();
731 ModelTypeSet models_with_changes; local
742 models_with_changes.Put(type);
745 return models_with_changes;
696 HandleTransactionCompleteChangeEvent( ModelTypeSet models_with_changes) argument
/external/chromium_org/sync/syncable/
H A Dsyncable_write_transaction.cc71 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);
118 NotifyTransactionComplete( ModelTypeSet models_with_changes) argument

Completed in 87 milliseconds