Lines Matching refs:CJS_Runtime
84 CJS_App::CJS_App(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime) in CJS_App()
89 CJS_Result CJS_App::get_active_docs(CJS_Runtime* pRuntime) { in get_active_docs()
102 CJS_Result CJS_App::set_active_docs(CJS_Runtime* pRuntime, in set_active_docs()
107 CJS_Result CJS_App::get_calculate(CJS_Runtime* pRuntime) { in get_calculate()
111 CJS_Result CJS_App::set_calculate(CJS_Runtime* pRuntime, in set_calculate()
119 CJS_Result CJS_App::get_forms_version(CJS_Runtime* pRuntime) { in get_forms_version()
123 CJS_Result CJS_App::set_forms_version(CJS_Runtime* pRuntime, in set_forms_version()
128 CJS_Result CJS_App::get_viewer_type(CJS_Runtime* pRuntime) { in get_viewer_type()
132 CJS_Result CJS_App::set_viewer_type(CJS_Runtime* pRuntime, in set_viewer_type()
137 CJS_Result CJS_App::get_viewer_variation(CJS_Runtime* pRuntime) { in get_viewer_variation()
141 CJS_Result CJS_App::set_viewer_variation(CJS_Runtime* pRuntime, in set_viewer_variation()
146 CJS_Result CJS_App::get_viewer_version(CJS_Runtime* pRuntime) { in get_viewer_version()
155 CJS_Result CJS_App::set_viewer_version(CJS_Runtime* pRuntime, in set_viewer_version()
160 CJS_Result CJS_App::get_platform(CJS_Runtime* pRuntime) { in get_platform()
170 CJS_Result CJS_App::set_platform(CJS_Runtime* pRuntime, in set_platform()
175 CJS_Result CJS_App::get_language(CJS_Runtime* pRuntime) { in get_language()
185 CJS_Result CJS_App::set_language(CJS_Runtime* pRuntime, in set_language()
194 CJS_Result CJS_App::newFDF(CJS_Runtime* pRuntime, in newFDF()
206 CJS_Result CJS_App::openFDF(CJS_Runtime* pRuntime, in openFDF()
211 CJS_Result CJS_App::alert(CJS_Runtime* pRuntime, in alert()
261 CJS_Result CJS_App::beep(CJS_Runtime* pRuntime, in beep()
275 CJS_Runtime* pRuntime, in findComponent()
281 CJS_Runtime* pRuntime, in popUpMenuEx()
286 CJS_Result CJS_App::get_fs(CJS_Runtime* pRuntime) { in get_fs()
290 CJS_Result CJS_App::set_fs(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp) { in set_fs()
295 CJS_Runtime* pRuntime, in setInterval()
323 CJS_Runtime* pRuntime, in setTimeOut()
352 CJS_Runtime* pRuntime, in clearTimeOut()
362 CJS_Runtime* pRuntime, in clearInterval()
371 void CJS_App::ClearTimerCommon(CJS_Runtime* pRuntime, in ClearTimerCommon()
385 CJS_Runtime* pRuntime, in execMenuItem()
391 CJS_Runtime* pRuntime = pTimer->GetRuntime(); in TimerProc()
400 void CJS_App::RunJsScript(CJS_Runtime* pRuntime, const WideString& wsScript) { in RunJsScript()
409 CJS_Result CJS_App::goBack(CJS_Runtime* pRuntime, in goBack()
415 CJS_Result CJS_App::goForward(CJS_Runtime* pRuntime, in goForward()
421 CJS_Result CJS_App::mailMsg(CJS_Runtime* pRuntime, in mailMsg()
462 CJS_Result CJS_App::launchURL(CJS_Runtime* pRuntime, in launchURL()
468 CJS_Result CJS_App::get_runtime_highlight(CJS_Runtime* pRuntime) { in get_runtime_highlight()
472 CJS_Result CJS_App::set_runtime_highlight(CJS_Runtime* pRuntime, in set_runtime_highlight()
478 CJS_Result CJS_App::get_fullscreen(CJS_Runtime* pRuntime) { in get_fullscreen()
482 CJS_Result CJS_App::set_fullscreen(CJS_Runtime* pRuntime, in set_fullscreen()
487 CJS_Result CJS_App::popUpMenu(CJS_Runtime* pRuntime, in popUpMenu()
493 CJS_Runtime* pRuntime, in browseForDoc()
508 CJS_Result CJS_App::newDoc(CJS_Runtime* pRuntime, in newDoc()
513 CJS_Result CJS_App::openDoc(CJS_Runtime* pRuntime, in openDoc()
518 CJS_Result CJS_App::response(CJS_Runtime* pRuntime, in response()
559 CJS_Result CJS_App::get_media(CJS_Runtime* pRuntime) { in get_media()
563 CJS_Result CJS_App::set_media(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp) { in set_media()
568 CJS_Runtime* pRuntime, in execDialog()