HomeSort by relevance Sort by last modified time
    Searched refs:m_Attributes (Results 1 - 3 of 3) sorted by null

  /external/pdfium/xfa/fxfa/app/
cxfa_csstagprovider.h 24 m_Attributes.insert({wsAttr, wsValue});
28 return m_Attributes[wsAttr];
36 std::map<CFX_WideString, CFX_WideString> m_Attributes;
  /external/pdfium/xfa/fde/xml/
fde_xml_imp.cpp 416 std::vector<CFX_WideString>& attributes = pInstruction->m_Attributes;
452 static_cast<CFDE_XMLElement*>(pNode)->m_Attributes;
537 pClone->m_Attributes = m_Attributes;
546 return pdfium::CollectionSize<int32_t>(m_Attributes) / 2;
552 int32_t iCount = pdfium::CollectionSize<int32_t>(m_Attributes);
556 wsAttriName = m_Attributes[i];
557 wsAttriValue = m_Attributes[i + 1];
566 int32_t iCount = pdfium::CollectionSize<int32_t>(m_Attributes);
568 if (m_Attributes[i].Compare(pwsAttriName) == 0)
    [all...]
fde_xml_imp.h 106 std::vector<CFX_WideString> m_Attributes;
148 std::vector<CFX_WideString> m_Attributes;

Completed in 103 milliseconds