Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfsdk_actionhandler.cpp383 DoAction_ResetForm(action, pFormFillEnv); in DoAction_NoJs()
606 bool CPDFSDK_ActionHandler::DoAction_ResetForm( in DoAction_ResetForm() function in CPDFSDK_ActionHandler
610 return pInterForm->DoAction_ResetForm(action); in DoAction_ResetForm()
Dfsdk_actionhandler.h120 bool DoAction_ResetForm(const CPDF_Action& action,
Dcpdfsdk_interform.h79 bool DoAction_ResetForm(const CPDF_Action& action);
Dcpdfsdk_interform.cpp550 bool CPDFSDK_InterForm::DoAction_ResetForm(const CPDF_Action& action) { in DoAction_ResetForm() function in CPDFSDK_InterForm