HomeSort by relevance Sort by last modified time
    Searched defs:ToElement (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
tinyxml.h 641 Calls NextSibling and ToElement. Will skip all non-Element
650 Calls NextSibling and ToElement. Will skip all non-Element
698 virtual const TiXmlElement* ToElement() const { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type.
705 virtual TiXmlElement* ToElement() { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type.
    [all...]
  /external/sfntly/cpp/src/test/tinyxml/
tinyxml.h 641 Calls NextSibling and ToElement. Will skip all non-Element
650 Calls NextSibling and ToElement. Will skip all non-Element
698 virtual const TiXmlElement* ToElement() const { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type.
705 virtual TiXmlElement* ToElement() { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type.
    [all...]
  /external/tinyxml/
tinyxml.h 590 Calls NextSibling and ToElement. Will skip all non-Element
597 Calls NextSibling and ToElement. Will skip all non-Element
637 const TiXmlElement* ToElement() const { return ( this && type == ELEMENT ) ? (const TiXmlElement*) this : 0; } ///< Cast to a more defined type. Will return null not of the requested type.
644 TiXmlElement* ToElement() { return ( this && type == ELEMENT ) ? (TiXmlElement*) this : 0; } ///< Cast to a more defined type. Will return null not of the requested type.
    [all...]
  /external/tinyxml2/
tinyxml2.h 444 virtual XMLElement* ToElement() { return 0; } ///< Safely cast to an Element, or null.
451 virtual const XMLElement* ToElement() const { return 0; }
850 virtual XMLElement* ToElement() { return this; }
851 virtual const XMLElement* ToElement() const { return this; }
    [all...]

Completed in 120 milliseconds