Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_ffnotify.cpp207 std::tie(iRet, bRet) = item->ExecuteBoolScript(pDocView, script, &EventParam); in RunScript()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.h266 std::pair<XFA_EventError, bool> ExecuteBoolScript(
Dcxfa_node.cpp2647 std::tie(iRet, bRet) = ExecuteBoolScript(pDocView, script, &eParam); in ProcessValidate()
2705 return ExecuteBoolScript(pDocView, script, pEventParam).first; in ExecuteScript()
2708 std::pair<XFA_EventError, bool> CXFA_Node::ExecuteBoolScript( in ExecuteBoolScript() function in CXFA_Node