Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dxfa_utils.h39 const XFA_SCRIPTATTRIBUTEINFO* XFA_GetScriptAttributeByName(
Dxfa_utils.cpp582 const XFA_SCRIPTATTRIBUTEINFO* XFA_GetScriptAttributeByName( in XFA_GetScriptAttributeByName() function
/external/pdfium/fxjs/
Dcfxjse_engine.cpp338 const XFA_SCRIPTATTRIBUTEINFO* lpAttributeInfo = XFA_GetScriptAttributeByName( in NormalPropertySetter()
362 const XFA_SCRIPTATTRIBUTEINFO* lpAttrInfo = XFA_GetScriptAttributeByName( in NormalPropertySetter()
395 !XFA_GetScriptAttributeByName(eType, wsPropName.AsStringView())) { in NormalPropTypeGetter()
Dcfxjse_resolveprocessor.cpp206 XFA_GetScriptAttributeByName(curNode->GetElementType(), strAttr); in ResolveForAttributeRs()