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

1 2

  /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);
205 void NonBlockingPushClient::SendNotification(
210 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/chrome/browser/ui/blocked_content/
blocked_content_tab_helper.cc 60 void BlockedContentTabHelper::SendNotification(content::WebContents* contents,
77 SendNotification(blocked[i], false);
89 SendNotification(new_contents, true);
127 SendNotification(new_contents, true);
139 SendNotification(web_contents, false);
blocked_content_tab_helper.h 72 void SendNotification(content::WebContents* contents, bool blocked_state);
  /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/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_tracing_handler.cc 43 SendNotification(devtools::Tracing::tracingComplete::kName, NULL);
devtools_protocol.h 141 void SendNotification(const std::string& method,
tethering_handler.cc 264 SendNotification(kTetheringAccepted, params);
  /external/chromium_org/sync/notifier/
push_client_channel.cc 45 push_client_->SendNotification(

Completed in 579 milliseconds

1 2