/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_org/sync/internal_api/ |
js_mutation_event_observer.h | 46 virtual void OnChangesApplied(
|
js_mutation_event_observer_unittest.cc | 43 TEST_F(JsMutationEventObserverTest, OnChangesApplied) { 65 // For each i, we call OnChangesApplied() with the first arg equal 82 HandleJsEvent("onChangesApplied", 86 // Fire OnChangesApplied() for each data type. 89 js_mutation_event_observer_.OnChangesApplied(
|
js_mutation_event_observer.cc | 46 void JsMutationEventObserver::OnChangesApplied( 73 HandleJsEvent(FROM_HERE, "onChangesApplied", JsEventDetails(&details));
|
sync_manager_impl.cc | 766 OnChangesApplied(type, trans->directory()->GetTransactionVersion(type), 769 &SyncManager::ChangeObserver::OnChangesApplied, [all...] |
sync_manager_impl_unittest.cc | 880 virtual void OnChangesApplied( [all...] |
/external/chromium_org/sync/internal_api/public/ |
sync_manager.h | 105 // Thus, an implementation of OnChangesApplied should be able to 110 virtual void OnChangesApplied( 117 // posted (after OnChangesApplied finishes), after the transaction lock 123 // while holding the transaction lock (from within OnChangesApplied), buffer 147 // changed nodes. That is, ChangeDelegate::OnChangesApplied() 154 virtual void OnChangesApplied(
|
/external/chromium_org/chrome/browser/sync/glue/ |
sync_backend_registrar.h | 105 virtual void OnChangesApplied(
|
sync_backend_registrar_unittest.cc | 38 registrar->OnChangesApplied(type, 0, NULL,
|
sync_backend_registrar.cc | 242 void SyncBackendRegistrar::OnChangesApplied(
|
/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_org/sync/tools/ |
sync_client.cc | 130 virtual void OnChangesApplied(
|
/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...] |