HomeSort by relevance Sort by last modified time
    Searched refs:GetTagName (Results 1 - 16 of 16) sorted by null

  /external/pdfium/xfa/src/fdp/include/
fde_xml.h 113 virtual void GetTagName(CFX_WideString& wsTag) const = 0;
225 virtual void GetTagName(CFX_WideString& wsTag) const = 0;
fde_css.h     [all...]
  /external/pdfium/xfa/src/fdp/src/xml/
fde_xml.h 95 virtual void GetTagName(CFX_WideString& wsTag) const;
305 virtual void GetTagName(CFX_WideString& wsTag) const {
324 virtual void GetTagName(CFX_WideString& wsTag) const { GetData(wsTag); }
fde_xml.cpp 155 ((CFDE_XMLElement*)pNode)->GetTagName(wsTag);
673 void CFDE_XMLElement::GetTagName(CFX_WideString& wsTag) const {
    [all...]
  /external/pdfium/core/include/fxcrt/
fx_xml.h 63 CFX_ByteString GetTagName(FX_BOOL bQualified = FALSE) const;
  /external/pdfium/core/src/fxcrt/
xml_int.h 114 void GetTagName(CFX_ByteString& space,
  /external/pdfium/xfa/src/fdp/src/css/
fde_csscache.cpp 107 CFX_WideStringC wsValue, wsName = pTag->GetTagName();
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffdoc.cpp 48 pXMLElement->GetTagName(wsTagName);
65 pXMLElement->GetTagName(wsTagName);
xfa_textlayout.h 28 virtual CFX_WideStringC GetTagName() { return m_wsTagName; }
xfa_textlayout.cpp 261 if ((tagProvider.GetTagName() != FX_WSTRC(L"body")) ||
262 (tagProvider.GetTagName() != FX_WSTRC(L"html"))) {
    [all...]
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_parser_imp.cpp     [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvparser.hpp 628 const char* GetTagName() const;
mkvparser.cpp     [all...]
  /external/libvpx/libwebm/mkvparser/
mkvparser.h 715 const char* GetTagName() const;
mkvparser.cc     [all...]
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Edit.cpp 49 CFX_ByteString tag = pSubElement->GetTagName();
    [all...]

Completed in 544 milliseconds