Searched refs:GetMapKey_Element (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/fxjs/xfa/ |
D | cjx_object.cpp | 67 void* GetMapKey_Element(XFA_Element eType, XFA_Attribute eAttribute) { in GetMapKey_Element() function 215 void* pKey = GetMapKey_Element(GetXFAObject()->GetElementType(), eAttr); in HasAttribute() 333 void* pKey = GetMapKey_Element(GetXFAObject()->GetElementType(), eAttr); in TryBoolean() 370 void* pKey = GetMapKey_Element(GetXFAObject()->GetElementType(), eAttr); in TryInteger() 382 void* pKey = GetMapKey_Element(GetXFAObject()->GetElementType(), eAttr); in TryEnum() 413 void* pKey = GetMapKey_Element(GetXFAObject()->GetElementType(), eAttr); in SetMeasure() 422 void* pKey = GetMapKey_Element(GetXFAObject()->GetElementType(), eAttr); in TryMeasure() 455 void* pKey = GetMapKey_Element(xfaObj->GetElementType(), eAttr); in SetCData() 530 GetMapKey_Element(xfaObj->GetElementType(), XFA_Attribute::Value); in SetAttributeValue() 574 void* pKey = GetMapKey_Element(GetXFAObject()->GetElementType(), eAttr); in TryCData() [all …]
|