Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dxfa_basic_data.h47 Optional<XFA_SCRIPTATTRIBUTEINFO> XFA_GetScriptAttributeByName(
Dxfa_basic_data.cpp182 Optional<XFA_SCRIPTATTRIBUTEINFO> XFA_GetScriptAttributeByName( in XFA_GetScriptAttributeByName() function
/external/pdfium/fxjs/xfa/
Dcfxjse_engine.cpp361 Optional<XFA_SCRIPTATTRIBUTEINFO> info = XFA_GetScriptAttributeByName( in NormalPropertyGetter()
407 XFA_GetScriptAttributeByName(pObject->GetElementType(), wsPropNameView); in NormalPropertySetter()
430 info = XFA_GetScriptAttributeByName(pPropOrChild->GetElementType(), in NormalPropertySetter()
463 !XFA_GetScriptAttributeByName(eType, wsPropName.AsStringView())) { in NormalPropTypeGetter()
Dcfxjse_resolveprocessor.cpp237 XFA_GetScriptAttributeByName(curNode->GetElementType(), strAttr); in ResolveForAttributeRs()