Home
last modified time | relevance | path

Searched refs:ToDocument (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
Dtinyxml.h697 …virtual const TiXmlDocument* ToDocument() const { return 0; } ///< Cast to a more defined ty… in ToDocument() function
704 …virtual TiXmlDocument* ToDocument() { return 0; } ///< Cast to a more defined type. Wi… in ToDocument() function
1532 …virtual const TiXmlDocument* ToDocument() const { return this; } ///< Cast to a more defined… in ToDocument() function
1533 …virtual TiXmlDocument* ToDocument() { return this; } ///< Cast to a more defined… in ToDocument() function
Dtinyxml.cpp304 if ( withThis.ToDocument() ) { in ReplaceChild()
518 if ( node->ToDocument() ) in GetDocument()
519 return node->ToDocument(); in GetDocument()
/third_party/lame/ACM/tinyxml/
Dtinyxml.cpp392 if ( node->ToDocument() ) in GetDocument()
393 return node->ToDocument(); in GetDocument()
Dtinyxml.h386 …TiXmlDocument* ToDocument() const { return ( this && type == DOCUMENT ) ? (TiXmlDocument*) this :… in ToDocument() function