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

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
parsing.h 77 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,
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,
sessionmessages.cc 188 msg->initiator = GetXmlAttr(jingle, QN_INITIATOR, buzz::STR_EMPTY);
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediasessionclient.cc 444 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(element, QN_FRAMERATE, 0)
    [all...]

Completed in 59 milliseconds