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

  /external/chromium/chrome/browser/sync/notifier/
mock_sync_notifier_observer.h 23 MOCK_METHOD1(OnNotificationStateChange, void(bool));
sync_notifier_observer.h 22 virtual void OnNotificationStateChange(bool notifications_enabled) = 0;
invalidation_notifier_unittest.cc 64 EXPECT_CALL(mock_observer_, OnNotificationStateChange(true));
67 EXPECT_CALL(mock_observer_, OnNotificationStateChange(false));
p2p_notifier.h 49 virtual void OnNotificationStateChange(bool notifications_enabled);
p2p_notifier.cc 100 void P2PNotifier::OnNotificationStateChange(bool notifications_enabled) {
104 OnNotificationStateChange(notifications_enabled_));
non_blocking_invalidation_notifier.cc 40 virtual void OnNotificationStateChange(bool notifications_enabled);
119 void NonBlockingInvalidationNotifier::Core::OnNotificationStateChange(
122 observers_->Notify(&SyncNotifierObserver::OnNotificationStateChange,
invalidation_notifier.cc 124 OnNotificationStateChange(has_session));
  /external/chromium/chrome/browser/sync/tools/
sync_listen_notifications.cc 44 virtual void OnNotificationStateChange(bool notifications_enabled) {
  /external/chromium/chrome/browser/sync/engine/
syncapi.cc     [all...]
syncapi_unittest.cc     [all...]

Completed in 581 milliseconds