Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfsdk_actionhandler.cpp161 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()
Dcpdfsdk_formfillenvironment.h216 IJS_Runtime* GetJSRuntime(); // Creates if not present.
Dcpdfsdk_interform.cpp264 IJS_Runtime* pRuntime = m_pFormFillEnv->GetJSRuntime(); in OnCalculate()
310 IJS_Runtime* pRuntime = m_pFormFillEnv->GetJSRuntime(); in OnFormat()
Dcpdfsdk_formfillenvironment.cpp209 IJS_Runtime* CPDFSDK_FormFillEnvironment::GetJSRuntime() { in GetJSRuntime() function in CPDFSDK_FormFillEnvironment
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_docenvironment.cpp995 !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()
Dcpdfxfa_context.cpp207 static_cast<CJS_Runtime*>(m_pFormFillEnv->GetJSRuntime()); in GetJSERuntime()
/external/pdfium/fxjs/
Dcjs_eventhandler.cpp591 CJS_Runtime* pRuntime = m_pJSEventContext->GetJSRuntime(); in Source()
618 CJS_Runtime* pRuntime = m_pJSEventContext->GetJSRuntime(); in Target_Field()
Dcjs_event_context.h125 CJS_Runtime* GetJSRuntime() const { return m_pRuntime.Get(); } in GetJSRuntime() function