Home
last modified time | relevance | path

Searched refs:GetTagName (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
Ddoc_metadata.cpp70 if (pXmlElmnt->GetTagName() == FX_BSTRC("RDF")) { in LoadDoc()
/external/pdfium/core/src/fxcrt/
Dxml_int.h155 …void GetTagName(CFX_ByteString &space, CFX_ByteString &name, FX_BOOL &bEndTag, FX_BOOL bStartTag…
Dfx_xml_parser.cpp313 void CXML_Parser::GetTagName(CFX_ByteString &space, CFX_ByteString &name, FX_BOOL &bEndTag, FX_BOOL… in GetTagName() function in CXML_Parser
370 GetTagName(tag_space, tag_name, bEndTag, bStartTag); in ParseElement()
603 CFX_ByteString CXML_Element::GetTagName(FX_BOOL bQualified) const in GetTagName() function in CXML_Element
/external/pdfium/core/include/fxcrt/
Dfx_xml.h66 CFX_ByteString GetTagName(FX_BOOL bQualified = FALSE) const;
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Edit.cpp59 CFX_ByteString tag=pSubElement->GetTagName(); in SetText()