OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PushNotificationsSendUpdateTask
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/jingle/notifier/listener/
push_notifications_send_update_task.h
23
class
PushNotificationsSendUpdateTask
: public buzz::XmppTask {
25
PushNotificationsSendUpdateTask
(
27
virtual ~
PushNotificationsSendUpdateTask
();
42
DISALLOW_COPY_AND_ASSIGN(
PushNotificationsSendUpdateTask
);
push_notifications_send_update_task.cc
22
PushNotificationsSendUpdateTask
::
PushNotificationsSendUpdateTask
(
26
PushNotificationsSendUpdateTask
::~
PushNotificationsSendUpdateTask
() {}
28
int
PushNotificationsSendUpdateTask
::ProcessStart() {
40
buzz::XmlElement*
PushNotificationsSendUpdateTask
::MakeUpdateMessage(
push_notifications_send_update_task_unittest.cc
42
PushNotificationsSendUpdateTask
::MakeUpdateMessage(
xmpp_push_client.cc
150
PushNotificationsSendUpdateTask
* task =
151
new
PushNotificationsSendUpdateTask
(base_task_.get(), notification);
Completed in 214 milliseconds