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

  /external/chromium_org/ui/views/focus/
widget_focus_manager.cc 43 WidgetFocusManager::GetInstance()->DisableNotifications();
widget_focus_manager.h 53 void DisableNotifications() { enabled_ = false; }
  /external/chromium_org/jingle/notifier/listener/
fake_push_client.h 38 void DisableNotifications(NotificationsDisabledReason reason);
fake_push_client.cc 47 void FakePushClient::DisableNotifications(
non_blocking_push_client_unittest.cc 132 fake_push_client_->DisableNotifications(
  /external/chromium_org/chrome/browser/local_discovery/
privet_notifications.h 145 void DisableNotifications();
privet_notifications.cc 394 DisableNotifications();
408 void PrivetNotificationDelegate::DisableNotifications() {
  /external/chromium_org/components/invalidation/
push_client_channel_unittest.cc 83 fake_push_client_->DisableNotifications(
86 fake_push_client_->DisableNotifications(
sync_invalidation_listener_unittest.cc 451 void DisableNotifications(notifier::NotificationsDisabledReason reason) {
452 fake_push_client_->DisableNotifications(reason);
975 DisableNotifications(
980 DisableNotifications(notifier::NOTIFICATION_CREDENTIALS_REJECTED);
1026 DisableNotifications(
    [all...]
p2p_invalidator_unittest.cc 65 fake_push_client_->DisableNotifications(ToNotifierReasonForTest(state));
  /external/chromium_org/chrome/browser/sync/test/integration/
sync_test.h 203 void DisableNotifications();
273 // Implementations of the EnableNotifications() and DisableNotifications()
migration_test.cc 267 DisableNotifications();
sync_test.cc     [all...]
  /external/chromium_org/sync/tools/testserver/
xmppserver_test.py 407 self.xmpp_server.DisableNotifications()
411 self.xmpp_server.DisableNotifications()
xmppserver.py 545 def DisableNotifications(self):
sync_testserver.py 286 test_name = "/chromiumsync/disablenotifications"
289 self.server.GetXmppServer().DisableNotifications()

Completed in 253 milliseconds