Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fdp/src/xml/
Dfde_xml.h95 virtual void GetTagName(CFX_WideString& wsTag) const;
305 virtual void GetTagName(CFX_WideString& wsTag) const { in GetTagName() function
324 virtual void GetTagName(CFX_WideString& wsTag) const { GetData(wsTag); } in GetTagName() function
Dfde_xml.cpp155 ((CFDE_XMLElement*)pNode)->GetTagName(wsTag); in GetPath()
673 void CFDE_XMLElement::GetTagName(CFX_WideString& wsTag) const { in GetTagName() function in CFDE_XMLElement
1125 m_pParser->GetTagName(m_ws1); in DoParser()
1126 ((CFDE_XMLElement*)m_pChild)->GetTagName(m_ws2); in DoParser()
1147 m_pParser->GetTagName(m_ws1); in DoParser()
1240 m_pParser->GetTagName(m_ws1); in DoParser()
/external/pdfium/xfa/src/fdp/include/
Dfde_xml.h113 virtual void GetTagName(CFX_WideString& wsTag) const = 0;
225 virtual void GetTagName(CFX_WideString& wsTag) const = 0;
Dfde_css.h1047 virtual CFX_WideStringC GetTagName() = 0;
/external/pdfium/core/src/fxcrt/
Dxml_int.h114 void GetTagName(CFX_ByteString& space,
Dfx_xml_parser.cpp305 void CXML_Parser::GetTagName(CFX_ByteString& space, in GetTagName() function in CXML_Parser
364 GetTagName(tag_space, tag_name, bEndTag, bStartTag); in ParseElement()
589 CFX_ByteString CXML_Element::GetTagName(FX_BOOL bQualified) const { in GetTagName() function in CXML_Element
/external/pdfium/xfa/src/fdp/src/css/
Dfde_csscache.cpp107 CFX_WideStringC wsValue, wsName = pTag->GetTagName(); in _FDE_CSSTAGCACHE()
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffdoc.cpp48 pXMLElement->GetTagName(wsTagName); in XFA_GetPDFContentsFromPDFXML()
65 pXMLElement->GetTagName(wsTagName); in XFA_GetPDFContentsFromPDFXML()
Dxfa_textlayout.h28 virtual CFX_WideStringC GetTagName() { return m_wsTagName; } in GetTagName() function
Dxfa_textlayout.cpp261 if ((tagProvider.GetTagName() != FX_WSTRC(L"body")) || in ParseRichText()
262 (tagProvider.GetTagName() != FX_WSTRC(L"html"))) { in ParseRichText()
/external/pdfium/core/include/fxcrt/
Dfx_xml.h63 CFX_ByteString GetTagName(FX_BOOL bQualified = FALSE) const;
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_parser_imp.cpp1508 m_pParser->GetTagName(m_ws1); in DoParser()
1509 ((IFDE_XMLElement*)m_pChild)->GetTagName(m_ws2); in DoParser()
1543 m_pParser->GetTagName(m_ws1); in DoParser()
/external/libvpx/libvpx/third_party/libwebm/
Dmkvparser.hpp628 const char* GetTagName() const;
Dmkvparser.cpp3897 const char* Tags::SimpleTag::GetTagName() const { return m_tag_name; } in GetTagName() function in mkvparser::Tags::SimpleTag
/external/libvpx/libwebm/mkvparser/
Dmkvparser.h715 const char* GetTagName() const;
Dmkvparser.cc3896 const char* Tags::SimpleTag::GetTagName() const { return m_tag_name; } in GetTagName() function in mkvparser::Tags::SimpleTag
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Edit.cpp49 CFX_ByteString tag = pSubElement->GetTagName(); in SetText()