Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_simple_parser.cpp165 WideString wsAttrName(wsAttributeName); in GetAttributeLocalName() local
166 auto pos = wsAttrName.Find(L':', 0); in GetAttributeLocalName()
168 wsLocalAttrName = wsAttrName; in GetAttributeLocalName()
171 wsLocalAttrName = wsAttrName.Right(wsAttrName.GetLength() - pos.value() - 1); in GetAttributeLocalName()
176 const WideString& wsAttrName, in ResolveAttribute() argument
180 if (GetAttributeLocalName(wsAttrName.AsStringView(), wsLocalAttrName)) { in ResolveAttribute()
181 wsNSPrefix = wsAttrName.Left(wsAttrName.GetLength() - in ResolveAttribute()
899 WideString wsAttrName; in NormalLoader() local
900 GetAttributeLocalName(it.first.AsStringView(), wsAttrName); in NormalLoader()
901 if (wsAttrName == L"nil" && it.second == L"true") in NormalLoader()
[all …]
/external/pdfium/fxjs/xfa/
Dcjx_object.cpp515 WideString wsAttrName = CXFA_Node::AttributeToName(eAttr); in SetCData() local
517 wsAttrName = L"xfa:" + wsAttrName; in SetCData()
519 elem->SetString(wsAttrName, wsValue); in SetCData()