Searched defs:UpdateEnabledTypes (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/sync/notifier/
H A Dinvalidation_notifier.cc80 void InvalidationNotifier::UpdateEnabledTypes( function in class:sync_notifier::InvalidationNotifier
H A Dp2p_notifier.cc85 void P2PNotifier::UpdateEnabledTypes(const syncable::ModelTypeSet& types) { function in class:sync_notifier::P2PNotifier
H A Dnon_blocking_invalidation_notifier.cc34 void UpdateEnabledTypes(const syncable::ModelTypeSet& types);
106 void NonBlockingInvalidationNotifier::Core::UpdateEnabledTypes( function in class:sync_notifier::NonBlockingInvalidationNotifier::Core
109 invalidation_notifier_->UpdateEnabledTypes(types);
190 void NonBlockingInvalidationNotifier::UpdateEnabledTypes( function in class:sync_notifier::NonBlockingInvalidationNotifier
197 &NonBlockingInvalidationNotifier::Core::UpdateEnabledTypes,
/external/chromium/chrome/browser/sync/engine/
H A Dsyncapi.cc1220 void UpdateEnabledTypes();
1620 void SyncManager::UpdateEnabledTypes() { function in class:sync_api::SyncManager
1621 data_->UpdateEnabledTypes();
1896 UpdateEnabledTypes();
1914 void SyncManager::SyncInternal::UpdateEnabledTypes() { function in class:sync_api::SyncManager::SyncInternal
1923 sync_notifier_->UpdateEnabledTypes(enabled_types);

Completed in 82 milliseconds