Home
last modified time | relevance | path

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

/external/pdfium/testing/fuzzers/
Dpdf_formcalc_context_fuzzer.cc525 script_context->SetEventParam(&params); in OnRenderFinished()
533 script_context->SetEventParam(nullptr); in OnRenderFinished()
/external/pdfium/fxjs/xfa/
Dcfxjse_formcalc_context_embeddertest.cpp1549 context->SetEventParam(&params);
1557 context->SetEventParam(nullptr);
1565 context->SetEventParam(&params);
1570 context->SetEventParam(nullptr);
1580 context->SetEventParam(&params);
1585 context->SetEventParam(nullptr);
1597 context->SetEventParam(&params);
1641 context->SetEventParam(nullptr);
1651 context->SetEventParam(&params);
1662 context->SetEventParam(nullptr);
[all …]
Dcfxjse_engine.h71 void SetEventParam(CXFA_EventParam* param) { m_eventParam = param; } in SetEventParam() function
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.cpp2731 pContext->SetEventParam(pEventParam); in ExecuteBoolScript()
2785 pContext->SetEventParam(nullptr); in ExecuteBoolScript()