Searched defs:bEndTag (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/src/fxcrt/
H A Dfx_xml_parser.cpp327 void CXML_Parser::GetTagName(CFX_ByteStringL &space, CFX_ByteStringL &name, FX_BOOL &bEndTag, FX_BOOL bStartTag) argument
333 bEndTag = FALSE;
362 bEndTag = TRUE;
365 bEndTag = FALSE;
383 FX_BOOL bEndTag; local
384 GetTagName(tag_space, tag_name, bEndTag, bStartTag);
385 if (tag_name.IsEmpty() || bEndTag) {

Completed in 269 milliseconds