Home
last modified time | relevance | path

Searched refs:stanza_queue_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/xmpp/
Dxmpptask.cc95 stanza_queue_.push_back(new XmlElement(*stanza)); in QueueStanza()
101 if (!stanza_queue_.empty()) { in NextStanza()
102 result = stanza_queue_.front(); in NextStanza()
103 stanza_queue_.pop_front(); in NextStanza()
Dxmpptask.h178 std::deque<XmlElement*> stanza_queue_; variable