Home
last modified time | relevance | path

Searched refs:IsClosingElement (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/base/test/
Dgtest_xml_util.cc121 if (node_name == "testsuites" && !xml_reader.IsClosingElement()) in ProcessGTestOutput()
127 if (node_name == "testsuites" && xml_reader.IsClosingElement()) in ProcessGTestOutput()
129 else if (node_name == "testsuite" && !xml_reader.IsClosingElement()) in ProcessGTestOutput()
135 if (node_name == "testsuite" && xml_reader.IsClosingElement()) { in ProcessGTestOutput()
138 !xml_reader.IsClosingElement()) { in ProcessGTestOutput()
157 } else if (node_name == "testcase" && !xml_reader.IsClosingElement()) { in ProcessGTestOutput()
196 } else if (node_name == "failure" && !xml_reader.IsClosingElement()) { in ProcessGTestOutput()
205 } else if (node_name == "testcase" && xml_reader.IsClosingElement()) { in ProcessGTestOutput()
212 if (node_name == "failure" && xml_reader.IsClosingElement()) in ProcessGTestOutput()
/external/chromium_org/third_party/libxml/chromium/
Dlibxml_utils.cc51 bool XmlReader::IsClosingElement() { in IsClosingElement() function in XmlReader
Dlibxml_utils.h77 bool IsClosingElement();