Home
last modified time | relevance | path

Searched refs:SendNotification (Results 1 – 11 of 11) sorted by relevance

/external/chromium/chrome/browser/sync/notifier/
Dp2p_notifier.cc91 void P2PNotifier::SendNotification() { in SendNotification() function in sync_notifier::P2PNotifier
97 talk_mediator_->SendNotification(notification); in SendNotification()
Dsync_notifier.h56 virtual void SendNotification() = 0;
Dnon_blocking_invalidation_notifier.cc35 void SendNotification();
201 void NonBlockingInvalidationNotifier::SendNotification() { in SendNotification() function in sync_notifier::NonBlockingInvalidationNotifier
Dnon_blocking_invalidation_notifier.h40 virtual void SendNotification();
Dp2p_notifier.h46 virtual void SendNotification();
Dinvalidation_notifier.h53 virtual void SendNotification() OVERRIDE;
Dinvalidation_notifier.cc86 void InvalidationNotifier::SendNotification() { in SendNotification() function in sync_notifier::InvalidationNotifier
/external/chromium/chrome/browser/chromeos/login/
Downer_manager.cc59 &OwnerManager::SendNotification, in LoadOwnerKey()
143 void OwnerManager::SendNotification(NotificationType type, in SendNotification() function in chromeos::OwnerManager
Downer_manager.h93 void SendNotification(NotificationType type,
/external/chromium/chrome/browser/sync/engine/
Dsyncapi.cc1410 void SendNotification();
1834 void SyncManager::SyncInternal::SendNotification() { in SendNotification() function in sync_api::SyncManager::SyncInternal
1841 sync_notifier_->SendNotification(); in SendNotification()
2540 &SyncManager::SyncInternal::SendNotification)); in OnSyncEngineEvent()
Dsyncapi_unittest.cc637 MOCK_METHOD0(SendNotification, void());