Searched refs:sDestination (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/
H A Dcpdfsdk_interform.cpp412 CFX_WideString sDestination = action.GetFilePath(); local
413 if (sDestination.IsEmpty())
427 return SubmitFields(sDestination, fields, bIncludeOrExclude, false);
433 return SubmitForm(sDestination, false);
515 bool CPDFSDK_InterForm::SubmitForm(const CFX_WideString& sDestination, argument
517 if (sDestination.IsEmpty())
537 m_pFormFillEnv->JS_docSubmitForm(pBuffer, nBufSize, sDestination.c_str());
H A Dcpdfsdk_interform.h89 bool SubmitForm(const CFX_WideString& sDestination, bool bUrlEncoded);

Completed in 192 milliseconds