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

/external/pdfium/core/fpdfdoc/
H A Dcpdf_action.cpp103 CFX_WideString csJS; local
105 return csJS;
108 return pJS ? pJS->GetUnicodeText() : csJS;
/external/pdfium/fpdfsdk/
H A Dcpdfsdk_interform.cpp252 CFX_WideString csJS = action.GetJavaScript(); local
253 if (csJS.IsEmpty())
263 bool bRet = pContext->RunScript(csJS, &sInfo);

Completed in 213 milliseconds