Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcfxjse_engine.cpp131 AutoRestorer<CXFA_Script::Type> typeRestorer(&m_eScriptType); in RunScript()
132 m_eScriptType = eScriptType; in RunScript()
491 return m_eScriptType; in GetType()
608 if (m_eScriptType != CXFA_Script::Type::Formcalc || in ResolveObjects()
Dcfxjse_engine.h126 CXFA_Script::Type m_eScriptType = CXFA_Script::Type::Unknown; variable