Home
last modified time | relevance | path

Searched refs:CJS_Runtime (Results 1 – 25 of 38) sorted by relevance

12

/external/pdfium/fxjs/
Dcjs_field.h38 CJS_Return get_alignment(CJS_Runtime* pRuntime);
39 CJS_Return set_alignment(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
41 CJS_Return get_border_style(CJS_Runtime* pRuntime);
42 CJS_Return set_border_style(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
44 CJS_Return get_button_align_x(CJS_Runtime* pRuntime);
45 CJS_Return set_button_align_x(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
47 CJS_Return get_button_align_y(CJS_Runtime* pRuntime);
48 CJS_Return set_button_align_y(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
50 CJS_Return get_button_fit_bounds(CJS_Runtime* pRuntime);
51 CJS_Return set_button_fit_bounds(CJS_Runtime* pRuntime,
[all …]
Dcjs_document.h26 CJS_Return get_ADBE(CJS_Runtime* pRuntime);
27 CJS_Return set_ADBE(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
29 CJS_Return get_author(CJS_Runtime* pRuntime);
30 CJS_Return set_author(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
32 CJS_Return get_base_URL(CJS_Runtime* pRuntime);
33 CJS_Return set_base_URL(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
35 CJS_Return get_bookmark_root(CJS_Runtime* pRuntime);
36 CJS_Return set_bookmark_root(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
38 CJS_Return get_calculate(CJS_Runtime* pRuntime);
39 CJS_Return set_calculate(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
[all …]
Dcjs_event.h17 CJS_Return get_change(CJS_Runtime* pRuntime);
18 CJS_Return set_change(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
20 CJS_Return get_change_ex(CJS_Runtime* pRuntime);
21 CJS_Return set_change_ex(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
23 CJS_Return get_commit_key(CJS_Runtime* pRuntime);
24 CJS_Return set_commit_key(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
26 CJS_Return get_field_full(CJS_Runtime* pRuntime);
27 CJS_Return set_field_full(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
29 CJS_Return get_key_down(CJS_Runtime* pRuntime);
30 CJS_Return set_key_down(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
[all …]
Dcjs_app.h16 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);
[all …]
Dcjs_color.h17 static v8::Local<v8::Array> ConvertPWLColorToArray(CJS_Runtime* pRuntime,
19 static CFX_Color ConvertArrayToPWLColor(CJS_Runtime* pRuntime,
25 CJS_Return get_black(CJS_Runtime* pRuntime);
26 CJS_Return set_black(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
28 CJS_Return get_blue(CJS_Runtime* pRuntime);
29 CJS_Return set_blue(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
31 CJS_Return get_cyan(CJS_Runtime* pRuntime);
32 CJS_Return set_cyan(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
34 CJS_Return get_dark_gray(CJS_Runtime* pRuntime);
35 CJS_Return set_dark_gray(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
[all …]
Dcjs_event.cpp51 CJS_Return event::get_change(CJS_Runtime* pRuntime) { in get_change()
57 CJS_Return event::set_change(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp) { in set_change()
68 CJS_Return event::get_change_ex(CJS_Runtime* pRuntime) { in get_change_ex()
75 CJS_Return event::set_change_ex(CJS_Runtime* pRuntime, in set_change_ex()
80 CJS_Return event::get_commit_key(CJS_Runtime* pRuntime) { in get_commit_key()
87 CJS_Return event::set_commit_key(CJS_Runtime* pRuntime, in set_commit_key()
92 CJS_Return event::get_field_full(CJS_Runtime* pRuntime) { in get_field_full()
102 CJS_Return event::set_field_full(CJS_Runtime* pRuntime, in set_field_full()
107 CJS_Return event::get_key_down(CJS_Runtime* pRuntime) { in get_key_down()
113 CJS_Return event::set_key_down(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp) { in set_key_down()
[all …]
Dcjs_publicmethods.h30 CJS_Runtime* pRuntime,
33 CJS_Runtime* pRuntime,
36 CJS_Runtime* pRuntime,
39 CJS_Runtime* pRuntime,
42 CJS_Runtime* pRuntime,
45 CJS_Runtime* pRuntime,
48 CJS_Runtime* pRuntime,
51 CJS_Runtime* pRuntime,
54 CJS_Runtime* pRuntime,
57 CJS_Runtime* pRuntime,
[all …]
Dcjs_document.cpp127 CJS_Runtime* pRuntime = static_cast<CJS_Runtime*>(pIRuntime); in InitInstance()
141 CJS_Return Document::get_num_fields(CJS_Runtime* pRuntime) { in get_num_fields()
151 CJS_Return Document::set_num_fields(CJS_Runtime* pRuntime, in set_num_fields()
156 CJS_Return Document::get_dirty(CJS_Runtime* pRuntime) { in get_dirty()
162 CJS_Return Document::set_dirty(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp) { in set_dirty()
171 CJS_Return Document::get_ADBE(CJS_Runtime* pRuntime) { in get_ADBE()
175 CJS_Return Document::set_ADBE(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp) { in set_ADBE()
179 CJS_Return Document::get_page_num(CJS_Runtime* pRuntime) { in get_page_num()
189 CJS_Return Document::set_page_num(CJS_Runtime* pRuntime, in set_page_num()
206 CJS_Return Document::addAnnot(CJS_Runtime* pRuntime, in addAnnot()
[all …]
Dcjs_app.cpp92 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()
[all …]
Dcjs_color.cpp46 v8::Local<v8::Array> color::ConvertPWLColorToArray(CJS_Runtime* pRuntime, in ConvertPWLColorToArray()
79 CFX_Color color::ConvertArrayToPWLColor(CJS_Runtime* pRuntime, in ConvertArrayToPWLColor()
141 CJS_Return color::get_transparent(CJS_Runtime* pRuntime) { in get_transparent()
145 CJS_Return color::set_transparent(CJS_Runtime* pRuntime, in set_transparent()
150 CJS_Return color::get_black(CJS_Runtime* pRuntime) { in get_black()
154 CJS_Return color::set_black(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp) { in set_black()
158 CJS_Return color::get_white(CJS_Runtime* pRuntime) { in get_white()
162 CJS_Return color::set_white(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp) { in set_white()
166 CJS_Return color::get_red(CJS_Runtime* pRuntime) { in get_red()
170 CJS_Return color::set_red(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp) { in set_red()
[all …]
Dcjs_runtime.cpp61 return new CJS_Runtime(pFormFillEnv); in Create()
65 CJS_Runtime* CJS_Runtime::CurrentRuntimeFromIsolate(v8::Isolate* pIsolate) { in CurrentRuntimeFromIsolate()
66 return static_cast<CJS_Runtime*>( in CurrentRuntimeFromIsolate()
70 CJS_Runtime::CJS_Runtime(CPDFSDK_FormFillEnvironment* pFormFillEnv) in CJS_Runtime() function in CJS_Runtime
103 CJS_Runtime::~CJS_Runtime() { in ~CJS_Runtime()
112 void CJS_Runtime::DefineJSObjects() { in DefineJSObjects()
160 IJS_EventContext* CJS_Runtime::NewEventContext() { in NewEventContext()
165 void CJS_Runtime::ReleaseEventContext(IJS_EventContext* pContext) { in ReleaseEventContext()
173 CJS_EventContext* CJS_Runtime::GetCurrentEventContext() const { in GetCurrentEventContext()
178 void CJS_Runtime::SetFormFillEnvToDocument() { in SetFormFillEnvToDocument()
[all …]
Dcjs_field.cpp381 CJS_Return Field::get_alignment(CJS_Runtime* pRuntime) { in get_alignment()
407 CJS_Return Field::set_alignment(CJS_Runtime* pRuntime, in set_alignment()
413 CJS_Return Field::get_border_style(CJS_Runtime* pRuntime) { in get_border_style()
444 CJS_Return Field::set_border_style(CJS_Runtime* pRuntime, in set_border_style()
513 CJS_Return Field::get_button_align_x(CJS_Runtime* pRuntime) { in get_button_align_x()
537 CJS_Return Field::set_button_align_x(CJS_Runtime* pRuntime, in set_button_align_x()
543 CJS_Return Field::get_button_align_y(CJS_Runtime* pRuntime) { in get_button_align_y()
567 CJS_Return Field::set_button_align_y(CJS_Runtime* pRuntime, in set_button_align_y()
573 CJS_Return Field::get_button_fit_bounds(CJS_Runtime* pRuntime) { in get_button_fit_bounds()
592 CJS_Return Field::set_button_fit_bounds(CJS_Runtime* pRuntime, in set_button_fit_bounds()
[all …]
DJS_Define.h37 CJS_Runtime* pRuntime,
54 pObj->InitInstance(static_cast<CJS_Runtime*>(pEngine)); in JSConstructor()
62 template <class C, CJS_Return (C::*M)(CJS_Runtime*)>
67 CJS_Runtime* pRuntime = in JSPropGetter()
68 CJS_Runtime::CurrentRuntimeFromIsolate(info.GetIsolate()); in JSPropGetter()
89 template <class C, CJS_Return (C::*M)(CJS_Runtime*, v8::Local<v8::Value>)>
95 CJS_Runtime* pRuntime = in JSPropSetter()
96 CJS_Runtime::CurrentRuntimeFromIsolate(info.GetIsolate()); in JSPropSetter()
114 CJS_Return (C::*M)(CJS_Runtime*,
119 CJS_Runtime* pRuntime = in JSMethod()
[all …]
Dcjs_global.cpp35 CJS_Runtime* pRuntime = in JSSpecialPropQuery()
36 CJS_Runtime::CurrentRuntimeFromIsolate(info.GetIsolate()); in JSSpecialPropQuery()
55 CJS_Runtime* pRuntime = in JSSpecialPropGet()
56 CJS_Runtime::CurrentRuntimeFromIsolate(info.GetIsolate()); in JSSpecialPropGet()
83 CJS_Runtime* pRuntime = in JSSpecialPropPut()
84 CJS_Runtime::CurrentRuntimeFromIsolate(info.GetIsolate()); in JSSpecialPropPut()
106 CJS_Runtime* pRuntime = in JSSpecialPropDel()
107 CJS_Runtime::CurrentRuntimeFromIsolate(info.GetIsolate()); in JSSpecialPropDel()
144 CJS_Return setPersistent(CJS_Runtime* pRuntime,
147 CJS_Return GetProperty(CJS_Runtime* pRuntime, const wchar_t* propname);
[all …]
Dcjs_annot.h18 CJS_Return get_hidden(CJS_Runtime* pRuntime);
19 CJS_Return set_hidden(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
21 CJS_Return get_name(CJS_Runtime* pRuntime);
22 CJS_Return set_name(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
24 CJS_Return get_type(CJS_Runtime* pRuntime);
25 CJS_Return set_type(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
Dcjs_runtime.h24 class CJS_Runtime : public IJS_Runtime,
26 public Observable<CJS_Runtime> {
30 static CJS_Runtime* CurrentRuntimeFromIsolate(v8::Isolate* pIsolate);
32 explicit CJS_Runtime(CPDFSDK_FormFillEnvironment* pFormFillEnv);
33 ~CJS_Runtime() override;
Dcjs_annot.cpp46 CJS_Return Annot::get_hidden(CJS_Runtime* pRuntime) { in get_hidden()
55 CJS_Return Annot::set_hidden(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp) { in set_hidden()
78 CJS_Return Annot::get_name(CJS_Runtime* pRuntime) { in get_name()
85 CJS_Return Annot::set_name(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp) { in set_name()
95 CJS_Return Annot::get_type(CJS_Runtime* pRuntime) { in get_type()
105 CJS_Return Annot::set_type(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp) { in set_type()
Dcjs_util.h25 CJS_Return printd(CJS_Runtime* pRuntime,
27 CJS_Return printf(CJS_Runtime* pRuntime,
29 CJS_Return printx(CJS_Runtime* pRuntime,
31 CJS_Return scand(CJS_Runtime* pRuntime,
33 CJS_Return byteToChar(CJS_Runtime* pRuntime,
Dcjs_console.cpp35 CJS_Return console::clear(CJS_Runtime* pRuntime, in clear()
40 CJS_Return console::hide(CJS_Runtime* pRuntime, in hide()
45 CJS_Return console::println(CJS_Runtime* pRuntime, in println()
50 CJS_Return console::show(CJS_Runtime* pRuntime, in show()
Dcjs_console.h20 CJS_Return clear(CJS_Runtime* pRuntime,
22 CJS_Return hide(CJS_Runtime* pRuntime,
24 CJS_Return println(CJS_Runtime* pRuntime,
26 CJS_Return show(CJS_Runtime* pRuntime,
Dglobal_timer.h18 CJS_Runtime* pRuntime,
31 CJS_Runtime* GetRuntime() const { return m_pRuntime.Get(); } in GetRuntime()
46 CJS_Runtime::ObservedPtr m_pRuntime;
Dcjs_publicmethods.cpp118 template <CJS_Return (*F)(CJS_Runtime*,
122 CJS_Runtime* pRuntime = in JSGlobalFunc()
123 CJS_Runtime::CurrentRuntimeFromIsolate(info.GetIsolate()); in JSGlobalFunc()
317 CJS_Runtime* pRuntime, in AF_MakeArrayFromList()
866 CJS_Runtime* pRuntime, in AFNumber_Format()
973 CJS_Runtime* pRuntime, in AFNumber_Keystroke()
1061 CJS_Runtime* pRuntime, in AFPercent_Format()
1139 CJS_Runtime* pRuntime, in AFPercent_Keystroke()
1146 CJS_Runtime* pRuntime, in AFDate_FormatEx()
1221 CJS_Runtime* pRuntime, in AFDate_KeystrokeEx()
[all …]
Dcjs_globalarrays.cpp18 CJS_Runtime* pCurrentRuntime = \
19 CJS_Runtime::CurrentRuntimeFromIsolate(info.GetIsolate()); \
26 void CJS_GlobalArrays::DefineJSObjects(CJS_Runtime* pRuntime) { in DefineJSObjects()
Dcjs_event_context.h18 class CJS_Runtime; variable
23 explicit CJS_EventContext(CJS_Runtime* pRuntime);
125 CJS_Runtime* GetJSRuntime() const { return m_pRuntime.Get(); } in GetJSRuntime()
131 UnownedPtr<CJS_Runtime> const m_pRuntime;
Dcjs_report.cpp32 CJS_Return Report::writeText(CJS_Runtime* pRuntime, in writeText()
38 CJS_Return Report::save(CJS_Runtime* pRuntime, in save()

12