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

  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
hangoutpubsubclient.cc 28 #include "talk/xmpp/hangoutpubsubclient.h"
122 HangoutPubSubClient::HangoutPubSubClient(XmppTaskParentInterface* parent,
129 this, &HangoutPubSubClient::OnPresenterRequestError);
133 this, &HangoutPubSubClient::OnMediaRequestError);
138 this, &HangoutPubSubClient::OnPresenterStateChange);
140 this, &HangoutPubSubClient::OnPresenterPublishResult);
142 this, &HangoutPubSubClient::OnPresenterPublishError);
149 this, &HangoutPubSubClient::OnAudioMuteStateChange);
151 this, &HangoutPubSubClient::OnAudioMutePublishResult)
    [all...]
hangoutpubsubclient.h 54 class HangoutPubSubClient : public sigslot::has_slots<> {
56 HangoutPubSubClient(XmppTaskParentInterface* parent,
59 ~HangoutPubSubClient();
hangoutpubsubclient_unittest.cc 10 #include "talk/xmpp/hangoutpubsubclient.h"
186 client.reset(new buzz::HangoutPubSubClient(xmpp_client, pubsubjid, nick));
227 rtc::scoped_ptr<buzz::HangoutPubSubClient> client;
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
callclient.h 40 #include "talk/xmpp/hangoutpubsubclient.h"
60 class HangoutPubSubClient;
320 buzz::HangoutPubSubClient* hangout_pubsub_client_;
callclient.cc 62 #include "talk/xmpp/hangoutpubsubclient.h"
898 new buzz::HangoutPubSubClient(xmpp_client_, jid, nick);
    [all...]

Completed in 291 milliseconds