Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/javascript/
DDocument.cpp502 CFX_WideString swPath; in importAnFDF() local
505 swPath = params[0]; in importAnFDF()
507 if (swPath.IsEmpty()) in importAnFDF()
510 swPath = pEnv->JS_fieldBrowse(); in importAnFDF()
511 if(swPath.IsEmpty()) in importAnFDF()
516 swPath = app::PDFPathToSysPath(swPath); in importAnFDF()
524 if (!pInterForm->ImportFormFromFDFFile(swPath, TRUE)) in importAnFDF()