Home
last modified time | relevance | path

Searched refs:OnIncomingNotification (Results 1 – 25 of 33) sorted by relevance

12

/external/chromium_org/jingle/notifier/listener/
Dxmpp_push_client_unittest.cc29 MOCK_METHOD1(OnIncomingNotification, void(const Notification&));
65 TEST_F(XmppPushClientTest, OnIncomingNotification) { in TEST_F() argument
66 EXPECT_CALL(mock_observer_, OnIncomingNotification(_)); in TEST_F()
Dnon_blocking_push_client.cc46 virtual void OnIncomingNotification(
138 void NonBlockingPushClient::Core::OnIncomingNotification( in OnIncomingNotification() function in notifier::NonBlockingPushClient::Core
143 base::Bind(&NonBlockingPushClient::OnIncomingNotification, in OnIncomingNotification()
233 void NonBlockingPushClient::OnIncomingNotification( in OnIncomingNotification() function in notifier::NonBlockingPushClient
237 OnIncomingNotification(notification)); in OnIncomingNotification()
Dpush_client_observer.h41 virtual void OnIncomingNotification(const Notification& notification) = 0;
Dfake_push_client_observer.cc23 void FakePushClientObserver::OnIncomingNotification( in OnIncomingNotification() function in notifier::FakePushClientObserver
Dfake_push_client_observer.h23 virtual void OnIncomingNotification(
Dnon_blocking_push_client.h59 void OnIncomingNotification(const Notification& notification);
Dfake_push_client.cc56 OnIncomingNotification(notification)); in SimulateIncomingNotification()
Dnon_blocking_push_client_unittest.cc140 TEST_F(NonBlockingPushClientTest, OnIncomingNotification) { in TEST_F() argument
Dxmpp_push_client.cc84 OnIncomingNotification(notification)); in OnNotificationReceived()
/external/chromium/chrome/browser/sync/notifier/
Dnon_blocking_invalidation_notifier.cc38 virtual void OnIncomingNotification(
112 void NonBlockingInvalidationNotifier::Core::OnIncomingNotification( in OnIncomingNotification() function in sync_notifier::NonBlockingInvalidationNotifier::Core
115 observers_->Notify(&SyncNotifierObserver::OnIncomingNotification, in OnIncomingNotification()
Dp2p_notifier.cc108 void P2PNotifier::OnIncomingNotification( in OnIncomingNotification() function in sync_notifier::P2PNotifier
138 OnIncomingNotification(type_payloads)); in MaybeEmitNotification()
Dmock_sync_notifier_observer.h21 MOCK_METHOD1(OnIncomingNotification,
Dsync_notifier_observer.h20 virtual void OnIncomingNotification(
Dp2p_notifier.h50 virtual void OnIncomingNotification(
Dinvalidation_notifier_unittest.cc66 EXPECT_CALL(mock_observer_, OnIncomingNotification(type_payloads)); in TEST_F()
Dinvalidation_notifier.cc119 OnIncomingNotification(type_payloads)); in OnInvalidate()
/external/chromium_org/sync/notifier/
Dpush_client_channel.h47 virtual void OnIncomingNotification(
Dpush_client_channel.cc60 void PushClientChannel::OnIncomingNotification( in OnIncomingNotification() function in syncer::PushClientChannel
Dpush_client_channel_unittest.cc103 TEST_F(PushClientChannelTest, OnIncomingNotification) { in TEST_F() argument
Dp2p_invalidator.h117 virtual void OnIncomingNotification(
/external/chromium_org/cloud_print/gcp20/prototype/
Dcloud_print_xmpp_listener.h81 virtual void OnIncomingNotification(
Dcloud_print_xmpp_listener.cc107 void CloudPrintXmppListener::OnIncomingNotification( in OnIncomingNotification() function in CloudPrintXmppListener
/external/chromium/chrome/browser/sync/tools/
Dsync_listen_notifications.cc34 virtual void OnIncomingNotification( in OnIncomingNotification() function in __anon59cacf320111::NotificationPrinter
/external/chromium_org/sync/internal_api/
Ddebug_info_event_listener.h75 void OnIncomingNotification(const ObjectIdInvalidationMap& invalidations);
/external/chromium_org/chrome/service/cloud_print/
Dcloud_print_proxy_backend.cc84 virtual void OnIncomingNotification(
545 void CloudPrintProxyBackend::Core::OnIncomingNotification( in OnIncomingNotification() function in cloud_print::CloudPrintProxyBackend::Core

12