Searched refs:wsAttr (Results 1 - 7 of 7) sorted by relevance

/external/pdfium/xfa/fxfa/
H A Dcxfa_textparser.h99 void SetAttribute(const WideString& wsAttr, const WideString& wsValue) { argument
100 m_Attributes.insert({wsAttr, wsValue});
103 WideString GetAttribute(const WideString& wsAttr) { argument
104 return m_Attributes[wsAttr];
H A Dcxfa_textprovider.h39 const WideString& wsAttr,
H A Dcxfa_textprovider.cpp147 const WideString& wsAttr,
161 pIDNode = pDocument->GetNodeByID(pParent, wsAttr.AsStringView());
166 wsAttr.AsStringView());
145 GetEmbbedObj(bool bURI, bool bRaw, const WideString& wsAttr, WideString& wsValue) argument
H A Dcxfa_textparser.cpp507 WideString wsAttr = pElement->GetString(L"xfa:embed"); local
508 if (wsAttr.IsEmpty())
510 if (wsAttr[0] == L'#')
511 wsAttr.Delete(0);
533 bRet = pTextProvider->GetEmbbedObj(bURI, bRaw, wsAttr, wsValue);
/external/pdfium/xfa/fxfa/parser/
H A Dxfa_utils.cpp186 WideString wsAttr; local
188 wsAttr);
189 wsAttrs += wsAttr;
370 WideString wsAttr; local
371 SaveAttribute(pNode, attr, CXFA_Node::AttributeToName(attr), false, wsAttr);
372 wsOutput += wsAttr;
/external/pdfium/fxjs/xfa/
H A Dcjx_object.h80 bool SetAttribute(const WideStringView& wsAttr,
83 void RemoveAttribute(const WideStringView& wsAttr);
86 Optional<WideString> TryAttribute(const WideStringView& wsAttr,
H A Dcjx_object.cpp253 bool CJX_Object::SetAttribute(const WideStringView& wsAttr, argument
260 void* pKey = GetMapKey_Custom(wsAttr);
311 Optional<WideString> CJX_Object::TryAttribute(const WideStringView& wsAttr, argument
313 XFA_Attribute attr = CXFA_Node::NameToAttribute(wsAttr);
317 void* pKey = GetMapKey_Custom(wsAttr);
325 void CJX_Object::RemoveAttribute(const WideStringView& wsAttr) { argument
326 void* pKey = GetMapKey_Custom(wsAttr);

Completed in 303 milliseconds