Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dcpdfsdk_interactiveform.cpp347 bool CPDFSDK_InteractiveForm::OnKeyStrokeCommit(CPDF_FormField* pFormField, in OnKeyStrokeCommit() function in CPDFSDK_InteractiveForm
528 if (!OnKeyStrokeCommit(pField, csValue)) in BeforeValueChange()
551 if (!OnKeyStrokeCommit(pField, csValue)) in BeforeSelectionChange()
Dcpdfsdk_interactiveform.h60 bool OnKeyStrokeCommit(CPDF_FormField* pFormField, const WideString& csValue);
/external/pdfium/fpdfsdk/formfiller/
Dcffl_interactiveformfiller.h102 bool OnKeyStrokeCommit(ObservedPtr<CPDFSDK_Annot>* pAnnot,
Dcffl_formfiller.cpp466 if (!pFormFiller->OnKeyStrokeCommit(&pObserved, pPageView, nFlag)) { in CommitData()
Dcffl_interactiveformfiller.cpp644 bool CFFL_InteractiveFormFiller::OnKeyStrokeCommit( in OnKeyStrokeCommit() function in CFFL_InteractiveFormFiller