Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/javascript/
Dapp.cpp25 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in GetIsolate()
147 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in activeDocs()
208 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in calculate()
416 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in alert()
431 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in beep()
472 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in setInterval()
512 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in setTimeOut()
555 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in clearTimeOut()
603 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in clearInterval()
752 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in mailMsg()
DDocument.cpp28 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in GetIsolate()
154 pDoc->SetIsolate(pContext->GetJSRuntime()->GetIsolate()); in END_JS_STATIC_CONST()
340 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in getField()
426 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in mailForm()
439 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in print()
688 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in submitForm()
726 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in submitForm()
821 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in mailDoc()
877 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in info()
1475 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in addIcon()
[all …]
Dcolor.cpp22 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in GetIsolate()
161 v8::Isolate* isolate = pContext->GetJSRuntime()->GetIsolate();\
DJS_EventHandler.cpp601 CJS_Runtime* pRuntime = m_pJSContext->GetJSRuntime(); in Source()
635 CJS_Runtime* pRuntime = m_pJSContext->GetJSRuntime(); in Target_Field()
Dutil.cpp28 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in GetIsolate()
DField.cpp121 pField->SetIsolate(pContext->GetJSRuntime()->GetIsolate()); in END_JS_STATIC_CONST()
3430 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in buttonGetIcon()
3626 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in getArray()
DPublicMethods.cpp27 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in GetIsolate()
/external/pdfium/fpdfsdk/include/javascript/
DJS_Context.h82 CJS_Runtime* GetJSRuntime(){return m_pRuntime;} in GetJSRuntime() function
/external/pdfium/fpdfsdk/src/
Dfsdk_mgr.cpp273 IFXJS_Runtime* CPDFDoc_Environment::GetJSRuntime() in GetJSRuntime() function in CPDFDoc_Environment
602 return m_pEnv->GetJSRuntime(); in GetJsRuntime()
/external/pdfium/fpdfsdk/include/
Dfsdk_mgr.h344 IFXJS_Runtime* GetJSRuntime();