HomeSort by relevance Sort by last modified time
    Searched defs:DiscoItemsQueryTask (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/libjingle/source/talk/examples/call/
discoitemsquerytask.h 58 class DiscoItemsQueryTask : public XmppTask {
62 DiscoItemsQueryTask(Task* parent, const std::string node, const Jid& to);
discoitemsquerytask.cc 28 #include "talk/examples/call/discoitemsquerytask.h"
39 DiscoItemsQueryTask::DiscoItemsQueryTask(Task* parent,
47 int DiscoItemsQueryTask::ProcessStart() {
63 int DiscoItemsQueryTask::ProcessResponse() {
84 int DiscoItemsQueryTask::OnTimeout() {
89 bool DiscoItemsQueryTask::HandleStanza(const XmlElement* stanza) {

Completed in 588 milliseconds