Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dcpdfsdk_interform.h54 void EnableCalculate(bool bEnabled);
Dcpdfsdk_interform.cpp200 void CPDFSDK_InterForm::EnableCalculate(bool bEnabled) { in EnableCalculate() function in CPDFSDK_InterForm
/external/pdfium/fxjs/
Dcjs_app.cpp119 pRuntime->GetFormFillEnv()->GetInterForm()->EnableCalculate(m_bCalculate); in set_calculate()
Dcjs_document.cpp922 pInterForm->EnableCalculate(pRuntime->ToBoolean(vp)); in set_calculate()