Searched refs:OnChangesApplied (Results 1 - 8 of 8) sorted by relevance

/external/chromium/chrome/browser/sync/
H A Djs_sync_manager_observer.h27 virtual void OnChangesApplied(
H A Djs_sync_manager_observer.cc25 void JsSyncManagerObserver::OnChangesApplied( function in class:browser_sync::JsSyncManagerObserver
H A Djs_sync_manager_observer_unittest.cc209 TEST_F(JsSyncManagerObserverTest, OnChangesApplied) {
245 // For each i, we call OnChangesApplied() with the first arg equal
267 // Fire OnChangesApplied() for each data type.
271 sync_manager_observer_.OnChangesApplied(syncable::ModelTypeFromInt(i),
/external/chromium/chrome/browser/sync/glue/
H A Dsync_backend_host.h270 virtual void OnChangesApplied(
H A Dsync_backend_host.cc846 void SyncBackendHost::Core::OnChangesApplied( function in class:browser_sync::SyncBackendHost::Core
852 DCHECK(false) << "OnChangesApplied called after Shutdown?";
/external/chromium/chrome/browser/sync/engine/
H A Dsyncapi.h747 // Thus, an implementation of OnChangesApplied should be able to
752 virtual void OnChangesApplied(syncable::ModelType model_type,
758 // posted (after OnChangesApplied finishes), after the transaction lock
764 // while holding the transaction lock (from within OnChangesApplied), buffer
H A Dsyncapi_unittest.cc607 MOCK_METHOD4(OnChangesApplied,
685 EXPECT_CALL(observer_, OnChangesApplied(i->first, _, _, 1))
H A Dsyncapi.cc2320 OnChangesApplied(syncable::ModelTypeFromInt(i), &read_trans,

Completed in 161 milliseconds