/external/chromium_org/jingle/notifier/listener/ |
D | xmpp_push_client_unittest.cc | 27 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()
|
D | non_blocking_push_client.cc | 43 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()
|
D | push_client_observer.h | 32 virtual void OnNotificationsEnabled() = 0;
|
D | fake_push_client_observer.cc | 14 void FakePushClientObserver::OnNotificationsEnabled() { in OnNotificationsEnabled() function in notifier::FakePushClientObserver
|
D | fake_push_client_observer.h | 20 virtual void OnNotificationsEnabled() OVERRIDE;
|
D | non_blocking_push_client.h | 57 void OnNotificationsEnabled();
|
D | fake_push_client.cc | 44 OnNotificationsEnabled()); in EnableNotifications()
|
D | xmpp_push_client.cc | 95 OnNotificationsEnabled()); in OnSubscribed()
|
/external/chromium_org/sync/notifier/ |
D | push_client_channel.h | 44 virtual void OnNotificationsEnabled() OVERRIDE;
|
D | push_client_channel.cc | 51 void PushClientChannel::OnNotificationsEnabled() { in OnNotificationsEnabled() function in syncer::PushClientChannel
|
D | p2p_invalidator.h | 114 virtual void OnNotificationsEnabled() OVERRIDE;
|
D | p2p_invalidator.cc | 214 void P2PInvalidator::OnNotificationsEnabled() { in OnNotificationsEnabled() function in syncer::P2PInvalidator
|
/external/chromium_org/cloud_print/gcp20/prototype/ |
D | cloud_print_xmpp_listener.h | 78 virtual void OnNotificationsEnabled() OVERRIDE;
|
D | cloud_print_xmpp_listener.cc | 88 void CloudPrintXmppListener::OnNotificationsEnabled() { in OnNotificationsEnabled() function in CloudPrintXmppListener
|
/external/chromium_org/chrome/service/cloud_print/ |
D | cloud_print_proxy_backend.cc | 81 virtual void OnNotificationsEnabled() OVERRIDE; 514 void CloudPrintProxyBackend::Core::OnNotificationsEnabled() { in OnNotificationsEnabled() function in cloud_print::CloudPrintProxyBackend::Core
|