Searched refs:GetMapKey_Element (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_node.cpp | 446 void* GetMapKey_Element(XFA_Element eType, XFA_ATTRIBUTE eAttribute) { in GetMapKey_Element() function 3604 void* pKey = GetMapKey_Element(GetElementType(), eAttr); in HasAttribute() 3772 void* pKey = GetMapKey_Element(GetElementType(), eAttr); in SetMeasure() 3782 void* pKey = GetMapKey_Element(GetElementType(), eAttr); in TryMeasure() 3807 void* pKey = GetMapKey_Element(GetElementType(), eAttr); in SetCData() 3883 void* pKey = GetMapKey_Element(GetElementType(), XFA_ATTRIBUTE_Value); in SetAttributeValue() 3930 void* pKey = GetMapKey_Element(GetElementType(), eAttr); in TryCData() 3960 void* pKey = GetMapKey_Element(GetElementType(), eAttr); in TryCData() 3987 void* pKey = GetMapKey_Element(GetElementType(), eAttr); in SetObject() 3992 void* pKey = GetMapKey_Element(GetElementType(), eAttr); in TryObject() [all …]
|