• Home
  • Raw
  • Download

Lines Matching defs:pRuntime

93 CJS_App::CJS_App(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime)  in CJS_App()
98 CJS_Result CJS_App::get_active_docs(CJS_Runtime* pRuntime) { in get_active_docs()
111 CJS_Result CJS_App::set_active_docs(CJS_Runtime* pRuntime, in set_active_docs()
116 CJS_Result CJS_App::get_calculate(CJS_Runtime* pRuntime) { in get_calculate()
120 CJS_Result CJS_App::set_calculate(CJS_Runtime* pRuntime, in set_calculate()
128 CJS_Result CJS_App::get_forms_version(CJS_Runtime* pRuntime) { in get_forms_version()
132 CJS_Result CJS_App::set_forms_version(CJS_Runtime* pRuntime, in set_forms_version()
137 CJS_Result CJS_App::get_viewer_type(CJS_Runtime* pRuntime) { in get_viewer_type()
141 CJS_Result CJS_App::set_viewer_type(CJS_Runtime* pRuntime, in set_viewer_type()
146 CJS_Result CJS_App::get_viewer_variation(CJS_Runtime* pRuntime) { in get_viewer_variation()
150 CJS_Result CJS_App::set_viewer_variation(CJS_Runtime* pRuntime, in set_viewer_variation()
155 CJS_Result CJS_App::get_viewer_version(CJS_Runtime* pRuntime) { in get_viewer_version()
164 CJS_Result CJS_App::set_viewer_version(CJS_Runtime* pRuntime, in set_viewer_version()
169 CJS_Result CJS_App::get_platform(CJS_Runtime* pRuntime) { in get_platform()
179 CJS_Result CJS_App::set_platform(CJS_Runtime* pRuntime, in set_platform()
184 CJS_Result CJS_App::get_language(CJS_Runtime* pRuntime) { in get_language()
194 CJS_Result CJS_App::set_language(CJS_Runtime* pRuntime, in set_language()
203 CJS_Result CJS_App::newFDF(CJS_Runtime* pRuntime, in newFDF()
215 CJS_Result CJS_App::openFDF(CJS_Runtime* pRuntime, in openFDF()
220 CJS_Result CJS_App::alert(CJS_Runtime* pRuntime, in alert()
270 CJS_Result CJS_App::beep(CJS_Runtime* pRuntime, in beep()
284 CJS_Runtime* pRuntime, in findComponent()
290 CJS_Runtime* pRuntime, in popUpMenuEx()
295 CJS_Result CJS_App::get_fs(CJS_Runtime* pRuntime) { in get_fs()
299 CJS_Result CJS_App::set_fs(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp) { in set_fs()
304 CJS_Runtime* pRuntime, in setInterval()
332 CJS_Runtime* pRuntime, in setTimeOut()
361 CJS_Runtime* pRuntime, in clearTimeOut()
371 CJS_Runtime* pRuntime, in clearInterval()
380 void CJS_App::ClearTimerCommon(CJS_Runtime* pRuntime, in ClearTimerCommon()
394 CJS_Runtime* pRuntime, in execMenuItem()
400 CJS_Runtime* pRuntime = pTimer->GetRuntime(); in TimerProc() local
409 void CJS_App::RunJsScript(CJS_Runtime* pRuntime, const WideString& wsScript) { in RunJsScript()
418 CJS_Result CJS_App::goBack(CJS_Runtime* pRuntime, in goBack()
424 CJS_Result CJS_App::goForward(CJS_Runtime* pRuntime, in goForward()
430 CJS_Result CJS_App::mailMsg(CJS_Runtime* pRuntime, in mailMsg()
471 CJS_Result CJS_App::launchURL(CJS_Runtime* pRuntime, in launchURL()
477 CJS_Result CJS_App::get_runtime_highlight(CJS_Runtime* pRuntime) { in get_runtime_highlight()
481 CJS_Result CJS_App::set_runtime_highlight(CJS_Runtime* pRuntime, in set_runtime_highlight()
487 CJS_Result CJS_App::get_fullscreen(CJS_Runtime* pRuntime) { in get_fullscreen()
491 CJS_Result CJS_App::set_fullscreen(CJS_Runtime* pRuntime, in set_fullscreen()
496 CJS_Result CJS_App::popUpMenu(CJS_Runtime* pRuntime, in popUpMenu()
502 CJS_Runtime* pRuntime, in browseForDoc()
517 CJS_Result CJS_App::newDoc(CJS_Runtime* pRuntime, in newDoc()
522 CJS_Result CJS_App::openDoc(CJS_Runtime* pRuntime, in openDoc()
527 CJS_Result CJS_App::response(CJS_Runtime* pRuntime, in response()
570 CJS_Result CJS_App::get_media(CJS_Runtime* pRuntime) { in get_media()
574 CJS_Result CJS_App::set_media(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp) { in set_media()
579 CJS_Runtime* pRuntime, in execDialog()