Lines Matching refs:CJS_App
28 const JSPropertySpec CJS_App::PropertySpecs[] = {
44 const JSMethodSpec CJS_App::MethodSpecs[] = {
67 int CJS_App::ObjDefnID = -1;
69 const char CJS_App::kName[] = "app";
72 int CJS_App::GetObjDefnID() { in GetObjDefnID()
77 void CJS_App::DefineJSObjects(CFXJS_Engine* pEngine) { in DefineJSObjects()
78 ObjDefnID = pEngine->DefineObj(CJS_App::kName, FXJSOBJTYPE_STATIC, in DefineJSObjects()
79 JSConstructor<CJS_App>, JSDestructor); in DefineJSObjects()
84 CJS_App::CJS_App(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime) in CJS_App() function in CJS_App
87 CJS_App::~CJS_App() = default;
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()
274 CJS_Result CJS_App::findComponent( in findComponent()
280 CJS_Result CJS_App::popUpMenuEx( 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()
294 CJS_Result CJS_App::setInterval( in setInterval()
322 CJS_Result CJS_App::setTimeOut( in setTimeOut()
351 CJS_Result CJS_App::clearTimeOut( in clearTimeOut()
357 CJS_App::ClearTimerCommon(pRuntime, params[0]); in clearTimeOut()
361 CJS_Result CJS_App::clearInterval( in clearInterval()
367 CJS_App::ClearTimerCommon(pRuntime, params[0]); in clearInterval()
371 void CJS_App::ClearTimerCommon(CJS_Runtime* pRuntime, in ClearTimerCommon()
384 CJS_Result CJS_App::execMenuItem( in execMenuItem()
390 void CJS_App::TimerProc(GlobalTimer* pTimer) { in TimerProc()
396 void CJS_App::CancelProc(GlobalTimer* pTimer) { in CancelProc()
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()
492 CJS_Result CJS_App::browseForDoc( in browseForDoc()
499 WideString CJS_App::SysPathToPDFPath(const WideString& sOldPath) { in SysPathToPDFPath()
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()
567 CJS_Result CJS_App::execDialog( in execDialog()