Home
last modified time | relevance | path

Searched refs:OnNotificationsEnabled (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/jingle/notifier/listener/
Dxmpp_push_client_unittest.cc27 MOCK_METHOD0(OnNotificationsEnabled, void());
73 EXPECT_CALL(mock_observer_, OnNotificationsEnabled()); in TEST_F()
108 EXPECT_CALL(mock_observer_, OnNotificationsEnabled()); in TEST_F()
119 EXPECT_CALL(mock_observer_, OnNotificationsEnabled()); in TEST_F()
136 EXPECT_CALL(mock_observer_, OnNotificationsEnabled()); in TEST_F()
Dnon_blocking_push_client.cc43 virtual void OnNotificationsEnabled() OVERRIDE;
121 void NonBlockingPushClient::Core::OnNotificationsEnabled() { in OnNotificationsEnabled() function in notifier::NonBlockingPushClient::Core
125 base::Bind(&NonBlockingPushClient::OnNotificationsEnabled, in OnNotificationsEnabled()
220 void NonBlockingPushClient::OnNotificationsEnabled() { in OnNotificationsEnabled() function in notifier::NonBlockingPushClient
223 OnNotificationsEnabled()); in OnNotificationsEnabled()
Dpush_client_observer.h32 virtual void OnNotificationsEnabled() = 0;
Dfake_push_client_observer.cc14 void FakePushClientObserver::OnNotificationsEnabled() { in OnNotificationsEnabled() function in notifier::FakePushClientObserver
Dfake_push_client_observer.h20 virtual void OnNotificationsEnabled() OVERRIDE;
Dnon_blocking_push_client.h57 void OnNotificationsEnabled();
Dfake_push_client.cc44 OnNotificationsEnabled()); in EnableNotifications()
Dxmpp_push_client.cc95 OnNotificationsEnabled()); in OnSubscribed()
/external/chromium_org/sync/notifier/
Dpush_client_channel.h44 virtual void OnNotificationsEnabled() OVERRIDE;
Dpush_client_channel.cc51 void PushClientChannel::OnNotificationsEnabled() { in OnNotificationsEnabled() function in syncer::PushClientChannel
Dp2p_invalidator.h114 virtual void OnNotificationsEnabled() OVERRIDE;
Dp2p_invalidator.cc214 void P2PInvalidator::OnNotificationsEnabled() { in OnNotificationsEnabled() function in syncer::P2PInvalidator
/external/chromium_org/cloud_print/gcp20/prototype/
Dcloud_print_xmpp_listener.h78 virtual void OnNotificationsEnabled() OVERRIDE;
Dcloud_print_xmpp_listener.cc88 void CloudPrintXmppListener::OnNotificationsEnabled() { in OnNotificationsEnabled() function in CloudPrintXmppListener
/external/chromium_org/chrome/service/cloud_print/
Dcloud_print_proxy_backend.cc81 virtual void OnNotificationsEnabled() OVERRIDE;
514 void CloudPrintProxyBackend::Core::OnNotificationsEnabled() { in OnNotificationsEnabled() function in cloud_print::CloudPrintProxyBackend::Core