Home
last modified time | relevance | path

Searched refs:wsTag (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/core/fxcrt/xml/
Dcfx_xmlparser.cpp104 WideString wsTag = in DoParser() local
106 if (wsTag == L"template") { in DoParser()
111 } else if (wsTag == L"datasets") { in DoParser()
Dcfx_xmlelement.cpp18 CFX_XMLElement::CFX_XMLElement(const WideString& wsTag) in CFX_XMLElement() argument
19 : CFX_XMLAttributeNode(wsTag) {} in CFX_XMLElement()
Dcfx_xmlnode.cpp106 WideString wsTag; in GetPath() local
111 wsTag = static_cast<CFX_XMLElement*>(pNode)->GetName(); in GetPath()
113 wsTag = static_cast<CFX_XMLElement*>(pNode)->GetLocalTagName(); in GetPath()
115 if (wsTag.Compare(csPath) == 0) { in GetPath()
Dcfx_xmlelement.h18 explicit CFX_XMLElement(const WideString& wsTag);
/external/pdfium/xfa/fxfa/
Dcxfa_textlayout.cpp86 WideString wsTag = pXMLElement->GetLocalTagName(); in GetXMLContainerNode() local
87 if (wsTag == L"body" || wsTag == L"html") { in GetXMLContainerNode()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_simple_parser.cpp306 WideString wsTag = pXMLElement->GetLocalTagName(); in GetPlainTextFromRichText() local
307 uint32_t uTag = FX_HashCode_GetW(wsTag.AsStringView(), true); in GetPlainTextFromRichText()
Dcxfa_node.cpp1121 WideString wsTag(JSObject()->GetCData(XFA_Attribute::Name)); in CreateXMLMappingNode() local
1122 m_pXMLNode = new CFX_XMLElement(wsTag); in CreateXMLMappingNode()