Searched defs:wsAttributeName (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_simple_parser.cpp83 bool GetAttributeLocalName(const CFX_WideStringC& wsAttributeName, argument
85 CFX_WideString wsAttrName(wsAttributeName);
96 const CFX_WideStringC& wsAttributeName,
99 CFX_WideString wsAttrName(wsAttributeName);
101 if (GetAttributeLocalName(wsAttributeName, wsLocalAttrName)) {
102 wsNSPrefix = wsAttrName.Left(wsAttributeName.GetLength() -
95 ResolveAttribute(CFDE_XMLElement* pElement, const CFX_WideStringC& wsAttributeName, CFX_WideString& wsLocalAttrName, CFX_WideString& wsNamespaceURI) argument
H A Dcxfa_node.cpp4600 CFX_WideStringC wsAttributeName = local
4602 pXMLElement->RemoveAttribute(wsAttributeName.c_str());

Completed in 178 milliseconds