• Home
  • Raw
  • Download

Lines Matching full:app

81       pEngine->DefineObj("app", FXJSOBJTYPE_STATIC, JSConstructor<CJS_App, app>,  in DefineJSObjects()
87 app::app(CJS_Object* pJSObject) in app() function in app
90 app::~app() {} in ~app()
92 CJS_Return app::get_active_docs(CJS_Runtime* pRuntime) { in get_active_docs()
108 CJS_Return app::set_active_docs(CJS_Runtime* pRuntime, in set_active_docs()
113 CJS_Return app::get_calculate(CJS_Runtime* pRuntime) { in get_calculate()
117 CJS_Return app::set_calculate(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp) { in set_calculate()
123 CJS_Return app::get_forms_version(CJS_Runtime* pRuntime) { in get_forms_version()
127 CJS_Return app::set_forms_version(CJS_Runtime* pRuntime, in set_forms_version()
132 CJS_Return app::get_viewer_type(CJS_Runtime* pRuntime) { in get_viewer_type()
136 CJS_Return app::set_viewer_type(CJS_Runtime* pRuntime, in set_viewer_type()
141 CJS_Return app::get_viewer_variation(CJS_Runtime* pRuntime) { in get_viewer_variation()
145 CJS_Return app::set_viewer_variation(CJS_Runtime* pRuntime, in set_viewer_variation()
150 CJS_Return app::get_viewer_version(CJS_Runtime* pRuntime) { in get_viewer_version()
159 CJS_Return app::set_viewer_version(CJS_Runtime* pRuntime, in set_viewer_version()
164 CJS_Return app::get_platform(CJS_Runtime* pRuntime) { in get_platform()
177 CJS_Return app::set_platform(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp) { in set_platform()
181 CJS_Return app::get_language(CJS_Runtime* pRuntime) { in get_language()
194 CJS_Return app::set_language(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp) { in set_language()
202 CJS_Return app::newFDF(CJS_Runtime* pRuntime, in newFDF()
214 CJS_Return app::openFDF(CJS_Runtime* pRuntime, in openFDF()
219 CJS_Return app::alert(CJS_Runtime* pRuntime, in alert()
270 CJS_Return app::beep(CJS_Runtime* pRuntime, in beep()
279 CJS_Return app::findComponent(CJS_Runtime* pRuntime, in findComponent()
284 CJS_Return app::popUpMenuEx(CJS_Runtime* pRuntime, in popUpMenuEx()
289 CJS_Return app::get_fs(CJS_Runtime* pRuntime) { in get_fs()
293 CJS_Return app::set_fs(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp) { in set_fs()
297 CJS_Return app::setInterval(CJS_Runtime* pRuntime, in setInterval()
325 CJS_Return app::setTimeOut(CJS_Runtime* pRuntime, in setTimeOut()
353 CJS_Return app::clearTimeOut(CJS_Runtime* pRuntime, in clearTimeOut()
358 app::ClearTimerCommon(pRuntime, params[0]); in clearTimeOut()
362 CJS_Return app::clearInterval(CJS_Runtime* pRuntime, in clearInterval()
367 app::ClearTimerCommon(pRuntime, params[0]); in clearInterval()
371 void app::ClearTimerCommon(CJS_Runtime* pRuntime, v8::Local<v8::Value> param) { in ClearTimerCommon()
391 CJS_Return app::execMenuItem(CJS_Runtime* pRuntime, in execMenuItem()
396 void app::TimerProc(GlobalTimer* pTimer) { in TimerProc()
402 void app::CancelProc(GlobalTimer* pTimer) { in CancelProc()
406 void app::RunJsScript(CJS_Runtime* pRuntime, const WideString& wsScript) { in RunJsScript()
416 CJS_Return app::goBack(CJS_Runtime* pRuntime, in goBack()
422 CJS_Return app::goForward(CJS_Runtime* pRuntime, in goForward()
428 CJS_Return app::mailMsg(CJS_Runtime* pRuntime, in mailMsg()
471 CJS_Return app::launchURL(CJS_Runtime* pRuntime, in launchURL()
477 CJS_Return app::get_runtime_highlight(CJS_Runtime* pRuntime) { in get_runtime_highlight()
481 CJS_Return app::set_runtime_highlight(CJS_Runtime* pRuntime, in set_runtime_highlight()
487 CJS_Return app::get_fullscreen(CJS_Runtime* pRuntime) { in get_fullscreen()
491 CJS_Return app::set_fullscreen(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp) { in set_fullscreen()
495 CJS_Return app::popUpMenu(CJS_Runtime* pRuntime, in popUpMenu()
500 CJS_Return app::browseForDoc(CJS_Runtime* pRuntime, in browseForDoc()
506 WideString app::SysPathToPDFPath(const WideString& sOldPath) { in SysPathToPDFPath()
515 CJS_Return app::newDoc(CJS_Runtime* pRuntime, in newDoc()
520 CJS_Return app::openDoc(CJS_Runtime* pRuntime, in openDoc()
525 CJS_Return app::response(CJS_Runtime* pRuntime, in response()
566 CJS_Return app::get_media(CJS_Runtime* pRuntime) { in get_media()
570 CJS_Return app::set_media(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp) { in set_media()
574 CJS_Return app::execDialog(CJS_Runtime* pRuntime, in execDialog()