Home
last modified time | relevance | path

Searched defs:pRuntime (Results 1 – 15 of 15) sorted by relevance

/external/pdfium/fpdfsdk/src/javascript/
Dapp.cpp25 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in GetIsolate() local
148 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in activeDocs() local
209 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in calculate() local
444 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in alert() local
459 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in beep() local
513 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in setInterval() local
562 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in setTimeOut() local
607 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in clearTimeOut() local
655 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in clearInterval() local
724 void app::RunJsScript(CJS_Runtime* pRuntime,const CFX_WideString& wsScript) in RunJsScript()
[all …]
DDocument.cpp26 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in GetIsolate() local
445 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in getField() local
602 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in mailForm() local
615 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in print() local
867 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in submitForm() local
905 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in submitForm() local
995 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in mailDoc() local
1051 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in info() local
1654 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in addIcon() local
1693 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in icons() local
[all …]
DConsts.cpp151 int CJS_GlobalArrays::Init(IJS_Runtime* pRuntime) in Init()
Dglobal.cpp257 IJS_Runtime* pRuntime = JS_GetRuntime((JSFXObject)(*m_pJSObject)); in UpdateGlobalPersistentVariables() local
421 IJS_Runtime* pRuntime = JS_GetRuntime((JSFXObject)(*m_pJSObject)); in PutObjectProperty() local
Dcolor.cpp22 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in GetIsolate() local
DJS_EventHandler.cpp601 CJS_Runtime* pRuntime = m_pJSContext->GetJSRuntime(); in Source() local
635 CJS_Runtime* pRuntime = m_pJSContext->GetJSRuntime(); in Target_Field() local
DJS_Runtime.cpp63 void CJS_RuntimeFactory::DeleteJSRuntime(IFXJS_Runtime* pRuntime) in DeleteJSRuntime()
Dutil.cpp28 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in GetIsolate() local
DJS_Context.cpp17 CJS_Context::CJS_Context(CJS_Runtime* pRuntime) : in CJS_Context()
DPublicMethods.cpp27 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in GetIsolate() local
DField.cpp3436 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in buttonGetIcon() local
3638 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in getArray() local
/external/pdfium/fpdfsdk/src/
Dfsdk_actionhandler.cpp193 IFXJS_Runtime* pRuntime = pDocument->GetJsRuntime(); //???? in ExecuteLinkAction() local
349 IFXJS_Runtime* pRuntime = pDocument->GetJsRuntime(); in ExecuteScreenAction() local
440 IFXJS_Runtime* pRuntime = pDocument->GetJsRuntime(); in ExecuteBookMark() local
646 IFXJS_Runtime* pRuntime = pDocument->GetJsRuntime(); in RunFieldJavaScript() local
702 IFXJS_Runtime* pRuntime = pDocument->GetJsRuntime(); in RunDocumentOpenJavaScript() local
726 IFXJS_Runtime* pRuntime = pDocument->GetJsRuntime(); in RunDocumentPageJavaScript() local
Dfsdk_baseform.cpp1944 IFXJS_Runtime* pRuntime = m_pDocument->GetJsRuntime(); in OnCalculate() local
2014 IFXJS_Runtime* pRuntime = m_pDocument->GetJsRuntime(); in OnFormat() local
/external/pdfium/fpdfsdk/include/javascript/
DJS_Define.h700 #define DEFINE_GLOBAL_CONST(pRuntime, const_name , const_value)\ argument
705 #define DEFINE_GLOBAL_ARRAY(pRuntime)\ argument
DJS_Object.h236 void SetRuntime(CJS_Runtime* pRuntime) in SetRuntime()