Home
last modified time | relevance | path

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

/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dsessionmessages.cc858 const buzz::XmlElement* source_elem; in ParseSessionNotify() local
859 for (source_elem = notify_elem->FirstNamed(QN_GINGLE_NOTIFY_SOURCE); in ParseSessionNotify()
860 source_elem != NULL; in ParseSessionNotify()
861 source_elem = source_elem->NextNamed(QN_GINGLE_NOTIFY_SOURCE)) { in ParseSessionNotify()
862 std::string ssrc = source_elem->Attr(QN_GINGLE_NOTIFY_SOURCE_SSRC); in ParseSessionNotify()
864 std::string mtype = source_elem->Attr(QN_GINGLE_NOTIFY_SOURCE_MTYPE); in ParseSessionNotify()