OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DisableNotifications
(Results
1 - 17
of
17
) 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/sync/notifier/
push_client_channel_unittest.cc
85
fake_push_client_->
DisableNotifications
(
88
fake_push_client_->
DisableNotifications
(
sync_invalidation_listener_unittest.cc
449
void
DisableNotifications
(notifier::NotificationsDisabledReason reason) {
450
fake_push_client_->
DisableNotifications
(reason);
973
DisableNotifications
(
978
DisableNotifications
(notifier::NOTIFICATION_CREDENTIALS_REJECTED);
1024
DisableNotifications
(
[
all
...]
p2p_invalidator_unittest.cc
63
fake_push_client_->
DisableNotifications
(ToNotifierReasonForTest(state));
/external/chromium_org/chrome/browser/sync/test/integration/
enable_disable_test.cc
49
DisableNotifications
();
95
DisableNotifications
();
sync_test.h
170
void
DisableNotifications
();
249
// Implementations of the EnableNotifications() and
DisableNotifications
()
migration_errors_test.cc
158
DisableNotifications
();
sync_test.cc
670
std::string path = "chromiumsync/
disablenotifications
";
677
void SyncTest::
DisableNotifications
() {
/external/chromium_org/chrome/browser/local_discovery/
privet_notifications.h
142
void
DisableNotifications
();
privet_notifications.cc
371
DisableNotifications
();
385
void PrivetNotificationDelegate::
DisableNotifications
() {
/external/chromium_org/sync/tools/testserver/
xmppserver_test.py
407
self.xmpp_server.
DisableNotifications
()
411
self.xmpp_server.
DisableNotifications
()
sync_testserver.py
284
test_name = "/chromiumsync/
disablenotifications
"
287
self.server.GetXmppServer().
DisableNotifications
()
xmppserver.py
545
def
DisableNotifications
(self):
Completed in 286 milliseconds