HomeSort by relevance Sort by last modified time
    Searched refs:GetXmlAttr (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
parsing.h 80 std::string GetXmlAttr(const buzz::XmlElement* elem,
83 std::string GetXmlAttr(const buzz::XmlElement* elem,
87 bool GetXmlAttr(const buzz::XmlElement* elem,
89 int GetXmlAttr(const buzz::XmlElement* elem,
93 bool GetXmlAttr(const buzz::XmlElement* elem,
104 bool GetXmlAttr(const buzz::XmlElement* elem,
112 return GetXmlAttr(elem, name, val_out);
parsing.cc 55 std::string GetXmlAttr(const buzz::XmlElement* elem,
62 std::string GetXmlAttr(const buzz::XmlElement* elem,
65 return GetXmlAttr(elem, name, std::string(def));
68 bool GetXmlAttr(const buzz::XmlElement* elem,
76 int GetXmlAttr(const buzz::XmlElement* elem,
p2ptransport.cc 208 if (!GetXmlAttr(elem, QN_PREFERENCE, 0.0f, &preference)) {
sessionmessages.cc 176 msg->initiator = GetXmlAttr(jingle, QN_INITIATOR, buzz::STR_EMPTY);
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediasessionclient.cc 253 int id = GetXmlAttr(element, QN_ID, -1);
257 std::string name = GetXmlAttr(element, QN_NAME, buzz::STR_EMPTY);
258 int clockrate = GetXmlAttr(element, QN_CLOCKRATE, 0);
259 int bitrate = GetXmlAttr(element, QN_BITRATE, 0);
260 int channels = GetXmlAttr(element, QN_CHANNELS, 1);
266 int id = GetXmlAttr(element, QN_ID, -1);
270 std::string name = GetXmlAttr(element, QN_NAME, buzz::STR_EMPTY);
271 int width = GetXmlAttr(element, QN_WIDTH, 0);
272 int height = GetXmlAttr(element, QN_HEIGHT, 0);
273 int framerate = GetXmlAttr(element, QN_FRAMERATE, 0)
    [all...]
mediamessages.cc 157 view->width = GetXmlAttr(params_elem, QN_WIDTH, 0);
158 view->height = GetXmlAttr(params_elem, QN_HEIGHT, 0);
159 view->framerate = GetXmlAttr(params_elem, QN_FRAMERATE, 0);
160 view->preference = GetXmlAttr(params_elem, QN_PREFERENCE, 0);
286 int id = GetXmlAttr(hdrext_elem, QN_ID, 0);
mediasessionclient_unittest.cc     [all...]

Completed in 2897 milliseconds