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

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
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,
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);

Completed in 794 milliseconds