Home
last modified time | relevance | path

Searched refs:XFA_LPCATTRIBUTEINFO (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_basic_imp.cpp101 XFA_LPCATTRIBUTEINFO XFA_GetAttributeByName(const CFX_WideStringC& wsName) { in XFA_GetAttributeByName()
110 XFA_LPCATTRIBUTEINFO pInfo = g_XFAAttributeData + iMid; in XFA_GetAttributeByName()
121 XFA_LPCATTRIBUTEINFO XFA_GetAttributeByID(XFA_ATTRIBUTE eName) { in XFA_GetAttributeByID()
129 XFA_LPCATTRIBUTEINFO pInfo = XFA_GetAttributeByID(eAttribute); in XFA_GetAttributeDefaultValue()
241 XFA_LPCATTRIBUTEINFO XFA_GetAttributeOfElement(XFA_ELEMENT eElement, in XFA_GetAttributeOfElement()
254 XFA_LPCATTRIBUTEINFO pInfo = XFA_GetAttributeByID(eAttribute); in XFA_GetAttributeOfElement()
Dxfa_document_serialize.cpp214 XFA_LPCATTRIBUTEINFO pAttr = in XFA_DataExporter_RegenerateFormFile_Changed()
399 XFA_LPCATTRIBUTEINFO pAttr = in XFA_DataExporter_RegenerateFormFile_Container()
Dxfa_object_imp.cpp914 XFA_LPCATTRIBUTEINFO pAttributeInfo = XFA_GetAttributeByName(wsExpression); in Script_NodeClass_IsPropertySpecified()
3770 XFA_LPCATTRIBUTEINFO pAttr = XFA_GetAttributeByID(eAttr); in SetAttribute()
3807 XFA_LPCATTRIBUTEINFO pAttr = XFA_GetAttributeByID(eAttr); in GetAttribute()
3866 XFA_LPCATTRIBUTEINFO pAttributeInfo = XFA_GetAttributeByName(wsValue); in SetAttribute()
3877 XFA_LPCATTRIBUTEINFO pAttributeInfo = XFA_GetAttributeByName(wsAttr); in GetAttribute()
4021 XFA_LPCATTRIBUTEINFO pInfo = XFA_GetAttributeByID(eAttr); in SetCData()
4174 XFA_LPCATTRIBUTEINFO pInfo = XFA_GetAttributeByID(eAttr); in SetValue()
Dxfa_parser_imp.cpp873 XFA_LPCATTRIBUTEINFO lpAttrInfo = XFA_GetAttributeByName(wsAttrName); in NormalLoader()
/external/pdfium/xfa/include/fxfa/
Dfxfa_basic.h950 typedef XFA_ATTRIBUTEINFO const* XFA_LPCATTRIBUTEINFO; typedef
952 XFA_LPCATTRIBUTEINFO XFA_GetAttributeByName(const CFX_WideStringC& wsName);
953 XFA_LPCATTRIBUTEINFO XFA_GetAttributeByID(XFA_ATTRIBUTE eName);
993 XFA_LPCATTRIBUTEINFO XFA_GetAttributeOfElement(XFA_ELEMENT eElement,