Searched refs:UpdateEnabledTypes (Results 1 – 13 of 13) sorted by relevance
34 void UpdateEnabledTypes(const syncable::ModelTypeSet& types);106 void NonBlockingInvalidationNotifier::Core::UpdateEnabledTypes( in UpdateEnabledTypes() function in sync_notifier::NonBlockingInvalidationNotifier::Core109 invalidation_notifier_->UpdateEnabledTypes(types); in UpdateEnabledTypes()190 void NonBlockingInvalidationNotifier::UpdateEnabledTypes( in UpdateEnabledTypes() function in sync_notifier::NonBlockingInvalidationNotifier197 &NonBlockingInvalidationNotifier::Core::UpdateEnabledTypes, in UpdateEnabledTypes()
50 virtual void UpdateEnabledTypes(const syncable::ModelTypeSet& types) = 0;
39 virtual void UpdateEnabledTypes(const syncable::ModelTypeSet& types);
67 invalidation_notifier_->UpdateEnabledTypes(types); in TEST_F()
45 virtual void UpdateEnabledTypes(const syncable::ModelTypeSet& types);
51 virtual void UpdateEnabledTypes(
85 void P2PNotifier::UpdateEnabledTypes(const syncable::ModelTypeSet& types) { in UpdateEnabledTypes() function in sync_notifier::P2PNotifier
80 void InvalidationNotifier::UpdateEnabledTypes( in UpdateEnabledTypes() function in sync_notifier::InvalidationNotifier
112 sync_notifier->UpdateEnabledTypes(types); in main()
635 MOCK_METHOD1(UpdateEnabledTypes,662 EXPECT_CALL(*sync_notifier_mock_, UpdateEnabledTypes(_)). in SetUp()785 TEST_F(SyncManagerTest, UpdateEnabledTypes) { in TEST_F() argument788 sync_manager_.UpdateEnabledTypes(); in TEST_F()
1220 void UpdateEnabledTypes();1620 void SyncManager::UpdateEnabledTypes() { in UpdateEnabledTypes() function in sync_api::SyncManager1621 data_->UpdateEnabledTypes(); in UpdateEnabledTypes()1896 UpdateEnabledTypes(); in SignIn()1914 void SyncManager::SyncInternal::UpdateEnabledTypes() { in UpdateEnabledTypes() function in sync_api::SyncManager::SyncInternal1923 sync_notifier_->UpdateEnabledTypes(enabled_types); in UpdateEnabledTypes()
889 void UpdateEnabledTypes();
749 syncapi_->UpdateEnabledTypes(); in DoUpdateEnabledTypes()