Home
last modified time | relevance | path

Searched refs:eScriptType (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/fxjs/xfa/
Dcfxjse_engine.h73 bool RunScript(CXFA_Script::Type eScriptType,
Dcfxjse_engine.cpp126 bool CFXJSE_Engine::RunScript(CXFA_Script::Type eScriptType, in RunScript() argument
132 m_eScriptType = eScriptType; in RunScript()
133 if (eScriptType == CXFA_Script::Type::Formcalc) { in RunScript()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.cpp2725 CXFA_Script::Type eScriptType = script->GetContentType(); in ExecuteBoolScript() local
2726 if (eScriptType == CXFA_Script::Type::Unknown) in ExecuteBoolScript()
2745 bRet = pContext->RunScript(eScriptType, wsExpression.AsStringView(), in ExecuteBoolScript()