Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_document_parser.cpp71 WideString wsAttrName(wsAttributeName); in GetAttributeLocalName() local
72 auto pos = wsAttrName.Find(L':', 0); in GetAttributeLocalName()
74 wsLocalAttrName = std::move(wsAttrName); in GetAttributeLocalName()
77 wsLocalAttrName = wsAttrName.Last(wsAttrName.GetLength() - pos.value() - 1); in GetAttributeLocalName()
82 const WideString& wsAttrName, in ResolveAttribute() argument
86 if (GetAttributeLocalName(wsAttrName.AsStringView(), wsLocalAttrName)) { in ResolveAttribute()
87 wsNSPrefix = wsAttrName.First(wsAttrName.GetLength() - in ResolveAttribute()
692 WideString wsAttrName; in NormalLoader() local
693 GetAttributeLocalName(it.first.AsStringView(), wsAttrName); in NormalLoader()
694 if (wsAttrName.EqualsASCII("nil") && it.second.EqualsASCII("true")) in NormalLoader()
[all …]
/external/pdfium/fxjs/xfa/
Dcjx_object.cpp472 WideString wsAttrName = WideString::FromASCII(XFA_AttributeToName(eAttr)); in SetCData() local
474 wsAttrName = L"xfa:" + wsAttrName; in SetCData()
477 elem->SetAttribute(wsAttrName, wsValue); in SetCData()