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

  /external/skia/src/ports/
SkXMLParser_tinyxml.cpp 46 node = node->NextSibling();
  /external/tinyxml/
tinyxml.h 506 for( child = parent->FirstChild(); child; child = child->NextSibling() )
577 const TiXmlNode* NextSibling( const std::string& _value) const { return NextSibling (_value.c_str ()); } ///< STL std::string form.
578 TiXmlNode* NextSibling( const std::string& _value) { return NextSibling (_value.c_str ()); } ///< STL std::string form.
582 const TiXmlNode* NextSibling() const { return next; }
583 TiXmlNode* NextSibling() { return next; }
586 const TiXmlNode* NextSibling( const char * ) const;
587 TiXmlNode* NextSibling( const char * );
590 Calls NextSibling and ToElement. Will skip all non-Elemen
    [all...]
tinyxml.cpp 377 return previous->NextSibling();
390 return previous->NextSibling();
403 return previous->NextSibling( val );
416 return previous->NextSibling( val );
420 const TiXmlNode* TiXmlNode::NextSibling( const char * _value ) const
431 TiXmlNode* TiXmlNode::NextSibling( const char * _value )
480 node = node->NextSibling() )
494 node = node->NextSibling() )
508 node = node->NextSibling( _value ) )
522 node = node->NextSibling( _value )
    [all...]
xmltest.cpp 262 node = node->NextSibling();
278 node = node->NextSibling() )
319 node = node->NextSibling( "Item" ) )
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_attrnextsiblingnull.js 80 first employee and examine its NextSibling node. This test uses the
107 s = domesticAttr.nextSibling;
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_attrnextsiblingnull.js 80 first employee and examine its NextSibling node. This test uses the
107 s = domesticAttr.nextSibling;
  /external/srec/tools/grxmlcompile/
grxmldoc.cpp 170 for( child = node.FirstChild(); child; child = child->NextSibling() )
    [all...]

Completed in 718 milliseconds