Home
last modified time | relevance | path

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

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