Home
last modified time | relevance | path

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

/external/pdfium/core/include/fxcrt/
Dfx_xml.h93 CFX_ByteString GetNamespaceURI(FX_BSTR qName) const;
94 void GetNamespaceURI(FX_BSTR qName, CFX_ByteStringL &uri) const;
/external/pdfium/core/src/fxcrt/
Dfx_xml_parser.cpp705 return GetNamespaceURI(m_QSpaceName); in GetNamespace()
714 GetNamespaceURI(m_QSpaceName, nameSpace); in GetNamespace()
716 CFX_ByteString CXML_Element::GetNamespaceURI(FX_BSTR qName) const in GetNamespaceURI() function in CXML_Element
733 void CXML_Element::GetNamespaceURI(FX_BSTR qName, CFX_ByteStringL &uri) const in GetNamespaceURI() function in CXML_Element