Searched defs:csJSName (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/src/
H A Dfsdk_actionhandler.cpp59 FX_BOOL CPDFSDK_ActionHandler::DoAction_JavaScript(const CPDF_Action& JsAction,CFX_WideString csJSName, argument
67 RunDocumentOpenJavaScript(pDocument, csJSName, swJS);
H A Dfsdk_mgr.cpp405 CFX_ByteString csJSName; local
406 CPDF_Action jsAction = docJS.GetJSAction(i, csJSName);
408 m_pEnv->GetActionHander()->DoAction_JavaScript(jsAction,CFX_WideString::FromLocal(csJSName),this);

Completed in 99 milliseconds