OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PushNotificationsListenTask
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/jingle/notifier/listener/
push_notifications_listen_task.h
27
class
PushNotificationsListenTask
: public buzz::XmppTask {
37
PushNotificationsListenTask
(buzz::XmppTaskParentInterface* parent,
39
virtual ~
PushNotificationsListenTask
();
51
DISALLOW_COPY_AND_ASSIGN(
PushNotificationsListenTask
);
54
typedef
PushNotificationsListenTask
::Delegate
push_notifications_listen_task.cc
21
PushNotificationsListenTask
::Delegate::~Delegate() {
24
PushNotificationsListenTask
::
PushNotificationsListenTask
(
31
PushNotificationsListenTask
::~
PushNotificationsListenTask
() {
34
int
PushNotificationsListenTask
::ProcessStart() {
38
int
PushNotificationsListenTask
::ProcessResponse() {
87
bool
PushNotificationsListenTask
::HandleStanza(const buzz::XmlElement* stanza) {
95
bool
PushNotificationsListenTask
::IsValidNotification(
xmpp_push_client.cc
39
PushNotificationsListenTask
* listener =
40
new
PushNotificationsListenTask
(base_task_.get(), this);
Completed in 86 milliseconds