Searched refs:GetXmlAttr (Results 1 - 4 of 4) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dparsing.h77 std::string GetXmlAttr(const buzz::XmlElement* elem,
80 std::string GetXmlAttr(const buzz::XmlElement* elem,
84 bool GetXmlAttr(const buzz::XmlElement* elem,
86 int GetXmlAttr(const buzz::XmlElement* elem,
H A Dparsing.cc55 std::string GetXmlAttr(const buzz::XmlElement* elem, function in namespace:cricket
62 std::string GetXmlAttr(const buzz::XmlElement* elem, function in namespace:cricket
65 return GetXmlAttr(elem, name, std::string(def));
68 bool GetXmlAttr(const buzz::XmlElement* elem, function in namespace:cricket
76 int GetXmlAttr(const buzz::XmlElement* elem, function in namespace:cricket
H A Dsessionmessages.cc188 msg->initiator = GetXmlAttr(jingle, QN_INITIATOR, buzz::STR_EMPTY);
/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Dmediasessionclient.cc444 int id = GetXmlAttr(element, QN_ID, -1);
448 std::string name = GetXmlAttr(element, QN_NAME, buzz::STR_EMPTY);
449 int clockrate = GetXmlAttr(element, QN_CLOCKRATE, 0);
450 int bitrate = GetXmlAttr(element, QN_BITRATE, 0);
451 int channels = GetXmlAttr(element, QN_CHANNELS, 1);
457 int id = GetXmlAttr(element, QN_ID, -1);
461 std::string name = GetXmlAttr(element, QN_NAME, buzz::STR_EMPTY);
462 int width = GetXmlAttr(element, QN_WIDTH, 0);
463 int height = GetXmlAttr(element, QN_HEIGHT, 0);
464 int framerate = GetXmlAttr(elemen
[all...]

Completed in 79 milliseconds