Home
last modified time | relevance | path

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

/external/pdfium/xfa/fde/xml/
Dfde_xml_imp.h87 CFX_WideString& wsAttriName,
93 void SetString(const CFX_WideString& wsAttriName,
127 CFX_WideString& wsAttriName,
135 void SetString(const CFX_WideString& wsAttriName,
277 void GetAttributeName(CFX_WideString& wsAttriName) const { in GetAttributeName() argument
278 m_BlockBuffer.GetTextData(wsAttriName, 0, m_iTextDataLength); in GetAttributeName()
Dfde_xml_imp.cpp550 CFX_WideString& wsAttriName, in GetAttribute() argument
556 wsAttriName = m_Attributes[i]; in GetAttribute()
588 void CFDE_XMLInstruction::SetString(const CFX_WideString& wsAttriName, in SetString() argument
590 ASSERT(wsAttriName.GetLength() > 0); in SetString()
593 if (m_Attributes[i].Compare(wsAttriName) == 0) { in SetString()
594 m_Attributes[i] = wsAttriName; in SetString()
599 m_Attributes.push_back(wsAttriName); in SetString()
762 CFX_WideString& wsAttriName, in GetAttribute() argument
768 wsAttriName = m_Attributes[i]; in GetAttribute()
799 void CFDE_XMLElement::SetString(const CFX_WideString& wsAttriName, in SetString() argument
[all …]
/external/pdfium/xfa/fxfa/parser/
Dcxfa_simple_parser.cpp483 CFX_WideString wsAttriName, wsAttriValue; in ParseAsXDPPacket_XDP() local
484 pElement->GetAttribute(i, wsAttriName, wsAttriValue); in ParseAsXDPPacket_XDP()
485 if (wsAttriName == L"uuid") in ParseAsXDPPacket_XDP()
487 else if (wsAttriName == L"timeStamp") in ParseAsXDPPacket_XDP()