Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_document_parser.cpp48 WideStringView wsNamespaceURIPrefix, in MatchNodeName() argument
62 return wsNodeStr.First(wsNamespaceURIPrefix.GetLength()) == in MatchNodeName()
63 wsNamespaceURIPrefix; in MatchNodeName()
66 return wsNodeStr == wsNamespaceURIPrefix; in MatchNodeName()
104 WideStringView wsNamespaceURIPrefix) { in FindAttributeWithNS() argument
121 wsAttrNS != wsNamespaceURIPrefix) { in FindAttributeWithNS()