Home
last modified time | relevance | path

Searched defs:pRuntime (Results 1 – 21 of 21) sorted by relevance

/external/pdfium/fxjs/
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_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_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.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()
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_global.cpp40 CJS_Runtime* pRuntime = pObj->GetRuntime(); in JSSpecialPropQuery() local
58 CJS_Runtime* pRuntime = pObj->GetRuntime(); in JSSpecialPropGet() local
83 CJS_Runtime* pRuntime = pObj->GetRuntime(); in JSSpecialPropPut() local
104 CJS_Runtime* pRuntime = pObj->GetRuntime(); in JSSpecialPropDel() local
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() local
[all …]
Dcjs_publicmethods.cpp143 CJS_Runtime* pRuntime = pObj->GetRuntime(); in JSGlobalFunc() local
314 CJS_Runtime* pRuntime, in AF_MakeArrayFromList()
583 CJS_Runtime* pRuntime, in AFNumber_Format()
691 CJS_Runtime* pRuntime, in AFNumber_Keystroke()
779 CJS_Runtime* pRuntime, in AFPercent_Format()
869 CJS_Runtime* pRuntime, in AFPercent_Keystroke()
876 CJS_Runtime* pRuntime, in AFDate_FormatEx()
949 CJS_Runtime* pRuntime, in AFDate_KeystrokeEx()
981 CJS_Runtime* pRuntime, in AFDate_Format()
995 CJS_Runtime* pRuntime, in AFDate_Keystroke()
[all …]
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_util.cpp93 CJS_Util::CJS_Util(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime) in CJS_Util()
98 CJS_Result CJS_Util::printf(CJS_Runtime* pRuntime, in printf()
160 CJS_Result CJS_Util::printd(CJS_Runtime* pRuntime, in printd()
266 CJS_Result CJS_Util::printx(CJS_Runtime* pRuntime, in printx()
367 CJS_Result CJS_Util::scand(CJS_Runtime* pRuntime, in scand()
384 CJS_Runtime* pRuntime, in byteToChar()
Djs_define.h74 CJS_Runtime* pRuntime = pObj->GetRuntime(); in JSPropGetter() local
99 CJS_Runtime* pRuntime = pObj->GetRuntime(); in JSPropSetter() local
120 CJS_Runtime* pRuntime = pObj->GetRuntime(); in JSMethod() local
Dcjs_globalarrays.cpp27 void CJS_GlobalArrays::DefineJSObjects(CJS_Runtime* pRuntime) { in DefineJSObjects()
Dcjs_globalconsts.cpp20 void CJS_GlobalConsts::DefineJSObjects(CJS_Runtime* pRuntime) { in DefineJSObjects()
Dcjs_timerobj.cpp25 CJS_TimerObj::CJS_TimerObj(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime) in CJS_TimerObj()
Dijs_runtime.cpp15 IJS_Runtime::ScopedEventContext::ScopedEventContext(IJS_Runtime* pRuntime) in ScopedEventContext()
Dcjs_object.cpp40 CJS_Object::CJS_Object(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime) in CJS_Object()
Dglobal_timer.cpp26 CJS_Runtime* pRuntime, in GlobalTimer()
Djs_define.cpp65 CJS_Runtime* pRuntime, in ExpandKeywordParams()
Dcjs_event_context.cpp17 CJS_EventContext::CJS_EventContext(CJS_Runtime* pRuntime) in CJS_EventContext()
/external/pdfium/fpdfsdk/
Dcpdfsdk_interactiveform.cpp253 IJS_Runtime* pRuntime = m_pFormFillEnv->GetIJSRuntime(); in OnCalculate() local
294 IJS_Runtime* pRuntime = m_pFormFillEnv->GetIJSRuntime(); in OnFormat() local