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

  /external/chromium_org/jingle/notifier/listener/
fake_push_client.cc 34 void FakePushClient::SendNotification(const Notification& notification) {
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(),
xmpp_push_client.cc 59 SendNotification(*it);
140 void XmppPushClient::SendNotification(const Notification& notification) {
  /external/chromium_org/sync/tools/testserver/
xmppserver.py 564 def SendNotification(self, channel, data):
  /external/chromium_org/content/browser/devtools/
devtools_protocol.cc 194 void DevToolsProtocol::Handler::SendNotification(

Completed in 124 milliseconds