Searched refs:GetMapKey_Element (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/fxjs/xfa/ |
D | cjx_object.cpp | 70 void* GetMapKey_Element(XFA_Element eType, XFA_Attribute eAttribute) { in GetMapKey_Element() function 213 void* pKey = GetMapKey_Element(GetXFAObject()->GetElementType(), eAttr); in HasAttribute() 325 void* pKey = GetMapKey_Element(GetXFAObject()->GetElementType(), eAttr); in TryBoolean() 360 void* pKey = GetMapKey_Element(GetXFAObject()->GetElementType(), eAttr); in TryInteger() 371 void* pKey = GetMapKey_Element(GetXFAObject()->GetElementType(), eAttr); in TryEnum() 399 void* pKey = GetMapKey_Element(GetXFAObject()->GetElementType(), eAttr); in SetMeasure() 407 void* pKey = GetMapKey_Element(GetXFAObject()->GetElementType(), eAttr); in TryMeasure() 444 void* pKey = GetMapKey_Element(xfaObj->GetElementType(), eAttr); in SetCData() 487 GetMapKey_Element(xfaObj->GetElementType(), XFA_Attribute::Value); in SetAttributeValue() 503 void* pKey = GetMapKey_Element(GetXFAObject()->GetElementType(), eAttr); in TryCData() [all …]
|