Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dfx_xml.h136 uint32_t CountElements(const CFX_ByteStringC& space,
Dfx_xml_parser.cpp827 uint32_t CXML_Element::CountElements(const CFX_ByteStringC& space, in CountElements() function in CXML_Element
/external/pdfium/xfa/fxfa/parser/
Dxfa_locale.cpp218 int32_t iCount = pElement->CountElements("", bsTag); in GetPattern()