Home
last modified time | relevance | path

Searched refs:bStartTag (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/src/fxcrt/
Dxml_int.h117 FX_BOOL bStartTag = FALSE);
119 CXML_Element* ParseElement(CXML_Element* pParent, FX_BOOL bStartTag = FALSE);
Dfx_xml_parser.cpp308 FX_BOOL bStartTag) { in GetTagName() argument
315 int32_t iState = bStartTag ? 1 : 0; in GetTagName()
357 FX_BOOL bStartTag) { in ParseElement() argument
364 GetTagName(tag_space, tag_name, bEndTag, bStartTag); in ParseElement()