Home | History | Annotate | Download | only in src

Lines Matching refs:sDestination

2223 	CFX_WideString sDestination = action.GetFilePath();

2224 if (sDestination.IsEmpty()) return FALSE;
2244 return SubmitFields(sDestination, fields, bIncludeOrExclude, FALSE);
2253 return SubmitForm(sDestination, FALSE);
2263 return SubmitForm(sDestination, FALSE);
2414 FX_BOOL CPDFSDK_InterForm::SubmitForm(const CFX_WideString& sDestination, FX_BOOL bUrlEncoded)
2416 if (sDestination.IsEmpty()) return FALSE;
2442 pEnv->JS_docSubmitForm(pBuffer, nBufSize, (FX_LPCWSTR)sDestination);