Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcjs_event.cpp51 CJS_Event::CJS_Event(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime) in CJS_Event()
56 CJS_Result CJS_Event::get_change(CJS_Runtime* pRuntime) { in get_change()
62 CJS_Result CJS_Event::set_change(CJS_Runtime* pRuntime, in set_change()
71 CJS_Result CJS_Event::get_change_ex(CJS_Runtime* pRuntime) { in get_change_ex()
77 CJS_Result CJS_Event::set_change_ex(CJS_Runtime* pRuntime, in set_change_ex()
82 CJS_Result CJS_Event::get_commit_key(CJS_Runtime* pRuntime) { in get_commit_key()
87 CJS_Result CJS_Event::set_commit_key(CJS_Runtime* pRuntime, in set_commit_key()
92 CJS_Result CJS_Event::get_field_full(CJS_Runtime* pRuntime) { in get_field_full()
100 CJS_Result CJS_Event::set_field_full(CJS_Runtime* pRuntime, in set_field_full()
105 CJS_Result CJS_Event::get_key_down(CJS_Runtime* pRuntime) { in get_key_down()
[all …]
Dcjs_document.cpp133 CJS_Document::CJS_Document(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime) in CJS_Document()
141 CJS_Result CJS_Document::get_num_fields(CJS_Runtime* pRuntime) { in get_num_fields()
150 CJS_Result CJS_Document::set_num_fields(CJS_Runtime* pRuntime, in set_num_fields()
155 CJS_Result CJS_Document::get_dirty(CJS_Runtime* pRuntime) { in get_dirty()
163 CJS_Result CJS_Document::set_dirty(CJS_Runtime* pRuntime, in set_dirty()
173 CJS_Result CJS_Document::get_ADBE(CJS_Runtime* pRuntime) { in get_ADBE()
177 CJS_Result CJS_Document::set_ADBE(CJS_Runtime* pRuntime, in set_ADBE()
182 CJS_Result CJS_Document::get_page_num(CJS_Runtime* pRuntime) { in get_page_num()
193 CJS_Result CJS_Document::set_page_num(CJS_Runtime* pRuntime, in set_page_num()
211 CJS_Runtime* pRuntime, in addAnnot()
[all …]
Dcjs_color.cpp54 v8::Local<v8::Array> CJS_Color::ConvertPWLColorToArray(CJS_Runtime* pRuntime, in ConvertPWLColorToArray()
87 CFX_Color CJS_Color::ConvertArrayToPWLColor(CJS_Runtime* pRuntime, in ConvertArrayToPWLColor()
130 CJS_Color::CJS_Color(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime) in CJS_Color()
147 CJS_Result CJS_Color::get_transparent(CJS_Runtime* pRuntime) { in get_transparent()
151 CJS_Result CJS_Color::set_transparent(CJS_Runtime* pRuntime, in set_transparent()
156 CJS_Result CJS_Color::get_black(CJS_Runtime* pRuntime) { in get_black()
160 CJS_Result CJS_Color::set_black(CJS_Runtime* pRuntime, in set_black()
165 CJS_Result CJS_Color::get_white(CJS_Runtime* pRuntime) { in get_white()
169 CJS_Result CJS_Color::set_white(CJS_Runtime* pRuntime, in set_white()
174 CJS_Result CJS_Color::get_red(CJS_Runtime* pRuntime) { in get_red()
[all …]
Dcjs_app.cpp93 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()
[all …]
Dcjs_field.cpp631 CJS_Field::CJS_Field(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime) in CJS_Field()
684 CJS_Result CJS_Field::get_alignment(CJS_Runtime* pRuntime) { in get_alignment()
709 CJS_Result CJS_Field::set_alignment(CJS_Runtime* pRuntime, in set_alignment()
718 CJS_Result CJS_Field::get_border_style(CJS_Runtime* pRuntime) { in get_border_style()
745 CJS_Result CJS_Field::set_border_style(CJS_Runtime* pRuntime, in set_border_style()
761 CJS_Result CJS_Field::get_button_align_x(CJS_Runtime* pRuntime) { in get_button_align_x()
780 CJS_Result CJS_Field::set_button_align_x(CJS_Runtime* pRuntime, in set_button_align_x()
788 CJS_Result CJS_Field::get_button_align_y(CJS_Runtime* pRuntime) { in get_button_align_y()
807 CJS_Result CJS_Field::set_button_align_y(CJS_Runtime* pRuntime, in set_button_align_y()
815 CJS_Result CJS_Field::get_button_fit_bounds(CJS_Runtime* pRuntime) { in get_button_fit_bounds()
[all …]
Dcjs_annot.cpp36 CJS_Annot::CJS_Annot(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime) in CJS_Annot()
45 CJS_Result CJS_Annot::get_hidden(CJS_Runtime* pRuntime) { in get_hidden()
53 CJS_Result CJS_Annot::set_hidden(CJS_Runtime* pRuntime, in set_hidden()
78 CJS_Result CJS_Annot::get_name(CJS_Runtime* pRuntime) { in get_name()
87 CJS_Result CJS_Annot::set_name(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp) { in set_name()
99 CJS_Result CJS_Annot::get_type(CJS_Runtime* pRuntime) { in get_type()
109 CJS_Result CJS_Annot::set_type(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp) { in set_type()
Dcjs_console.cpp35 CJS_Console::CJS_Console(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime) in CJS_Console()
40 CJS_Result CJS_Console::clear(CJS_Runtime* pRuntime, in clear()
45 CJS_Result CJS_Console::hide(CJS_Runtime* pRuntime, in hide()
51 CJS_Runtime* pRuntime, in println()
56 CJS_Result CJS_Console::show(CJS_Runtime* pRuntime, in show()
Dcjs_global.cpp72 CJS_Runtime* pRuntime = pObj->GetRuntime(); in getprop_static() local
96 CJS_Runtime* pRuntime = pObj->GetRuntime(); in putprop_static() local
129 CJS_Runtime* pRuntime = pObj->GetRuntime(); in enumprop_static() local
157 CJS_Global::CJS_Global(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime) in CJS_Global()
181 CJS_Result CJS_Global::GetProperty(CJS_Runtime* pRuntime, in GetProperty()
210 CJS_Result CJS_Global::SetProperty(CJS_Runtime* pRuntime, in SetProperty()
244 CJS_Runtime* pRuntime, in EnumProperties()
259 CJS_Runtime* pRuntime, in setPersistent()
273 CJS_Runtime* pRuntime = GetRuntime(); in UpdateGlobalPersistentVariables() local
326 CJS_Runtime* pRuntime = GetRuntime(); in CommitGlobalPersisitentVariables() local
[all …]
Dcjs_publicmethods.cpp152 CJS_Runtime* pRuntime = pObj->GetRuntime(); in JSGlobalFunc() local
323 CJS_Runtime* pRuntime, in AF_MakeArrayFromList()
594 CJS_Runtime* pRuntime, in AFNumber_Format()
701 CJS_Runtime* pRuntime, in AFNumber_Keystroke()
788 CJS_Runtime* pRuntime, in AFPercent_Format()
876 CJS_Runtime* pRuntime, in AFPercent_Keystroke()
883 CJS_Runtime* pRuntime, in AFDate_FormatEx()
957 CJS_Runtime* pRuntime, in AFDate_KeystrokeEx()
989 CJS_Runtime* pRuntime, in AFDate_Format()
1003 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.cpp95 CJS_Util::CJS_Util(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime) in CJS_Util()
100 CJS_Result CJS_Util::printf(CJS_Runtime* pRuntime, in printf()
163 CJS_Result CJS_Util::printd(CJS_Runtime* pRuntime, in printd()
270 CJS_Result CJS_Util::printx(CJS_Runtime* pRuntime, in printx()
371 CJS_Result CJS_Util::scand(CJS_Runtime* pRuntime, in scand()
389 CJS_Runtime* pRuntime, in byteToChar()
Djs_define.h76 CJS_Runtime* pRuntime = pObj->GetRuntime(); in JSPropGetter() local
101 CJS_Runtime* pRuntime = pObj->GetRuntime(); in JSPropSetter() local
122 CJS_Runtime* pRuntime = pObj->GetRuntime(); in JSMethod() local
Dcjs_globalarrays.cpp38 void CJS_GlobalArrays::DefineJSObjects(CJS_Runtime* pRuntime) { in DefineJSObjects()
Dcjs_globalconsts.cpp19 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.cpp18 IJS_Runtime::ScopedEventContext::ScopedEventContext(IJS_Runtime* pRuntime) in ScopedEventContext()
Dcjs_object.cpp41 CJS_Object::CJS_Object(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime) in CJS_Object()
Dglobal_timer.cpp28 CJS_Runtime* pRuntime, in GlobalTimer()
Djs_define.cpp63 CJS_Runtime* pRuntime, in ExpandKeywordParams()
Dcjs_event_context.cpp20 CJS_EventContext::CJS_EventContext(CJS_Runtime* pRuntime) in CJS_EventContext()
/external/pdfium/fpdfsdk/
Dcpdfsdk_interactiveform.cpp255 IJS_Runtime* pRuntime = m_pFormFillEnv->GetIJSRuntime(); in OnCalculate() local
296 IJS_Runtime* pRuntime = m_pFormFillEnv->GetIJSRuntime(); in OnFormat() local