OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ToElement
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/sfntly/cpp/src/test/
test_xml_utils.cc
42
for (const TiXmlAttribute* attribute = node->
ToElement
()->FirstAttribute();
/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
...]
tinyxmlparser.cpp
680
bool isElement = node->
ToElement
() != 0;
[
all
...]
Completed in 761 milliseconds