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

  /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(
sync_rollback_manager_unittest.cc 35 ON_CALL(*this, OnChangesApplied(_, _, _, _))
45 MOCK_METHOD4(OnChangesApplied,
194 EXPECT_CALL(delegate, OnChangesApplied(_, _, _, _))
219 EXPECT_CALL(delegate, OnChangesApplied(_, _, _, _))
js_mutation_event_observer.cc 46 void JsMutationEventObserver::OnChangesApplied(
73 HandleJsEvent(FROM_HERE, "onChangesApplied", JsEventDetails(&details));
sync_rollback_manager.cc 125 change_delegate_->OnChangesApplied(type, 1, &trans,
sync_manager_impl.cc 737 OnChangesApplied(type, trans->directory()->GetTransactionVersion(type),
740 &SyncManager::ChangeObserver::OnChangesApplied,
    [all...]
sync_manager_impl_unittest.cc 876 virtual void OnChangesApplied(
    [all...]
  /external/chromium_org/sync/internal_api/public/
sync_manager.h 111 // Thus, an implementation of OnChangesApplied should be able to
116 virtual void OnChangesApplied(
123 // posted (after OnChangesApplied finishes), after the transaction lock
129 // while holding the transaction lock (from within OnChangesApplied), buffer
153 // changed nodes. That is, ChangeDelegate::OnChangesApplied()
160 virtual void OnChangesApplied(
  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_registrar.h 105 virtual void OnChangesApplied(
sync_backend_registrar_unittest.cc 39 registrar->OnChangesApplied(type, 0, NULL,
sync_backend_registrar.cc 240 void SyncBackendRegistrar::OnChangesApplied(
  /external/chromium_org/sync/tools/
sync_client.cc 129 virtual void OnChangesApplied(

Completed in 164 milliseconds