Home
last modified time | relevance | path

Searched refs:afterThis (Results 1 - 3 of 3) sorted by relevance

/third_party/lame/ACM/tinyxml/
H A Dtinyxml.cpp169 TiXmlNode* TiXmlNode::InsertAfterChild( TiXmlNode* afterThis, const TiXmlNode& addThis ) in InsertAfterChild() argument
171 if ( afterThis->parent != this ) in InsertAfterChild()
179 node->prev = afterThis; in InsertAfterChild()
180 node->next = afterThis->next; in InsertAfterChild()
181 afterThis->next->prev = node; in InsertAfterChild()
182 afterThis->next = node; in InsertAfterChild()
H A Dtinyxml.h335 TiXmlNode* InsertAfterChild( TiXmlNode* afterThis, const TiXmlNode& addThis );
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.h603 TiXmlNode* InsertAfterChild( TiXmlNode* afterThis, const TiXmlNode& addThis );

Completed in 7 milliseconds