Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/
Dfsdk_baseform.cpp2400 CFX_WideString sDestination = action.GetFilePath(); local
2401 if (sDestination.IsEmpty())
2415 return SubmitFields(sDestination, fields, bIncludeOrExclude, FALSE);
2421 return SubmitForm(sDestination, FALSE);
2528 FX_BOOL CPDFSDK_InterForm::SubmitForm(const CFX_WideString& sDestination, argument
2530 if (sDestination.IsEmpty())
2556 pEnv->JS_docSubmitForm(pBuffer, nBufSize, sDestination.c_str());
/external/pdfium/fpdfsdk/include/
Dfsdk_baseform.h310 FX_BOOL SubmitForm(const CFX_WideString& sDestination, FX_BOOL bUrlEncoded);