Searched refs:XmppClient (Results 1 - 9 of 9) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/xmpp/
H A Dxmppclient.cc39 talk_base::TaskParent* XmppClient::GetParent(int code) {
46 class XmppClient::Private :
52 Private(XmppClient * client) :
63 XmppClient * const client_;
93 XmppClient::Connect(const XmppClientSettings & settings, const std::string & lang, AsyncSocket * socket, PreXmppAuth * pre_auth) {
146 XmppClient::GetState() {
153 XmppClient::GetError(int *subcode) {
169 XmppClient::GetStreamError() {
176 CaptchaChallenge XmppClient::GetCaptchaChallenge() {
183 XmppClient
277 XmppClient::XmppClient(TaskParent * parent) function in class:buzz::XmppClient
[all...]
H A Dxmpptask.h45 // See Task and XmppClient first.
47 // XmppTask is a task that is designed to go underneath XmppClient and be
48 // useful there. It has a way of finding its XmppClient parent so you
49 // can have it nested arbitrarily deep under an XmppClient and it can
64 class XmppClient;
76 virtual XmppClient* GetClient() const { return client_; }
85 friend class XmppClient;
118 XmppClient* client_;
H A Dxmppclient.h54 // See Task first. XmppClient is a parent task for XmppTasks.
56 // XmppClient is a task which is designed to be the parent task for
59 // listener should be a task that is a child of the XmppClient that owns
60 // the connection you are using. XmppClient has all the utility methods
63 // XmppClient is just a wrapper for XmppEngine, and if I were writing it
64 // all over again, I would make XmppClient == XmppEngine. Why?
71 class XmppClient : public talk_base::Task, public sigslot::has_slots<> class in namespace:buzz
74 explicit XmppClient(talk_base::TaskParent * parent);
75 ~XmppClient();
H A Dxmpptask.cc44 XmppClient* client =
45 static_cast<XmppClient*>(parent->GetParent(XMPP_CLIENT_TASK_CODE));
/external/chromium/third_party/libjingle/source/talk/examples/login/
H A Dxmpppump.h51 buzz::XmppClient *client() { return client_; }
69 buzz::XmppClient *client_;
H A Dxmppthread.h43 buzz::XmppClient* client() { return pump_->client(); }
H A Dxmpppump.cc34 client_ = new buzz::XmppClient(this); // NOTE: deleted by TaskRunner
/external/chromium/third_party/libjingle/source/talk/examples/call/
H A Dcallclient.h81 explicit CallClient(buzz::XmppClient* xmpp_client);
168 buzz::XmppClient* xmpp_client_;
H A Dcallclient.cc237 CallClient::CallClient(buzz::XmppClient* xmpp_client)

Completed in 133 milliseconds