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

  /external/chromium/chrome/browser/sync/
js_sync_manager_observer.h 27 virtual void OnChangesApplied(
js_sync_manager_observer.cc 25 void JsSyncManagerObserver::OnChangesApplied(
38 parent_router_->RouteJsEvent("onChangesApplied",
js_sync_manager_observer_unittest.cc 209 TEST_F(JsSyncManagerObserverTest, OnChangesApplied) {
245 // For each i, we call OnChangesApplied() with the first arg equal
263 RouteJsEvent("onChangesApplied",
267 // Fire OnChangesApplied() for each data type.
271 sync_manager_observer_.OnChangesApplied(syncable::ModelTypeFromInt(i),
  /external/chromium/chrome/browser/sync/glue/
sync_backend_host.h 270 virtual void OnChangesApplied(
sync_backend_host.cc 846 void SyncBackendHost::Core::OnChangesApplied(
852 DCHECK(false) << "OnChangesApplied called after Shutdown?";
    [all...]
  /external/chromium/chrome/browser/sync/engine/
syncapi.h 747 // 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
    [all...]
syncapi_unittest.cc 607 MOCK_METHOD4(OnChangesApplied,
685 EXPECT_CALL(observer_, OnChangesApplied(i->first, _, _, 1))
    [all...]
syncapi.cc     [all...]

Completed in 265 milliseconds