HomeSort by relevance Sort by last modified time
    Searched refs:XmppPushClient (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/jingle/notifier/listener/
xmpp_push_client.cc 16 XmppPushClient::XmppPushClient(const NotifierOptions& notifier_options)
22 XmppPushClient::~XmppPushClient() {
26 void XmppPushClient::OnConnect(
63 void XmppPushClient::OnTransientDisconnection() {
71 void XmppPushClient::OnCredentialsRejected() {
80 void XmppPushClient::OnNotificationReceived(
87 void XmppPushClient::OnPingResponseReceived() {
92 void XmppPushClient::OnSubscribed()
    [all...]
xmpp_push_client.h 36 class XmppPushClient :
43 explicit XmppPushClient(const NotifierOptions& notifier_options);
44 virtual ~XmppPushClient();
89 DISALLOW_COPY_AND_ASSIGN(XmppPushClient);
push_client.cc 22 return scoped_ptr<PushClient>(new XmppPushClient(notifier_options));
xmpp_push_client_unittest.cc 44 xmpp_push_client_.reset(new XmppPushClient(notifier_options_));
49 // Clear out any messages posted by XmppPushClient.
59 scoped_ptr<XmppPushClient> xmpp_push_client_;

Completed in 182 milliseconds