Home
last modified time | relevance | path

Searched refs:wsPrefix (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/fde/xml/
Dfde_xml_imp.cpp725 void CFDE_XMLElement::GetNamespacePrefix(CFX_WideString& wsPrefix) const { in GetNamespacePrefix()
728 wsPrefix.clear(); in GetNamespacePrefix()
730 wsPrefix = m_wsTag.Left(iFind); in GetNamespacePrefix()
735 CFX_WideString wsAttri(L"xmlns"), wsPrefix; in GetNamespaceURI() local
736 GetNamespacePrefix(wsPrefix); in GetNamespaceURI()
737 if (wsPrefix.GetLength() > 0) { in GetNamespaceURI()
739 wsAttri += wsPrefix; in GetNamespaceURI()
Dfde_xml_imp.h122 void GetNamespacePrefix(CFX_WideString& wsPrefix) const;