Home
last modified time | relevance | path

Searched refs:m_Attributes (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/fde/xml/
Dfde_xml_imp.cpp416 std::vector<CFX_WideString>& attributes = pInstruction->m_Attributes; in SaveXMLNode()
452 static_cast<CFDE_XMLElement*>(pNode)->m_Attributes; in SaveXMLNode()
537 pClone->m_Attributes = m_Attributes; in Clone()
546 return pdfium::CollectionSize<int32_t>(m_Attributes) / 2; in CountAttributes()
552 int32_t iCount = pdfium::CollectionSize<int32_t>(m_Attributes); in GetAttribute()
556 wsAttriName = m_Attributes[i]; in GetAttribute()
557 wsAttriValue = m_Attributes[i + 1]; in GetAttribute()
566 int32_t iCount = pdfium::CollectionSize<int32_t>(m_Attributes); in HasAttribute()
568 if (m_Attributes[i].Compare(pwsAttriName) == 0) { in HasAttribute()
578 int32_t iCount = pdfium::CollectionSize<int32_t>(m_Attributes); in GetString()
[all …]
Dfde_xml_imp.h106 std::vector<CFX_WideString> m_Attributes; variable
148 std::vector<CFX_WideString> m_Attributes; variable
/external/pdfium/xfa/fxfa/app/
Dcxfa_csstagprovider.h24 m_Attributes.insert({wsAttr, wsValue}); in SetAttribute()
28 return m_Attributes[wsAttr]; in GetAttribute()
36 std::map<CFX_WideString, CFX_WideString> m_Attributes; variable