Searched defs:ToDocument (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.h697 virtual const TiXmlDocument* ToDocument() const { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type. function in class:TiXmlNode
704 virtual TiXmlDocument* ToDocument() { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type. function in class:TiXmlNode
1532 virtual const TiXmlDocument* ToDocument() const { return this; } ///< Cast to a more defined type. Will return null not of the requested type. function in class:TiXmlDocument
1533 virtual TiXmlDocument* ToDocument() { return this; } ///< Cast to a more defined type. Will return null not of the requested type. function in class:TiXmlDocument
/external/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.h697 virtual const TiXmlDocument* ToDocument() const { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type. function in class:TiXmlNode
704 virtual TiXmlDocument* ToDocument() { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type. function in class:TiXmlNode
1532 virtual const TiXmlDocument* ToDocument() const { return this; } ///< Cast to a more defined type. Will return null not of the requested type. function in class:TiXmlDocument
1533 virtual TiXmlDocument* ToDocument() { return this; } ///< Cast to a more defined type. Will return null not of the requested type. function in class:TiXmlDocument
/external/tinyxml/
H A Dtinyxml.h636 const TiXmlDocument* ToDocument() const { return ( this && type == DOCUMENT ) ? (const TiXmlDocument*) this : 0; } ///< Cast to a more defined type. Will return null not of the requested type. function in class:TiXmlNode
643 TiXmlDocument* ToDocument() { return ( this && type == DOCUMENT ) ? (TiXmlDocument*) this : 0; } ///< Cast to a more defined type. Will return null not of the requested type. function in class:TiXmlNode
/external/tinyxml2/
H A Dtinyxml2.h447 virtual XMLDocument* ToDocument() { return 0; } ///< Safely cast to a Document, or null. function in class:tinyxml2::XMLNode
454 virtual const XMLDocument* ToDocument() const { return 0; } function in class:tinyxml2::XMLNode
1047 virtual XMLDocument* ToDocument() { return this; } function in class:tinyxml2::XMLDocument
1048 virtual const XMLDocument* ToDocument() const { return this; } function in class:tinyxml2::XMLDocument

Completed in 124 milliseconds