Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/javascript/
Dcolor.cpp65 array.SetElement(0, CJS_Value(array.GetJSRuntime(), "T")); in ConvertPWLColorToArray()
68 array.SetElement(0, CJS_Value(array.GetJSRuntime(), "G")); in ConvertPWLColorToArray()
69 array.SetElement(1, CJS_Value(array.GetJSRuntime(), color.fColor1)); in ConvertPWLColorToArray()
72 array.SetElement(0, CJS_Value(array.GetJSRuntime(), "RGB")); in ConvertPWLColorToArray()
73 array.SetElement(1, CJS_Value(array.GetJSRuntime(), color.fColor1)); in ConvertPWLColorToArray()
74 array.SetElement(2, CJS_Value(array.GetJSRuntime(), color.fColor2)); in ConvertPWLColorToArray()
75 array.SetElement(3, CJS_Value(array.GetJSRuntime(), color.fColor3)); in ConvertPWLColorToArray()
78 array.SetElement(0, CJS_Value(array.GetJSRuntime(), "CMYK")); in ConvertPWLColorToArray()
79 array.SetElement(1, CJS_Value(array.GetJSRuntime(), color.fColor1)); in ConvertPWLColorToArray()
80 array.SetElement(2, CJS_Value(array.GetJSRuntime(), color.fColor2)); in ConvertPWLColorToArray()
[all …]
Dapp.cpp118 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in activeDocs()
155 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in calculate()
223 static_cast<CJS_Context*>(cc)->GetJSRuntime()->GetReaderApp(); in platform()
243 static_cast<CJS_Context*>(cc)->GetJSRuntime()->GetReaderApp(); in language()
380 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in beep()
424 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in setInterval()
454 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in setTimeOut()
621 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in mailMsg()
DJS_Value.h83 CJS_Runtime* GetJSRuntime() const { return m_pJSRuntime; } in GetJSRuntime() function
141 CJS_Runtime* GetJSRuntime() const { return m_pJSRuntime; } in GetJSRuntime() function
DJS_Context.h126 CJS_Runtime* GetJSRuntime() const { return m_pRuntime; } in GetJSRuntime() function
DDocument.cpp25 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in GetIsolate()
301 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in getField()
396 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in mailForm()
778 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in info()
1282 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in getIcon()
1472 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in getPrintParams()
DJS_EventHandler.cpp604 CJS_Runtime* pRuntime = m_pJSContext->GetJSRuntime(); in Source()
627 CJS_Runtime* pRuntime = m_pJSContext->GetJSRuntime(); in Target_Field()
DJS_Runtime.cpp49 return pContext->GetJSRuntime(); in FromContext()
Dglobal.cpp192 vp.GetJSRuntime()->GetIsolate(), pData->pData); in DoProperty()
DField.cpp2994 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in buttonGetIcon()
3138 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in getArray()
/external/pdfium/fpdfsdk/src/fpdfxfa/
Dfpdfxfa_doc.cpp49 m_pSDKDoc->GetEnv()->GetJSRuntime()->ReleaseContext(m_pJSContext); in ~CPDFXFA_Document()
1219 if (m_pSDKDoc && m_pSDKDoc->GetEnv()->GetJSRuntime()) in SetGlobalProperty()
1220 return m_pSDKDoc->GetEnv()->GetJSRuntime()->SetHValueByName(szPropName, in SetGlobalProperty()
1230 if (!m_pSDKDoc || !m_pSDKDoc->GetEnv()->GetJSRuntime()) in GetPDFScriptObject()
1234 m_pSDKDoc->GetEnv()->GetJSRuntime()->SetReaderDocument(m_pSDKDoc); in GetPDFScriptObject()
1235 m_pJSContext = m_pSDKDoc->GetEnv()->GetJSRuntime()->NewContext(); in GetPDFScriptObject()
1239 m_pSDKDoc->GetEnv()->GetJSRuntime()); in GetPDFScriptObject()
1246 if (!m_pSDKDoc || !m_pSDKDoc->GetEnv()->GetJSRuntime()) in GetGlobalProperty()
1250 m_pSDKDoc->GetEnv()->GetJSRuntime()->SetReaderDocument(m_pSDKDoc); in GetGlobalProperty()
1251 m_pJSContext = m_pSDKDoc->GetEnv()->GetJSRuntime()->NewContext(); in GetGlobalProperty()
[all …]
/external/pdfium/fpdfsdk/src/
Dfsdk_mgr.cpp367 IJS_Runtime* CPDFDoc_Environment::GetJSRuntime() { in GetJSRuntime() function in CPDFDoc_Environment
607 return m_pEnv->GetJSRuntime(); in GetJsRuntime()
/external/pdfium/fpdfsdk/include/
Dfsdk_mgr.h468 IJS_Runtime* GetJSRuntime(); // Creates if not present.