Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfsdk_actionhandler.cpp159 IJS_Runtime* pRuntime = pFormFillEnv->GetJSRuntime(); in ExecuteLinkAction()
283 IJS_Runtime* pRuntime = pFormFillEnv->GetJSRuntime(); in ExecuteScreenAction()
322 IJS_Runtime* pRuntime = pFormFillEnv->GetJSRuntime(); in ExecuteBookMark()
477 IJS_Runtime* pRuntime = pFormFillEnv->GetJSRuntime(); in RunFieldJavaScript()
528 IJS_Runtime* pRuntime = pFormFillEnv->GetJSRuntime(); in RunDocumentOpenJavaScript()
544 IJS_Runtime* pRuntime = pFormFillEnv->GetJSRuntime(); in RunDocumentPageJavaScript()
Dcpdfsdk_formfillenvironment.h201 IJS_Runtime* GetJSRuntime(); // Creates if not present.
Dcpdfsdk_interform.cpp233 IJS_Runtime* pRuntime = m_pFormFillEnv->GetJSRuntime(); in OnCalculate()
279 IJS_Runtime* pRuntime = m_pFormFillEnv->GetJSRuntime(); in OnFormat()
Dcpdfsdk_formfillenvironment.cpp208 IJS_Runtime* CPDFSDK_FormFillEnvironment::GetJSRuntime() { in GetJSRuntime() function in CPDFSDK_FormFillEnvironment
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_docenvironment.cpp47 m_pContext->GetFormFillEnv()->GetJSRuntime()->ReleaseEventContext( in ~CPDFXFA_DocEnvironment()
1008 m_pContext->GetFormFillEnv()->GetJSRuntime()) { in SetGlobalProperty()
1009 return m_pContext->GetFormFillEnv()->GetJSRuntime()->SetValueByName( in SetGlobalProperty()
1022 !m_pContext->GetFormFillEnv()->GetJSRuntime()) { in GetGlobalProperty()
1028 m_pJSEventContext = pFormFillEnv->GetJSRuntime()->NewEventContext(); in GetGlobalProperty()
1030 return pFormFillEnv->GetJSRuntime()->GetValueByName(szPropName, pValue); in GetGlobalProperty()
Dcpdfxfa_context.cpp233 static_cast<CJS_Runtime*>(m_pFormFillEnv->GetJSRuntime()); in GetJSERuntime()
/external/pdfium/fpdfsdk/javascript/
Dcjs_event_context.h124 CJS_Runtime* GetJSRuntime() const { return m_pRuntime; } in GetJSRuntime() function
DJS_EventHandler.cpp590 CJS_Runtime* pRuntime = m_pJSEventContext->GetJSRuntime(); in Source()
617 CJS_Runtime* pRuntime = m_pJSEventContext->GetJSRuntime(); in Target_Field()
DJS_Value.h92 CJS_Runtime* GetJSRuntime() const { return m_pJSRuntime; } in GetJSRuntime() function
Dglobal.cpp143 vp.GetJSRuntime()->GetIsolate(), pData->pData); in DoProperty()