Searched refs:csJSName (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/include/
H A Dfsdk_actionhandler.h39 virtual FX_BOOL DoAction_JavaScript(const CPDF_Action& JsAction,CFX_WideString csJSName, CPDFSDK_Document* pDocument/*, CReader_DocView *pDocView*/);
/external/pdfium/fpdfsdk/src/
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);
H A Dfsdk_actionhandler.cpp59 FX_BOOL CPDFSDK_ActionHandler::DoAction_JavaScript(const CPDF_Action& JsAction,CFX_WideString csJSName, argument
67 RunDocumentOpenJavaScript(pDocument, csJSName, swJS);

Completed in 203 milliseconds