SendNotification   48 content/browser/devtools/devtools_power_handler.cc   SendNotification(devtools::Power::dataAvailable::kName, params);
SendNotification  142 content/browser/devtools/devtools_protocol.h     void SendNotification(const std::string& method,
SendNotification   96 content/browser/devtools/devtools_tracing_handler.cc   SendNotification(devtools::Tracing::tracingComplete::kName, NULL);
SendNotification  603 content/browser/devtools/renderer_overrides_handler.cc   SendNotification(devtools::Page::screencastFrame::kName, response);
SendNotification  809 content/browser/devtools/renderer_overrides_handler.cc   SendNotification(
SendNotification  264 content/browser/devtools/tethering_handler.cc   SendNotification(kTetheringAccepted, params);
SendNotification   31 jingle/notifier/listener/fake_push_client.h   virtual void SendNotification(const Notification& notification) OVERRIDE;
SendNotification   40 jingle/notifier/listener/non_blocking_push_client.cc   void SendNotification(const Notification& data);
SendNotification  112 jingle/notifier/listener/non_blocking_push_client.cc   delegate_push_client_->SendNotification(notification);
SendNotification  209 jingle/notifier/listener/non_blocking_push_client.cc       base::Bind(&NonBlockingPushClient::Core::SendNotification, core_.get(),
SendNotification   51 jingle/notifier/listener/non_blocking_push_client.h   virtual void SendNotification(const Notification& notification) OVERRIDE;
SendNotification  104 jingle/notifier/listener/non_blocking_push_client_unittest.cc TEST_F(NonBlockingPushClientTest, SendNotification) {
SendNotification  107 jingle/notifier/listener/non_blocking_push_client_unittest.cc   push_client_->SendNotification(notification);
SendNotification   52 jingle/notifier/listener/push_client.h   virtual void SendNotification(const Notification& notification) = 0;
SendNotification   59 jingle/notifier/listener/xmpp_push_client.cc     SendNotification(*it);
SendNotification   53 jingle/notifier/listener/xmpp_push_client.h   virtual void SendNotification(const Notification& notification) OVERRIDE;
SendNotification  107 jingle/notifier/listener/xmpp_push_client_unittest.cc TEST_F(XmppPushClientTest, SendNotification) {
SendNotification  112 jingle/notifier/listener/xmpp_push_client_unittest.cc   xmpp_push_client_->SendNotification(Notification());
SendNotification  132 jingle/notifier/listener/xmpp_push_client_unittest.cc   xmpp_push_client_->SendNotification(Notification());
SendNotification  296 sync/notifier/p2p_invalidator.cc   push_client_->SendNotification(notification);
SendNotification   58 sync/notifier/push_client_channel.cc   push_client_->SendNotification(notification);