HomeSort by relevance Sort by last modified time
    Searched refs:SendNotification (Results 1 - 20 of 20) sorted by null

  /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_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')
xmppserver.py 564 def SendNotification(self, channel, data):
sync_testserver.py 316 test_name = "/chromiumsync/sendnotification"
327 self.server.GetXmppServer().SendNotification(channel, data)
  /external/chromium_org/content/browser/devtools/
devtools_power_handler.cc 49 SendNotification(devtools::Power::dataAvailable::kName, params);
devtools_protocol.h 145 void SendNotification(const std::string& method,
devtools_tracing_handler.cc 104 SendNotification(devtools::Tracing::tracingComplete::kName, NULL);
200 SendNotification(devtools::Tracing::bufferUsage::kName, params);
tethering_handler.cc 264 SendNotification(kTetheringAccepted, params);
devtools_protocol.cc 191 void DevToolsProtocol::Handler::SendNotification(
renderer_overrides_handler.cc 636 SendNotification(devtools::Page::screencastFrame::kName, response);
842 SendNotification(
    [all...]
  /external/chromium_org/components/invalidation/
push_client_channel.cc 68 push_client_->SendNotification(notification);
p2p_invalidator.cc 297 push_client_->SendNotification(notification);

Completed in 301 milliseconds