Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.h96 XFA_AttributeType GetAttributeType(XFA_Attribute type) const;
Dcxfa_node.cpp389 XFA_AttributeType CXFA_Node::GetAttributeType(XFA_Attribute type) const { in GetAttributeType() function in CXFA_Node
/external/pdfium/fxjs/xfa/
Dcjx_object.cpp222 switch (ToNode(GetXFAObject())->GetAttributeType(eAttr)) { in SetAttribute()
275 switch (ToNode(GetXFAObject())->GetAttributeType(eAttr)) { in TryAttribute()