Searched defs:pRuntime (Results 1 – 15 of 15) sorted by relevance
25 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in GetIsolate() local148 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in activeDocs() local209 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in calculate() local444 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in alert() local459 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in beep() local513 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in setInterval() local562 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in setTimeOut() local607 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in clearTimeOut() local655 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in clearInterval() local724 void app::RunJsScript(CJS_Runtime* pRuntime,const CFX_WideString& wsScript) in RunJsScript()[all …]
26 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in GetIsolate() local445 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in getField() local602 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in mailForm() local615 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in print() local867 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in submitForm() local905 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in submitForm() local995 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in mailDoc() local1051 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in info() local1654 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in addIcon() local1693 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in icons() local[all …]
151 int CJS_GlobalArrays::Init(IJS_Runtime* pRuntime) in Init()
257 IJS_Runtime* pRuntime = JS_GetRuntime((JSFXObject)(*m_pJSObject)); in UpdateGlobalPersistentVariables() local421 IJS_Runtime* pRuntime = JS_GetRuntime((JSFXObject)(*m_pJSObject)); in PutObjectProperty() local
22 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in GetIsolate() local
601 CJS_Runtime* pRuntime = m_pJSContext->GetJSRuntime(); in Source() local635 CJS_Runtime* pRuntime = m_pJSContext->GetJSRuntime(); in Target_Field() local
63 void CJS_RuntimeFactory::DeleteJSRuntime(IFXJS_Runtime* pRuntime) in DeleteJSRuntime()
28 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in GetIsolate() local
17 CJS_Context::CJS_Context(CJS_Runtime* pRuntime) : in CJS_Context()
27 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in GetIsolate() local
3436 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in buttonGetIcon() local3638 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in getArray() local
193 IFXJS_Runtime* pRuntime = pDocument->GetJsRuntime(); //???? in ExecuteLinkAction() local349 IFXJS_Runtime* pRuntime = pDocument->GetJsRuntime(); in ExecuteScreenAction() local440 IFXJS_Runtime* pRuntime = pDocument->GetJsRuntime(); in ExecuteBookMark() local646 IFXJS_Runtime* pRuntime = pDocument->GetJsRuntime(); in RunFieldJavaScript() local702 IFXJS_Runtime* pRuntime = pDocument->GetJsRuntime(); in RunDocumentOpenJavaScript() local726 IFXJS_Runtime* pRuntime = pDocument->GetJsRuntime(); in RunDocumentPageJavaScript() local
1944 IFXJS_Runtime* pRuntime = m_pDocument->GetJsRuntime(); in OnCalculate() local2014 IFXJS_Runtime* pRuntime = m_pDocument->GetJsRuntime(); in OnFormat() local
700 #define DEFINE_GLOBAL_CONST(pRuntime, const_name , const_value)\ argument705 #define DEFINE_GLOBAL_ARRAY(pRuntime)\ argument
236 void SetRuntime(CJS_Runtime* pRuntime) in SetRuntime()