Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_basic_imp.cpp414 const CFX_WideStringC& wsAttributeName) { in XFA_GetScriptAttributeByName() argument
415 int32_t iLength = wsAttributeName.GetLength(); in XFA_GetScriptAttributeByName()
427 uint32_t uHash = FX_HashCode_String_GetW(wsAttributeName.GetPtr(), iLength); in XFA_GetScriptAttributeByName()
Dxfa_parser_imp.cpp274 const CFX_WideStringC& wsAttributeName, in XFA_FDEExtension_GetAttributeLocalName() argument
276 CFX_WideString wsAttrName(wsAttributeName); in XFA_FDEExtension_GetAttributeLocalName()
288 const CFX_WideStringC& wsAttributeName, in XFA_FDEExtension_ResolveAttribute() argument
291 CFX_WideString wsAttrName(wsAttributeName); in XFA_FDEExtension_ResolveAttribute()
293 if (XFA_FDEExtension_GetAttributeLocalName(wsAttributeName, in XFA_FDEExtension_ResolveAttribute()
295 wsNSPrefix = wsAttrName.Left(wsAttributeName.GetLength() - in XFA_FDEExtension_ResolveAttribute()
Dxfa_object_imp.cpp4758 CFX_WideStringC wsAttributeName = in RemoveChild() local
4760 pXMLElement->RemoveAttribute(wsAttributeName.GetPtr()); in RemoveChild()
/external/pdfium/xfa/include/fxfa/
Dfxfa_basic.h1083 const CFX_WideStringC& wsAttributeName);