/external/pdfium/xfa/src/fdp/src/xml/ |
D | fde_xml.h | 95 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
|
D | fde_xml.cpp | 155 ((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/ |
D | fde_xml.h | 113 virtual void GetTagName(CFX_WideString& wsTag) const = 0; 225 virtual void GetTagName(CFX_WideString& wsTag) const = 0;
|
D | fde_css.h | 1047 virtual CFX_WideStringC GetTagName() = 0;
|
/external/pdfium/core/src/fxcrt/ |
D | xml_int.h | 114 void GetTagName(CFX_ByteString& space,
|
D | fx_xml_parser.cpp | 305 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/ |
D | fde_csscache.cpp | 107 CFX_WideStringC wsValue, wsName = pTag->GetTagName(); in _FDE_CSSTAGCACHE()
|
/external/pdfium/xfa/src/fxfa/src/app/ |
D | xfa_ffdoc.cpp | 48 pXMLElement->GetTagName(wsTagName); in XFA_GetPDFContentsFromPDFXML() 65 pXMLElement->GetTagName(wsTagName); in XFA_GetPDFContentsFromPDFXML()
|
D | xfa_textlayout.h | 28 virtual CFX_WideStringC GetTagName() { return m_wsTagName; } in GetTagName() function
|
D | xfa_textlayout.cpp | 261 if ((tagProvider.GetTagName() != FX_WSTRC(L"body")) || in ParseRichText() 262 (tagProvider.GetTagName() != FX_WSTRC(L"html"))) { in ParseRichText()
|
/external/pdfium/core/include/fxcrt/ |
D | fx_xml.h | 63 CFX_ByteString GetTagName(FX_BOOL bQualified = FALSE) const;
|
/external/pdfium/xfa/src/fxfa/src/parser/ |
D | xfa_parser_imp.cpp | 1508 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/ |
D | mkvparser.hpp | 628 const char* GetTagName() const;
|
D | mkvparser.cpp | 3897 const char* Tags::SimpleTag::GetTagName() const { return m_tag_name; } in GetTagName() function in mkvparser::Tags::SimpleTag
|
/external/libvpx/libwebm/mkvparser/ |
D | mkvparser.h | 715 const char* GetTagName() const;
|
D | mkvparser.cc | 3896 const char* Tags::SimpleTag::GetTagName() const { return m_tag_name; } in GetTagName() function in mkvparser::Tags::SimpleTag
|
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_Edit.cpp | 49 CFX_ByteString tag = pSubElement->GetTagName(); in SetText()
|