Home
last modified time | relevance | path

Searched refs:XFA_SCRIPTATTRIBUTEINFO (Results 1 – 10 of 10) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dxfa_basic_data.h20 extern const XFA_SCRIPTATTRIBUTEINFO g_SomAttributeData[];
Dxfa_resolvenode_rs.h45 const XFA_SCRIPTATTRIBUTEINFO* pScriptAttribute;
Dxfa_utils.h39 const XFA_SCRIPTATTRIBUTEINFO* XFA_GetScriptAttributeByName(
Dxfa_utils.cpp582 const XFA_SCRIPTATTRIBUTEINFO* XFA_GetScriptAttributeByName( in XFA_GetScriptAttributeByName()
600 const XFA_SCRIPTATTRIBUTEINFO* pInfo = g_SomAttributeData + iMid; in XFA_GetScriptAttributeByName()
Dxfa_basic_data_element_script.cpp477 const XFA_SCRIPTATTRIBUTEINFO g_SomAttributeData[] = {
/external/pdfium/fxjs/
Dcfxjse_resolveprocessor.h31 const XFA_SCRIPTATTRIBUTEINFO* m_pScriptAttribute;
Dcfxjse_engine.cpp163 const XFA_SCRIPTATTRIBUTEINFO* lpAttributeInfo = resolveRs.pScriptAttribute; in QueryNodeByFlag()
338 const XFA_SCRIPTATTRIBUTEINFO* lpAttributeInfo = XFA_GetScriptAttributeByName( in NormalPropertySetter()
362 const XFA_SCRIPTATTRIBUTEINFO* lpAttrInfo = XFA_GetScriptAttributeByName( in NormalPropertySetter()
Dcfxjse_resolveprocessor.cpp205 const XFA_SCRIPTATTRIBUTEINFO* lpScriptAttribute = in ResolveForAttributeRs()
/external/pdfium/fxjs/xfa/
Dcjx_tree.cpp67 const XFA_SCRIPTATTRIBUTEINFO* lpAttributeInfo = in resolveNode()
/external/pdfium/xfa/fxfa/
Dfxfa_basic.h975 struct XFA_SCRIPTATTRIBUTEINFO { struct