Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/javascript/
DDocument.cpp337 …CFX_WideString swFilePath = params.size() > 4 ? (FX_LPCWSTR)params[4].operator CFX_WideString() : … in exportAsFDF() local
339 if (swFilePath.IsEmpty()) in exportAsFDF()
342 swFilePath = pEnv->JS_fieldBrowse(); in exportAsFDF()
343 if(swFilePath.IsEmpty()) in exportAsFDF()
348 swFilePath = app::PDFPathToSysPath(swFilePath); in exportAsFDF()
400 return pInterForm->ExportFieldsToFDFFile(swFilePath, fields, TRUE); in exportAsFDF()
2180 CFX_WideString swFilePath; in extractPages() local
2197 swFilePath = CJS_Value(m_isolate,pValue,GET_VALUE_TYPE(pValue)).operator CFX_WideString(); in extractPages()
2213 swFilePath = params[2].operator CFX_WideString(); in extractPages()
2228 if (swFilePath.IsEmpty()) in extractPages()
[all …]