Home
last modified time | relevance | path

Searched refs:OnNotificationStateChange (Results 1 – 10 of 10) sorted by relevance

/external/chromium/chrome/browser/sync/notifier/
Dinvalidation_notifier_unittest.cc64 EXPECT_CALL(mock_observer_, OnNotificationStateChange(true)); in TEST_F()
67 EXPECT_CALL(mock_observer_, OnNotificationStateChange(false)); in TEST_F()
Dnon_blocking_invalidation_notifier.cc40 virtual void OnNotificationStateChange(bool notifications_enabled);
119 void NonBlockingInvalidationNotifier::Core::OnNotificationStateChange( in OnNotificationStateChange() function in sync_notifier::NonBlockingInvalidationNotifier::Core
122 observers_->Notify(&SyncNotifierObserver::OnNotificationStateChange, in OnNotificationStateChange()
Dp2p_notifier.cc100 void P2PNotifier::OnNotificationStateChange(bool notifications_enabled) { in OnNotificationStateChange() function in sync_notifier::P2PNotifier
104 OnNotificationStateChange(notifications_enabled_)); in OnNotificationStateChange()
Dmock_sync_notifier_observer.h23 MOCK_METHOD1(OnNotificationStateChange, void(bool));
Dsync_notifier_observer.h22 virtual void OnNotificationStateChange(bool notifications_enabled) = 0;
Dp2p_notifier.h49 virtual void OnNotificationStateChange(bool notifications_enabled);
Dinvalidation_notifier.cc124 OnNotificationStateChange(has_session)); in OnSessionStatusChanged()
/external/chromium/chrome/browser/sync/tools/
Dsync_listen_notifications.cc44 virtual void OnNotificationStateChange(bool notifications_enabled) { in OnNotificationStateChange() function in __anon168c396c0111::NotificationPrinter
/external/chromium/chrome/browser/sync/engine/
Dsyncapi.cc1264 virtual void OnNotificationStateChange(
2694 void SyncManager::SyncInternal::OnNotificationStateChange( in OnNotificationStateChange() function in sync_api::SyncManager::SyncInternal
2830 data_->OnNotificationStateChange(notifications_enabled); in TriggerOnNotificationStateChangeForTest()
Dsyncapi_unittest.cc989 TEST_F(SyncManagerTest, OnNotificationStateChange) { in TEST_F() argument