Searched defs:reason_elem (Results 1 - 1 of 1) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dsessionmessages.cc780 const buzz::XmlElement* reason_elem = action_elem->FirstElement(); local
781 if (reason_elem != NULL) {
782 term->reason = reason_elem->Name().LocalPart();
783 const buzz::XmlElement *debug_elem = reason_elem->FirstElement();
790 const buzz::XmlElement* reason_elem = local
792 if (reason_elem) {
793 reason_elem = reason_elem->FirstElement();
794 if (reason_elem) {
795 term->reason = reason_elem
810 buzz::XmlElement* reason_elem = new buzz::XmlElement(QN_JINGLE_REASON); local
[all...]

Completed in 72 milliseconds