Home
last modified time | relevance | path

Searched refs:m_eScriptType (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fxjs/xfa/
Dcfxjse_engine.cpp173 AutoRestorer<CXFA_Script::Type> typeRestorer(&m_eScriptType); in RunScript()
174 m_eScriptType = eScriptType; in RunScript()
558 return m_eScriptType; in GetType()
708 if (m_eScriptType != CXFA_Script::Type::Formcalc || bParentOrSiblings) in ResolveObjectsWithBindNode()
Dcfxjse_engine.h199 CXFA_Script::Type m_eScriptType = CXFA_Script::Type::Unknown; variable