Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_action.h30 SubmitForm, enumerator
/external/pdfium/fpdfsdk/
Dcpdfsdk_interform.h89 bool SubmitForm(const CFX_WideString& sDestination, bool bUrlEncoded);
Dcpdfsdk_interform.cpp433 return SubmitForm(sDestination, false); in DoAction_SubmitForm()
515 bool CPDFSDK_InterForm::SubmitForm(const CFX_WideString& sDestination, in SubmitForm() function in CPDFSDK_InterForm
Dfsdk_actionhandler.cpp379 case CPDF_Action::SubmitForm: in DoAction_NoJs()
/external/pdfium/fpdfsdk/javascript/
DDocument.cpp644 pInterForm->SubmitForm(strURL, false); in submitForm()