Home
last modified time | relevance | path

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

12

/external/pdfium/fxjs/
Dcjs_field.h37 CJS_Field(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime);
122 CJS_Result get_text_color(CJS_Runtime* pRuntime);
123 CJS_Result set_text_color(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
131 CJS_Result get_alignment(CJS_Runtime* pRuntime);
132 CJS_Result set_alignment(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
134 CJS_Result get_border_style(CJS_Runtime* pRuntime);
135 CJS_Result set_border_style(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
137 CJS_Result get_button_align_x(CJS_Runtime* pRuntime);
138 CJS_Result set_button_align_x(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
140 CJS_Result get_button_align_y(CJS_Runtime* pRuntime);
[all …]
Dcjs_document.h28 CJS_Document(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime);
120 CJS_Result get_ADBE(CJS_Runtime* pRuntime);
121 CJS_Result set_ADBE(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
123 CJS_Result get_author(CJS_Runtime* pRuntime);
124 CJS_Result set_author(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
126 CJS_Result get_base_URL(CJS_Runtime* pRuntime);
127 CJS_Result set_base_URL(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
129 CJS_Result get_bookmark_root(CJS_Runtime* pRuntime);
130 CJS_Result set_bookmark_root(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
132 CJS_Result get_calculate(CJS_Runtime* pRuntime);
[all …]
Dcjs_event.h18 CJS_Event(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime);
47 CJS_Result get_change(CJS_Runtime* pRuntime);
48 CJS_Result set_change(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
50 CJS_Result get_change_ex(CJS_Runtime* pRuntime);
51 CJS_Result set_change_ex(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
53 CJS_Result get_commit_key(CJS_Runtime* pRuntime);
54 CJS_Result set_commit_key(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
56 CJS_Result get_field_full(CJS_Runtime* pRuntime);
57 CJS_Result set_field_full(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
59 CJS_Result get_key_down(CJS_Runtime* pRuntime);
[all …]
Dcjs_app.h17 class CJS_Runtime; variable
25 CJS_App(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime);
74 CJS_Result get_active_docs(CJS_Runtime* pRuntime);
75 CJS_Result set_active_docs(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
77 CJS_Result get_calculate(CJS_Runtime* pRuntime);
78 CJS_Result set_calculate(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
80 CJS_Result get_forms_version(CJS_Runtime* pRuntime);
81 CJS_Result set_forms_version(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
83 CJS_Result get_fs(CJS_Runtime* pRuntime);
84 CJS_Result set_fs(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
[all …]
Dcjs_color.h19 static v8::Local<v8::Array> ConvertPWLColorToArray(CJS_Runtime* pRuntime,
21 static CFX_Color ConvertArrayToPWLColor(CJS_Runtime* pRuntime,
24 CJS_Color(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime);
49 CJS_Result get_black(CJS_Runtime* pRuntime);
50 CJS_Result set_black(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
52 CJS_Result get_blue(CJS_Runtime* pRuntime);
53 CJS_Result set_blue(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
55 CJS_Result get_cyan(CJS_Runtime* pRuntime);
56 CJS_Result set_cyan(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
58 CJS_Result get_dark_gray(CJS_Runtime* pRuntime);
[all …]
Dcjs_event.cpp52 CJS_Event::CJS_Event(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime) in CJS_Event()
57 CJS_Result CJS_Event::get_change(CJS_Runtime* pRuntime) { in get_change()
64 CJS_Result CJS_Event::set_change(CJS_Runtime* pRuntime, in set_change()
76 CJS_Result CJS_Event::get_change_ex(CJS_Runtime* pRuntime) { in get_change_ex()
83 CJS_Result CJS_Event::set_change_ex(CJS_Runtime* pRuntime, in set_change_ex()
88 CJS_Result CJS_Event::get_commit_key(CJS_Runtime* pRuntime) { in get_commit_key()
94 CJS_Result CJS_Event::set_commit_key(CJS_Runtime* pRuntime, in set_commit_key()
99 CJS_Result CJS_Event::get_field_full(CJS_Runtime* pRuntime) { in get_field_full()
108 CJS_Result CJS_Event::set_field_full(CJS_Runtime* pRuntime, in set_field_full()
113 CJS_Result CJS_Event::get_key_down(CJS_Runtime* pRuntime) { in get_key_down()
[all …]
Dcjs_publicmethods.h33 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,
60 CJS_Runtime* pRuntime,
[all …]
Dcjs_document.cpp127 CJS_Document::CJS_Document(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime) in CJS_Document()
135 CJS_Result CJS_Document::get_num_fields(CJS_Runtime* pRuntime) { in get_num_fields()
144 CJS_Result CJS_Document::set_num_fields(CJS_Runtime* pRuntime, in set_num_fields()
149 CJS_Result CJS_Document::get_dirty(CJS_Runtime* pRuntime) { in get_dirty()
157 CJS_Result CJS_Document::set_dirty(CJS_Runtime* pRuntime, in set_dirty()
167 CJS_Result CJS_Document::get_ADBE(CJS_Runtime* pRuntime) { in get_ADBE()
171 CJS_Result CJS_Document::set_ADBE(CJS_Runtime* pRuntime, in set_ADBE()
176 CJS_Result CJS_Document::get_page_num(CJS_Runtime* pRuntime) { in get_page_num()
187 CJS_Result CJS_Document::set_page_num(CJS_Runtime* pRuntime, in set_page_num()
205 CJS_Runtime* pRuntime, in addAnnot()
[all …]
Dcjs_color.cpp53 v8::Local<v8::Array> CJS_Color::ConvertPWLColorToArray(CJS_Runtime* pRuntime, in ConvertPWLColorToArray()
86 CFX_Color CJS_Color::ConvertArrayToPWLColor(CJS_Runtime* pRuntime, in ConvertArrayToPWLColor()
129 CJS_Color::CJS_Color(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime) in CJS_Color()
146 CJS_Result CJS_Color::get_transparent(CJS_Runtime* pRuntime) { in get_transparent()
150 CJS_Result CJS_Color::set_transparent(CJS_Runtime* pRuntime, in set_transparent()
155 CJS_Result CJS_Color::get_black(CJS_Runtime* pRuntime) { in get_black()
159 CJS_Result CJS_Color::set_black(CJS_Runtime* pRuntime, in set_black()
164 CJS_Result CJS_Color::get_white(CJS_Runtime* pRuntime) { in get_white()
168 CJS_Result CJS_Color::set_white(CJS_Runtime* pRuntime, in set_white()
173 CJS_Result CJS_Color::get_red(CJS_Runtime* pRuntime) { in get_red()
[all …]
Dcjs_app.cpp84 CJS_App::CJS_App(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime) in CJS_App()
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()
[all …]
Dcjs_runtime.cpp42 CJS_Runtime::CJS_Runtime(CPDFSDK_FormFillEnvironment* pFormFillEnv) in CJS_Runtime() function in CJS_Runtime
68 CJS_Runtime::~CJS_Runtime() { in ~CJS_Runtime()
75 void CJS_Runtime::DefineJSObjects() { in DefineJSObjects()
122 IJS_EventContext* CJS_Runtime::NewEventContext() { in NewEventContext()
127 void CJS_Runtime::ReleaseEventContext(IJS_EventContext* pContext) { in ReleaseEventContext()
132 CJS_EventContext* CJS_Runtime::GetCurrentEventContext() const { in GetCurrentEventContext()
137 TimerHandlerIface* CJS_Runtime::GetTimerHandler() const { in GetTimerHandler()
141 void CJS_Runtime::SetFormFillEnvToDocument() { in SetFormFillEnvToDocument()
158 CPDFSDK_FormFillEnvironment* CJS_Runtime::GetFormFillEnv() const { in GetFormFillEnv()
162 Optional<IJS_Runtime::JS_Error> CJS_Runtime::ExecuteScript( in ExecuteScript()
[all …]
Dcjs_field.cpp604 CJS_Field::CJS_Field(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime) in CJS_Field()
658 CJS_Result CJS_Field::get_alignment(CJS_Runtime* pRuntime) { in get_alignment()
683 CJS_Result CJS_Field::set_alignment(CJS_Runtime* pRuntime, in set_alignment()
692 CJS_Result CJS_Field::get_border_style(CJS_Runtime* pRuntime) { in get_border_style()
719 CJS_Result CJS_Field::set_border_style(CJS_Runtime* pRuntime, in set_border_style()
735 CJS_Result CJS_Field::get_button_align_x(CJS_Runtime* pRuntime) { in get_button_align_x()
754 CJS_Result CJS_Field::set_button_align_x(CJS_Runtime* pRuntime, in set_button_align_x()
762 CJS_Result CJS_Field::get_button_align_y(CJS_Runtime* pRuntime) { in get_button_align_y()
781 CJS_Result CJS_Field::set_button_align_y(CJS_Runtime* pRuntime, in set_button_align_y()
789 CJS_Result CJS_Field::get_button_fit_bounds(CJS_Runtime* pRuntime) { in get_button_fit_bounds()
[all …]
Dcjs_annot.h20 CJS_Annot(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime);
34 CJS_Result get_hidden(CJS_Runtime* pRuntime);
35 CJS_Result set_hidden(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
37 CJS_Result get_name(CJS_Runtime* pRuntime);
38 CJS_Result set_name(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
40 CJS_Result get_type(CJS_Runtime* pRuntime);
41 CJS_Result set_type(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
Dcjs_util.h26 CJS_Util(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime);
53 CJS_Result printd(CJS_Runtime* pRuntime,
55 CJS_Result printf(CJS_Runtime* pRuntime,
57 CJS_Result printx(CJS_Runtime* pRuntime,
59 CJS_Result scand(CJS_Runtime* pRuntime,
61 CJS_Result byteToChar(CJS_Runtime* pRuntime,
Dcjs_global.h40 CJS_Global(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime);
43 CJS_Result DelProperty(CJS_Runtime* pRuntime, const wchar_t* propname);
45 CJS_Result setPersistent(CJS_Runtime* pRuntime,
48 CJS_Result GetProperty(CJS_Runtime* pRuntime, const wchar_t* propname);
49 CJS_Result SetProperty(CJS_Runtime* pRuntime,
68 void CommitGlobalPersisitentVariables(CJS_Runtime* pRuntime);
77 void ObjectToArray(CJS_Runtime* pRuntime,
Dcjs_console.h20 CJS_Console(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime);
33 CJS_Result clear(CJS_Runtime* pRuntime,
35 CJS_Result hide(CJS_Runtime* pRuntime,
37 CJS_Result println(CJS_Runtime* pRuntime,
39 CJS_Result show(CJS_Runtime* pRuntime,
Dcjs_console.cpp36 CJS_Console::CJS_Console(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime) in CJS_Console()
41 CJS_Result CJS_Console::clear(CJS_Runtime* pRuntime, in clear()
46 CJS_Result CJS_Console::hide(CJS_Runtime* pRuntime, in hide()
52 CJS_Runtime* pRuntime, in println()
57 CJS_Result CJS_Console::show(CJS_Runtime* pRuntime, in show()
Dcjs_annot.cpp37 CJS_Annot::CJS_Annot(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime) in CJS_Annot()
46 CJS_Result CJS_Annot::get_hidden(CJS_Runtime* pRuntime) { in get_hidden()
54 CJS_Result CJS_Annot::set_hidden(CJS_Runtime* pRuntime, in set_hidden()
79 CJS_Result CJS_Annot::get_name(CJS_Runtime* pRuntime) { in get_name()
88 CJS_Result CJS_Annot::set_name(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp) { in set_name()
100 CJS_Result CJS_Annot::get_type(CJS_Runtime* pRuntime) { in get_type()
112 CJS_Result CJS_Annot::set_type(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp) { in set_type()
Djs_define.h30 CJS_Runtime* pRuntime,
47 obj, pdfium::MakeUnique<T>(obj, static_cast<CJS_Runtime*>(pEngine))); in JSConstructor()
65 template <class C, CJS_Result (C::*M)(CJS_Runtime*)>
74 CJS_Runtime* pRuntime = pObj->GetRuntime(); in JSPropGetter()
89 template <class C, CJS_Result (C::*M)(CJS_Runtime*, v8::Local<v8::Value>)>
99 CJS_Runtime* pRuntime = pObj->GetRuntime(); in JSPropSetter()
111 CJS_Result (C::*M)(CJS_Runtime*,
120 CJS_Runtime* pRuntime = pObj->GetRuntime(); in JSMethod()
Dcjs_runtime.h24 class CJS_Runtime final : public IJS_Runtime,
30 explicit CJS_Runtime(CPDFSDK_FormFillEnvironment* pFormFillEnv);
31 ~CJS_Runtime() override;
34 CJS_Runtime* AsCJSRuntime() override;
Dcjs_icon.h18 CJS_Icon(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime);
31 CJS_Result get_name(CJS_Runtime* pRuntime);
32 CJS_Result set_name(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
Dglobal_timer.h22 CJS_Runtime* pRuntime,
35 CJS_Runtime* GetRuntime() const { return m_pRuntime.Get(); } in GetRuntime()
46 ObservedPtr<CJS_Runtime> m_pRuntime;
Dcjs_icon.cpp27 CJS_Icon::CJS_Icon(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime) in CJS_Icon()
32 CJS_Result CJS_Icon::get_name(CJS_Runtime* pRuntime) { in get_name()
36 CJS_Result CJS_Icon::set_name(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp) { in set_name()
Dcjs_object.h48 CJS_Object(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime);
53 CJS_Runtime* GetRuntime() const { return m_pRuntime.Get(); } in GetRuntime()
58 ObservedPtr<CJS_Runtime> m_pRuntime;
Dcjs_global.cpp40 CJS_Runtime* pRuntime = pObj->GetRuntime(); in JSSpecialPropQuery()
58 CJS_Runtime* pRuntime = pObj->GetRuntime(); in JSSpecialPropGet()
83 CJS_Runtime* pRuntime = pObj->GetRuntime(); in JSSpecialPropPut()
104 CJS_Runtime* pRuntime = pObj->GetRuntime(); in JSSpecialPropDel()
211 CJS_Global::CJS_Global(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime) in CJS_Global()
231 CJS_Result CJS_Global::DelProperty(CJS_Runtime* pRuntime, in DelProperty()
241 CJS_Result CJS_Global::GetProperty(CJS_Runtime* pRuntime, in GetProperty()
270 CJS_Result CJS_Global::SetProperty(CJS_Runtime* pRuntime, in SetProperty()
305 CJS_Runtime* pRuntime, in setPersistent()
319 CJS_Runtime* pRuntime = GetRuntime(); in UpdateGlobalPersistentVariables()
[all …]

12