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.h90 bool SubmitForm(const WideString& sDestination, bool bUrlEncoded);
Dcpdfsdk_interform.cpp466 return SubmitForm(sDestination, false); in DoAction_SubmitForm()
551 bool CPDFSDK_InterForm::SubmitForm(const WideString& sDestination, in SubmitForm() function in CPDFSDK_InterForm
Dfsdk_actionhandler.cpp381 case CPDF_Action::SubmitForm: in DoAction_NoJs()
/external/pdfium/fxjs/
Dcjs_document.cpp560 pInterForm->SubmitForm(strURL, false); in submitForm()