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

  /external/chromium/third_party/libjingle/source/talk/xmllite/
xmlelement.h 174 XmlElement * NextElement();
175 const XmlElement * NextElement() const
176 { return const_cast<XmlElement *>(this)->NextElement(); }
xmlelement.cc 266 XmlElement::NextElement() {

Completed in 29 milliseconds