/external/chromium/chrome/browser/sync/notifier/ |
sync_notifier.h | 56 virtual void SendNotification() = 0;
|
non_blocking_invalidation_notifier.h | 40 virtual void SendNotification();
|
p2p_notifier.h | 46 virtual void SendNotification();
|
p2p_notifier.cc | 91 void P2PNotifier::SendNotification() { 97 talk_mediator_->SendNotification(notification);
|
invalidation_notifier.h | 53 virtual void SendNotification() OVERRIDE;
|
invalidation_notifier.cc | 86 void InvalidationNotifier::SendNotification() {
|
non_blocking_invalidation_notifier.cc | 35 void SendNotification(); 201 void NonBlockingInvalidationNotifier::SendNotification() { 203 // InvalidationClient doesn't implement SendNotification(), so no
|
/external/chromium_org/jingle/notifier/listener/ |
push_client.h | 52 virtual void SendNotification(const Notification& notification) = 0;
|
xmpp_push_client_unittest.cc | 107 TEST_F(XmppPushClientTest, SendNotification) { 112 xmpp_push_client_->SendNotification(Notification()); 132 xmpp_push_client_->SendNotification(Notification());
|
fake_push_client.h | 31 virtual void SendNotification(const Notification& notification) OVERRIDE;
|
non_blocking_push_client.h | 51 virtual void SendNotification(const Notification& notification) OVERRIDE;
|
non_blocking_push_client.cc | 40 void SendNotification(const Notification& data); 108 void NonBlockingPushClient::Core::SendNotification( 112 delegate_push_client_->SendNotification(notification); 204 void NonBlockingPushClient::SendNotification( 209 base::Bind(&NonBlockingPushClient::Core::SendNotification, core_.get(),
|
non_blocking_push_client_unittest.cc | 103 // Make sure SendNotification() gets delegated properly. 104 TEST_F(NonBlockingPushClientTest, SendNotification) { 107 push_client_->SendNotification(notification);
|
fake_push_client.cc | 34 void FakePushClient::SendNotification(const Notification& notification) {
|
xmpp_push_client.h | 53 virtual void SendNotification(const Notification& notification) OVERRIDE;
|
xmpp_push_client.cc | 59 SendNotification(*it); 140 void XmppPushClient::SendNotification(const Notification& notification) {
|
/external/chromium/chrome/browser/chromeos/login/ |
owner_manager.h | 93 void SendNotification(NotificationType type,
|
owner_manager.cc | 59 &OwnerManager::SendNotification, 143 void OwnerManager::SendNotification(NotificationType type,
|
/external/chromium_org/sync/notifier/ |
push_client_channel.cc | 48 push_client_->SendNotification(notification);
|
p2p_invalidator.cc | 288 push_client_->SendNotification(notification);
|
/external/chromium_org/sync/tools/testserver/ |
xmppserver_test.py | 389 self.xmpp_server.SendNotification('channel', 'data') 400 self.xmpp_server.SendNotification('channel', 'data') 404 self.xmpp_server.SendNotification('channel', 'data') 408 self.xmpp_server.SendNotification('channel', 'data') 412 self.xmpp_server.SendNotification('channel', 'data') 416 self.xmpp_server.SendNotification('channel', 'data')
|
/external/chromium_org/content/browser/devtools/ |
devtools_protocol.h | 142 void SendNotification(const std::string& method,
|
devtools_tracing_handler.cc | 96 SendNotification(devtools::Tracing::tracingComplete::kName, NULL);
|
tethering_handler.cc | 264 SendNotification(kTetheringAccepted, params);
|
devtools_protocol.cc | 185 void DevToolsProtocol::Handler::SendNotification(
|