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

  /external/chromium/chrome/browser/sync/notifier/
sync_notifier.h 50 virtual void UpdateEnabledTypes(const syncable::ModelTypeSet& types) = 0;
non_blocking_invalidation_notifier.h 39 virtual void UpdateEnabledTypes(const syncable::ModelTypeSet& types);
non_blocking_invalidation_notifier_unittest.cc 67 invalidation_notifier_->UpdateEnabledTypes(types);
p2p_notifier.h 45 virtual void UpdateEnabledTypes(const syncable::ModelTypeSet& types);
non_blocking_invalidation_notifier.cc 34 void UpdateEnabledTypes(const syncable::ModelTypeSet& types);
106 void NonBlockingInvalidationNotifier::Core::UpdateEnabledTypes(
109 invalidation_notifier_->UpdateEnabledTypes(types);
190 void NonBlockingInvalidationNotifier::UpdateEnabledTypes(
197 &NonBlockingInvalidationNotifier::Core::UpdateEnabledTypes,
invalidation_notifier.h 51 virtual void UpdateEnabledTypes(
invalidation_notifier.cc 80 void InvalidationNotifier::UpdateEnabledTypes(
p2p_notifier.cc 85 void P2PNotifier::UpdateEnabledTypes(const syncable::ModelTypeSet& types) {
  /external/chromium/chrome/browser/sync/tools/
sync_listen_notifications.cc 112 sync_notifier->UpdateEnabledTypes(types);
  /external/chromium/chrome/browser/sync/engine/
syncapi_unittest.cc 635 MOCK_METHOD1(UpdateEnabledTypes,
662 EXPECT_CALL(*sync_notifier_mock_, UpdateEnabledTypes(_)).
785 TEST_F(SyncManagerTest, UpdateEnabledTypes) {
788 sync_manager_.UpdateEnabledTypes();
    [all...]
syncapi.cc     [all...]
syncapi.h     [all...]
  /external/chromium/chrome/browser/sync/glue/
sync_backend_host.cc 749 syncapi_->UpdateEnabledTypes();
    [all...]

Completed in 243 milliseconds