Home
last modified time | relevance | path

Searched refs:UpdateEnabledTypes (Results 1 – 13 of 13) sorted by relevance

/external/chromium/chrome/browser/sync/notifier/
Dnon_blocking_invalidation_notifier.cc34 void UpdateEnabledTypes(const syncable::ModelTypeSet& types);
106 void NonBlockingInvalidationNotifier::Core::UpdateEnabledTypes( in UpdateEnabledTypes() function in sync_notifier::NonBlockingInvalidationNotifier::Core
109 invalidation_notifier_->UpdateEnabledTypes(types); in UpdateEnabledTypes()
190 void NonBlockingInvalidationNotifier::UpdateEnabledTypes( in UpdateEnabledTypes() function in sync_notifier::NonBlockingInvalidationNotifier
197 &NonBlockingInvalidationNotifier::Core::UpdateEnabledTypes, in UpdateEnabledTypes()
Dsync_notifier.h50 virtual void UpdateEnabledTypes(const syncable::ModelTypeSet& types) = 0;
Dnon_blocking_invalidation_notifier.h39 virtual void UpdateEnabledTypes(const syncable::ModelTypeSet& types);
Dnon_blocking_invalidation_notifier_unittest.cc67 invalidation_notifier_->UpdateEnabledTypes(types); in TEST_F()
Dp2p_notifier.h45 virtual void UpdateEnabledTypes(const syncable::ModelTypeSet& types);
Dinvalidation_notifier.h51 virtual void UpdateEnabledTypes(
Dp2p_notifier.cc85 void P2PNotifier::UpdateEnabledTypes(const syncable::ModelTypeSet& types) { in UpdateEnabledTypes() function in sync_notifier::P2PNotifier
Dinvalidation_notifier.cc80 void InvalidationNotifier::UpdateEnabledTypes( in UpdateEnabledTypes() function in sync_notifier::InvalidationNotifier
/external/chromium/chrome/browser/sync/tools/
Dsync_listen_notifications.cc112 sync_notifier->UpdateEnabledTypes(types); in main()
/external/chromium/chrome/browser/sync/engine/
Dsyncapi_unittest.cc635 MOCK_METHOD1(UpdateEnabledTypes,
662 EXPECT_CALL(*sync_notifier_mock_, UpdateEnabledTypes(_)). in SetUp()
785 TEST_F(SyncManagerTest, UpdateEnabledTypes) { in TEST_F() argument
788 sync_manager_.UpdateEnabledTypes(); in TEST_F()
Dsyncapi.cc1220 void UpdateEnabledTypes();
1620 void SyncManager::UpdateEnabledTypes() { in UpdateEnabledTypes() function in sync_api::SyncManager
1621 data_->UpdateEnabledTypes(); in UpdateEnabledTypes()
1896 UpdateEnabledTypes(); in SignIn()
1914 void SyncManager::SyncInternal::UpdateEnabledTypes() { in UpdateEnabledTypes() function in sync_api::SyncManager::SyncInternal
1923 sync_notifier_->UpdateEnabledTypes(enabled_types); in UpdateEnabledTypes()
Dsyncapi.h889 void UpdateEnabledTypes();
/external/chromium/chrome/browser/sync/glue/
Dsync_backend_host.cc749 syncapi_->UpdateEnabledTypes(); in DoUpdateEnabledTypes()