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

/external/pdfium/fpdfsdk/include/
H A Dfsdk_actionhandler.h19 FX_BOOL DoAction_ResetForm(const CPDF_Action& action, CPDFSDK_Document* pDocument);
H A Dfsdk_baseform.h201 FX_BOOL DoAction_ResetForm(const CPDF_Action& action);
/external/pdfium/fpdfsdk/src/
H A Dfsdk_actionhandler.cpp530 m_pFormActionHandler->DoAction_ResetForm(action, pDocument);
805 FX_BOOL CPDFSDK_FormActionHandler::DoAction_ResetForm(const CPDF_Action& action, CPDFSDK_Document* pDocument) function in class:CPDFSDK_FormActionHandler
812 if (pInterForm->DoAction_ResetForm(action))
H A Dfsdk_baseform.cpp2522 FX_BOOL CPDFSDK_InterForm::DoAction_ResetForm(const CPDF_Action& action) function in class:CPDFSDK_InterForm

Completed in 542 milliseconds