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

  /external/chromium_org/third_party/libjingle/source/talk/xmllite/
xmlelement.h 39 class XmlChild;
44 class XmlChild {
46 XmlChild* NextChild() { return next_child_; }
47 const XmlChild* NextChild() const { return next_child_; }
59 XmlChild() :
68 virtual ~XmlChild();
73 XmlChild(const XmlChild& noimpl);
75 XmlChild* next_child_;
78 class XmlText : public XmlChild {
    [all...]
xmlelement.cc 44 XmlChild::~XmlChild() {
84 XmlChild(),
104 XmlChild* pChild;
105 XmlChild ** ppLast = &first_child_;
106 XmlChild* newChild = NULL;
248 XmlChild* XmlElement::FirstChild() {
253 XmlChild* pChild;
262 XmlChild* pChild;
271 XmlChild* pChild
    [all...]

Completed in 322 milliseconds