Searched defs:PushNotificationsListenTask (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/jingle/notifier/listener/
H A Dpush_notifications_listen_task.h27 class PushNotificationsListenTask : public buzz::XmppTask { class in namespace:notifier
37 PushNotificationsListenTask(buzz::XmppTaskParentInterface* parent,
39 virtual ~PushNotificationsListenTask();
51 DISALLOW_COPY_AND_ASSIGN(PushNotificationsListenTask);
54 typedef PushNotificationsListenTask::Delegate
H A Dpush_notifications_listen_task.cc21 PushNotificationsListenTask::Delegate::~Delegate() {
24 PushNotificationsListenTask::PushNotificationsListenTask( function in class:notifier::PushNotificationsListenTask
31 PushNotificationsListenTask::~PushNotificationsListenTask() {
34 int PushNotificationsListenTask::ProcessStart() {
38 int PushNotificationsListenTask::ProcessResponse() {
87 bool PushNotificationsListenTask::HandleStanza(const buzz::XmlElement* stanza) {
95 bool PushNotificationsListenTask::IsValidNotification(

Completed in 89 milliseconds