Home
last modified time | relevance | path

Searched refs:OnCalculate (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/fpdfsdk/
Dcpdfsdk_interform.cpp250 void CPDFSDK_InterForm::OnCalculate(CPDF_FormField* pFormField) { in OnCalculate() function in CPDFSDK_InterForm
650 OnCalculate(pField); in AfterValueChange()
676 OnCalculate(pField); in AfterSelectionChange()
687 OnCalculate(pField); in AfterCheckedStatusChange()
696 OnCalculate(nullptr); in AfterFormReset()
704 OnCalculate(nullptr); in AfterFormImportData()
Dcpdfsdk_interform.h70 void OnCalculate(CPDF_FormField* pFormField = nullptr);
/external/pdfium/fpdfsdk/formfiller/
Dcffl_interactiveformfiller.h99 void OnCalculate(CPDFSDK_Annot::ObservedPtr* pAnnot,
Dcffl_interactiveformfiller.cpp663 void CFFL_InteractiveFormFiller::OnCalculate(CPDFSDK_Annot::ObservedPtr* pAnnot, in OnCalculate() function in CFFL_InteractiveFormFiller
672 pInterForm->OnCalculate(pWidget->GetFormField()); in OnCalculate()
Dcffl_formfiller.cpp498 pFormFiller->OnCalculate(&pObserved, pPageView, nFlag); in CommitData()
/external/pdfium/fxjs/
Dcjs_document.cpp1210 m_pFormFillEnv->GetInterForm()->OnCalculate(); in calculateNow()