Searched refs:GetJSRuntime (Results 1 – 8 of 8) sorted by relevance
161 IJS_Runtime* pRuntime = pFormFillEnv->GetJSRuntime(); in ExecuteLinkAction()285 IJS_Runtime* pRuntime = pFormFillEnv->GetJSRuntime(); in ExecuteScreenAction()324 IJS_Runtime* pRuntime = pFormFillEnv->GetJSRuntime(); in ExecuteBookMark()473 IJS_Runtime* pRuntime = pFormFillEnv->GetJSRuntime(); in RunFieldJavaScript()524 IJS_Runtime* pRuntime = pFormFillEnv->GetJSRuntime(); in RunDocumentOpenJavaScript()540 IJS_Runtime* pRuntime = pFormFillEnv->GetJSRuntime(); in RunDocumentPageJavaScript()
216 IJS_Runtime* GetJSRuntime(); // Creates if not present.
264 IJS_Runtime* pRuntime = m_pFormFillEnv->GetJSRuntime(); in OnCalculate()310 IJS_Runtime* pRuntime = m_pFormFillEnv->GetJSRuntime(); in OnFormat()
209 IJS_Runtime* CPDFSDK_FormFillEnvironment::GetJSRuntime() { in GetJSRuntime() function in CPDFSDK_FormFillEnvironment
995 !m_pContext->GetFormFillEnv()->GetJSRuntime()) { in SetGlobalProperty()999 IJS_EventContext* pContext = pFormFillEnv->GetJSRuntime()->NewEventContext(); in SetGlobalProperty()1000 bool bRet = pFormFillEnv->GetJSRuntime()->SetValueByName(szPropName, pValue); in SetGlobalProperty()1001 pFormFillEnv->GetJSRuntime()->ReleaseEventContext(pContext); in SetGlobalProperty()1011 !m_pContext->GetFormFillEnv()->GetJSRuntime()) { in GetGlobalProperty()1015 IJS_EventContext* pContext = pFormFillEnv->GetJSRuntime()->NewEventContext(); in GetGlobalProperty()1016 bool bRet = pFormFillEnv->GetJSRuntime()->GetValueByName(szPropName, pValue); in GetGlobalProperty()1017 pFormFillEnv->GetJSRuntime()->ReleaseEventContext(pContext); in GetGlobalProperty()
207 static_cast<CJS_Runtime*>(m_pFormFillEnv->GetJSRuntime()); in GetJSERuntime()
125 CJS_Runtime* GetJSRuntime() const { return m_pRuntime.Get(); } in GetJSRuntime() function
591 CJS_Runtime* pRuntime = m_pJSEventContext->GetJSRuntime(); in Source()618 CJS_Runtime* pRuntime = m_pJSEventContext->GetJSRuntime(); in Target_Field()