Home
last modified time | relevance | path

Searched refs:XFA_GetAttributeByName (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dxfa_utils.h206 const XFA_ATTRIBUTEINFO* XFA_GetAttributeByName(const CFX_WideStringC& wsName);
Dxfa_utils.cpp423 const XFA_ATTRIBUTEINFO* XFA_GetAttributeByName(const CFX_WideStringC& wsName) { in XFA_GetAttributeByName() function
Dcxfa_simple_parser.cpp917 XFA_GetAttributeByName(wsAttrName.AsStringC()); in NormalLoader()
Dcxfa_node.cpp1278 XFA_GetAttributeByName(wsExpression.AsStringC()); in Script_NodeClass_IsPropertySpecified()
3709 const XFA_ATTRIBUTEINFO* pAttributeInfo = XFA_GetAttributeByName(wsValue); in SetAttribute()
3721 const XFA_ATTRIBUTEINFO* pAttributeInfo = XFA_GetAttributeByName(wsAttr); in GetAttribute()