Lines Matching refs:CJS_Runtime

16 class CJS_Runtime;  variable
24 CJS_Return get_active_docs(CJS_Runtime* pRuntime);
25 CJS_Return set_active_docs(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
27 CJS_Return get_calculate(CJS_Runtime* pRuntime);
28 CJS_Return set_calculate(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
30 CJS_Return get_forms_version(CJS_Runtime* pRuntime);
31 CJS_Return set_forms_version(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
33 CJS_Return get_fs(CJS_Runtime* pRuntime);
34 CJS_Return set_fs(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
36 CJS_Return get_fullscreen(CJS_Runtime* pRuntime);
37 CJS_Return set_fullscreen(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
39 CJS_Return get_language(CJS_Runtime* pRuntime);
40 CJS_Return set_language(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
42 CJS_Return get_media(CJS_Runtime* pRuntime);
43 CJS_Return set_media(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
45 CJS_Return get_platform(CJS_Runtime* pRuntime);
46 CJS_Return set_platform(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
48 CJS_Return get_runtime_highlight(CJS_Runtime* pRuntime);
49 CJS_Return set_runtime_highlight(CJS_Runtime* pRuntime,
52 CJS_Return get_viewer_type(CJS_Runtime* pRuntime);
53 CJS_Return set_viewer_type(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
55 CJS_Return get_viewer_variation(CJS_Runtime* pRuntime);
56 CJS_Return set_viewer_variation(CJS_Runtime* pRuntime,
59 CJS_Return get_viewer_version(CJS_Runtime* pRuntime);
60 CJS_Return set_viewer_version(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
62 CJS_Return alert(CJS_Runtime* pRuntime,
64 CJS_Return beep(CJS_Runtime* pRuntime,
66 CJS_Return browseForDoc(CJS_Runtime* pRuntime,
68 CJS_Return clearInterval(CJS_Runtime* pRuntime,
70 CJS_Return clearTimeOut(CJS_Runtime* pRuntime,
72 CJS_Return execDialog(CJS_Runtime* pRuntime,
74 CJS_Return execMenuItem(CJS_Runtime* pRuntime,
76 CJS_Return findComponent(CJS_Runtime* pRuntime,
78 CJS_Return goBack(CJS_Runtime* pRuntime,
80 CJS_Return goForward(CJS_Runtime* pRuntime,
82 CJS_Return launchURL(CJS_Runtime* pRuntime,
84 CJS_Return mailMsg(CJS_Runtime* pRuntime,
86 CJS_Return newFDF(CJS_Runtime* pRuntime,
88 CJS_Return newDoc(CJS_Runtime* pRuntime,
90 CJS_Return openDoc(CJS_Runtime* pRuntime,
92 CJS_Return openFDF(CJS_Runtime* pRuntime,
94 CJS_Return popUpMenuEx(CJS_Runtime* pRuntime,
96 CJS_Return popUpMenu(CJS_Runtime* pRuntime,
98 CJS_Return response(CJS_Runtime* pRuntime,
100 CJS_Return setInterval(CJS_Runtime* pRuntime,
102 CJS_Return setTimeOut(CJS_Runtime* pRuntime,
112 void RunJsScript(CJS_Runtime* pRuntime, const WideString& wsScript);
114 void ClearTimerCommon(CJS_Runtime* pRuntime, v8::Local<v8::Value> param);