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

  /external/tinyxml/
xmltest.cpp 228 todoElement->InsertAfterChild( itemElement, item );
734 // InsertBeforeChild and InsertAfterChild causes crash.
746 // InsertBeforeChild and InsertAfterChild causes crash.
751 TiXmlNode* childNode1 = parent.InsertAfterChild( childNode0, childText1 );
753 XmlTest( "Test InsertAfterChild on empty node. ", ( childNode1 == parent.LastChild() ), true );
tinyxml.h 556 TiXmlNode* InsertAfterChild( TiXmlNode* afterThis, const TiXmlNode& addThis );
    [all...]
  /external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
tinyxml.h 603 TiXmlNode* InsertAfterChild( TiXmlNode* afterThis, const TiXmlNode& addThis );
    [all...]
  /external/sfntly/cpp/src/test/tinyxml/
tinyxml.h 603 TiXmlNode* InsertAfterChild( TiXmlNode* afterThis, const TiXmlNode& addThis );
    [all...]
  /external/tinyxml2/
tinyxml2.h 528 XMLNode* InsertAfterChild( XMLNode* afterThis, XMLNode* addThis );
    [all...]

Completed in 159 milliseconds