Home
last modified time | relevance | path

Searched refs:m_bCancelAction (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/xfa/fxfa/
Dcxfa_eventparam.h61 bool m_bCancelAction = false; variable
Dcxfa_fftextedit.cpp330 event->SetCancelled(eParam.m_bCancelAction); in OnTextWillChange()
/external/pdfium/testing/fuzzers/
Dpdf_formcalc_context_fuzzer.cc525 params.m_bCancelAction = false; in OnRenderFinished()
/external/pdfium/fxjs/xfa/
Dcfxjse_formcalc_context_embeddertest.cpp1127 params.m_bCancelAction = false;
1133 EXPECT_TRUE(params.m_bCancelAction);
Dcjx_eventpseudomodel.cpp246 BooleanProperty(pIsolate, pValue, &pEventParam->m_bCancelAction, in Property()