Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
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_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_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_document.cpp127 CJS_Runtime* pRuntime = static_cast<CJS_Runtime*>(pIRuntime); in InitInstance() local
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_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 …]
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_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_global.cpp35 CJS_Runtime* pRuntime = in JSSpecialPropQuery() local
55 CJS_Runtime* pRuntime = in JSSpecialPropGet() local
83 CJS_Runtime* pRuntime = in JSSpecialPropPut() local
106 CJS_Runtime* pRuntime = in JSSpecialPropDel() local
236 CJS_Runtime* pRuntime = static_cast<CJS_Runtime*>(pIRuntime); in InitInstance() local
272 CJS_Return JSGlobalAlternate::DelProperty(CJS_Runtime* pRuntime, in DelProperty()
282 CJS_Return JSGlobalAlternate::GetProperty(CJS_Runtime* pRuntime, in GetProperty()
311 CJS_Return JSGlobalAlternate::SetProperty(CJS_Runtime* pRuntime, in SetProperty()
347 CJS_Runtime* pRuntime, in setPersistent()
362 CJS_Runtime* pRuntime = in UpdateGlobalPersistentVariables() local
[all …]
Dcjs_publicmethods.cpp122 CJS_Runtime* pRuntime = in JSGlobalFunc() local
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()
1254 CJS_Runtime* pRuntime, in AFDate_Format()
1283 CJS_Runtime* pRuntime, in AFDate_Keystroke()
[all …]
Dcjs_icon.cpp32 CJS_Return Icon::get_name(CJS_Runtime* pRuntime) { in get_name()
36 CJS_Return Icon::set_name(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp) { in set_name()
Dcjs_report.cpp32 CJS_Return Report::writeText(CJS_Runtime* pRuntime, in writeText()
38 CJS_Return Report::save(CJS_Runtime* pRuntime, in save()
DJS_Define.h67 CJS_Runtime* pRuntime = in JSPropGetter() local
95 CJS_Runtime* pRuntime = in JSPropSetter() local
119 CJS_Runtime* pRuntime = in JSMethod() local
Dcjs_util.cpp81 CJS_Return util::printf(CJS_Runtime* pRuntime, in printf()
143 CJS_Return util::printd(CJS_Runtime* pRuntime, in printd()
253 CJS_Return util::printx(CJS_Runtime* pRuntime, in printx()
362 CJS_Return util::scand(CJS_Runtime* pRuntime, in scand()
378 CJS_Return util::byteToChar(CJS_Runtime* pRuntime, in byteToChar()
Dcjs_globalarrays.cpp26 void CJS_GlobalArrays::DefineJSObjects(CJS_Runtime* pRuntime) { in DefineJSObjects()
Dcjs_globalconsts.cpp18 void CJS_GlobalConsts::DefineJSObjects(CJS_Runtime* pRuntime) { in DefineJSObjects()
Dglobal_timer.cpp11 CJS_Runtime* pRuntime, in GlobalTimer()
Dcjs_eventhandler.cpp591 CJS_Runtime* pRuntime = m_pJSEventContext->GetJSRuntime(); in Source() local
618 CJS_Runtime* pRuntime = m_pJSEventContext->GetJSRuntime(); in Target_Field() local
DJS_Define.cpp279 CJS_Runtime* pRuntime, in ExpandKeywordParams()
Dcjs_event_context.cpp15 CJS_EventContext::CJS_EventContext(CJS_Runtime* pRuntime) in CJS_EventContext()
/external/pdfium/fpdfsdk/
Dfsdk_actionhandler.cpp161 IJS_Runtime* pRuntime = pFormFillEnv->GetJSRuntime(); in ExecuteLinkAction() local
285 IJS_Runtime* pRuntime = pFormFillEnv->GetJSRuntime(); in ExecuteScreenAction() local
324 IJS_Runtime* pRuntime = pFormFillEnv->GetJSRuntime(); in ExecuteBookMark() local
473 IJS_Runtime* pRuntime = pFormFillEnv->GetJSRuntime(); in RunFieldJavaScript() local
524 IJS_Runtime* pRuntime = pFormFillEnv->GetJSRuntime(); in RunDocumentOpenJavaScript() local
540 IJS_Runtime* pRuntime = pFormFillEnv->GetJSRuntime(); in RunDocumentPageJavaScript() local
Dcpdfsdk_interform.cpp264 IJS_Runtime* pRuntime = m_pFormFillEnv->GetJSRuntime(); in OnCalculate() local
310 IJS_Runtime* pRuntime = m_pFormFillEnv->GetJSRuntime(); in OnFormat() local