Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_objectacc_imp.cpp3533 CFX_WideString wsAttributeValue; in GetCertificatesKeyUsageString() local
3534 pKeyUsageNode->GetAttribute(eAttribute, wsAttributeValue, FALSE); in GetCertificatesKeyUsageString()
3535 return wsAttributeValue; in GetCertificatesKeyUsageString()
3697 CFX_WideString wsAttributeValue; in GetSubjectDNString() local
3698 pSubjectDNNode->GetAttribute(eAttribute, wsAttributeValue, FALSE); in GetSubjectDNString()
3699 return wsAttributeValue; in GetSubjectDNString()
Dxfa_object_imp.cpp1146 CFX_WideString wsAttributeValue; in Script_NodeClass_SetAttribute() local
1149 wsAttributeValue = in Script_NodeClass_SetAttribute()
1152 this->SetAttribute(wsAttribute, wsAttributeValue, TRUE); in Script_NodeClass_SetAttribute()
3513 CFX_WideString wsAttributeValue; in Script_Packet_GetAttribute() local
3519 wsAttributeValue); in Script_Packet_GetAttribute()
3523 FX_UTF8Encode(wsAttributeValue, wsAttributeValue.GetLength())); in Script_Packet_GetAttribute()