Home
last modified time | relevance | path

Searched refs:IsValidNotification (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/jingle/notifier/listener/
Dpush_notifications_listen_task.cc88 if (IsValidNotification(stanza)) { in HandleStanza()
95 bool PushNotificationsListenTask::IsValidNotification( in IsValidNotification() function in notifier::PushNotificationsListenTask
Dpush_notifications_listen_task.h47 bool IsValidNotification(const buzz::XmlElement* stanza);
/external/chromium_org/win8/metro_driver/
Dchrome_app_view.h60 bool IsValidNotification(const std::string& notification);
Dchrome_app_view.cc320 if (IsValidNotification(notification.id)) { in DisplayNotification()
354 bool ChromeAppView::IsValidNotification(const std::string& notification) { in IsValidNotification() function in ChromeAppView
541 if (!globals.view->IsValidNotification(notification_id)) { in CancelNotification()