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

  /external/pdfium/core/fxcrt/xml/
cfx_xmlelement.h 27 WideString GetNamespaceURI() const;
cxml_element.h 31 ByteString GetNamespaceURI(const ByteString& qName) const;
cfx_xmlelement.cpp 59 WideString CFX_XMLElement::GetNamespaceURI() const {
cxml_element.cpp 59 ByteString CXML_Element::GetNamespaceURI(const ByteString& qName) const {
  /external/pdfium/fxjs/xfa/
cjx_object.cpp 875 return {static_cast<CFX_XMLElement*>(pXMLNode)->GetNamespaceURI()};
895 return {static_cast<CFX_XMLElement*>(pXMLNode)->GetNamespaceURI()};
    [all...]
  /external/pdfium/xfa/fxfa/parser/
cxfa_simple_parser.cpp 668 WideString wsNamespaceURI = pXMLDocumentElement->GetNamespaceURI();
    [all...]

Completed in 125 milliseconds