/external/pdfium/fxjs/ |
D | cjs_event.cpp | 51 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 …]
|
D | cjs_document.cpp | 134 CJS_Document::CJS_Document(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime) in CJS_Document() 142 CJS_Result CJS_Document::get_num_fields(CJS_Runtime* pRuntime) { in get_num_fields() 151 CJS_Result CJS_Document::set_num_fields(CJS_Runtime* pRuntime, in set_num_fields() 156 CJS_Result CJS_Document::get_dirty(CJS_Runtime* pRuntime) { in get_dirty() 164 CJS_Result CJS_Document::set_dirty(CJS_Runtime* pRuntime, in set_dirty() 174 CJS_Result CJS_Document::get_ADBE(CJS_Runtime* pRuntime) { in get_ADBE() 178 CJS_Result CJS_Document::set_ADBE(CJS_Runtime* pRuntime, in set_ADBE() 183 CJS_Result CJS_Document::get_page_num(CJS_Runtime* pRuntime) { in get_page_num() 194 CJS_Result CJS_Document::set_page_num(CJS_Runtime* pRuntime, in set_page_num() 211 CJS_Result CJS_Document::addAnnot(CJS_Runtime* pRuntime, in addAnnot() [all …]
|
D | cjs_color.cpp | 54 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 …]
|
D | cjs_app.cpp | 94 CJS_App::CJS_App(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime) in CJS_App() 99 CJS_Result CJS_App::get_active_docs(CJS_Runtime* pRuntime) { in get_active_docs() 112 CJS_Result CJS_App::set_active_docs(CJS_Runtime* pRuntime, in set_active_docs() 117 CJS_Result CJS_App::get_calculate(CJS_Runtime* pRuntime) { in get_calculate() 121 CJS_Result CJS_App::set_calculate(CJS_Runtime* pRuntime, in set_calculate() 129 CJS_Result CJS_App::get_forms_version(CJS_Runtime* pRuntime) { in get_forms_version() 133 CJS_Result CJS_App::set_forms_version(CJS_Runtime* pRuntime, in set_forms_version() 138 CJS_Result CJS_App::get_viewer_type(CJS_Runtime* pRuntime) { in get_viewer_type() 142 CJS_Result CJS_App::set_viewer_type(CJS_Runtime* pRuntime, in set_viewer_type() 147 CJS_Result CJS_App::get_viewer_variation(CJS_Runtime* pRuntime) { in get_viewer_variation() [all …]
|
D | cjs_field.cpp | 632 CJS_Field::CJS_Field(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime) in CJS_Field() 685 CJS_Result CJS_Field::get_alignment(CJS_Runtime* pRuntime) { in get_alignment() 710 CJS_Result CJS_Field::set_alignment(CJS_Runtime* pRuntime, in set_alignment() 719 CJS_Result CJS_Field::get_border_style(CJS_Runtime* pRuntime) { in get_border_style() 746 CJS_Result CJS_Field::set_border_style(CJS_Runtime* pRuntime, in set_border_style() 762 CJS_Result CJS_Field::get_button_align_x(CJS_Runtime* pRuntime) { in get_button_align_x() 781 CJS_Result CJS_Field::set_button_align_x(CJS_Runtime* pRuntime, in set_button_align_x() 789 CJS_Result CJS_Field::get_button_align_y(CJS_Runtime* pRuntime) { in get_button_align_y() 808 CJS_Result CJS_Field::set_button_align_y(CJS_Runtime* pRuntime, in set_button_align_y() 816 CJS_Result CJS_Field::get_button_fit_bounds(CJS_Runtime* pRuntime) { in get_button_fit_bounds() [all …]
|
D | cjs_annot.cpp | 36 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()
|
D | cjs_console.cpp | 34 CJS_Console::CJS_Console(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime) in CJS_Console() 39 CJS_Result CJS_Console::clear(CJS_Runtime* pRuntime, in clear() 44 CJS_Result CJS_Console::hide(CJS_Runtime* pRuntime, in hide() 49 CJS_Result CJS_Console::println(CJS_Runtime* pRuntime, in println() 54 CJS_Result CJS_Console::show(CJS_Runtime* pRuntime, in show()
|
D | cjs_global.cpp | 79 CJS_Runtime* pRuntime = pObj->GetRuntime(); in getprop_static() local 109 CJS_Runtime* pRuntime = pObj->GetRuntime(); in putprop_static() local 148 CJS_Runtime* pRuntime = pObj->GetRuntime(); in enumprop_static() local 176 CJS_Global::CJS_Global(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime) in CJS_Global() 200 CJS_Result CJS_Global::GetProperty(CJS_Runtime* pRuntime, in GetProperty() 226 CJS_Result CJS_Global::SetProperty(CJS_Runtime* pRuntime, in SetProperty() 260 CJS_Runtime* pRuntime, in EnumProperties() 275 CJS_Runtime* pRuntime, in setPersistent() 289 CJS_Runtime* pRuntime = GetRuntime(); in UpdateGlobalPersistentVariables() local 342 CJS_Runtime* pRuntime = GetRuntime(); in CommitGlobalPersisitentVariables() local [all …]
|
D | cjs_publicmethods.cpp | 144 CJS_Runtime* pRuntime = pObj->GetRuntime(); in JSGlobalFunc() local 320 CJS_Runtime* pRuntime, in AF_MakeArrayFromList() 595 CJS_Runtime* pRuntime, in AFNumber_Format() 702 CJS_Runtime* pRuntime, in AFNumber_Keystroke() 790 CJS_Runtime* pRuntime, in AFPercent_Format() 878 CJS_Runtime* pRuntime, in AFPercent_Keystroke() 885 CJS_Runtime* pRuntime, in AFDate_FormatEx() 959 CJS_Runtime* pRuntime, in AFDate_KeystrokeEx() 991 CJS_Runtime* pRuntime, in AFDate_Format() 1005 CJS_Runtime* pRuntime, in AFDate_Keystroke() [all …]
|
D | cjs_icon.cpp | 27 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()
|
D | cjs_util.cpp | 97 CJS_Util::CJS_Util(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime) in CJS_Util() 102 CJS_Result CJS_Util::printf(CJS_Runtime* pRuntime, in printf() 165 CJS_Result CJS_Util::printd(CJS_Runtime* pRuntime, in printd() 272 CJS_Result CJS_Util::printx(CJS_Runtime* pRuntime, in printx() 373 CJS_Result CJS_Util::scand(CJS_Runtime* pRuntime, in scand() 390 CJS_Result CJS_Util::byteToChar(CJS_Runtime* pRuntime, in byteToChar()
|
D | js_define.h | 81 CJS_Runtime* pRuntime = pObj->GetRuntime(); in JSPropGetter() local 106 CJS_Runtime* pRuntime = pObj->GetRuntime(); in JSPropSetter() local 126 CJS_Runtime* pRuntime = pObj->GetRuntime(); in JSMethod() local
|
D | cjs_globalarrays.cpp | 42 void CJS_GlobalArrays::DefineJSObjects(CJS_Runtime* pRuntime) { in DefineJSObjects()
|
D | cjs_globalconsts.cpp | 19 void CJS_GlobalConsts::DefineJSObjects(CJS_Runtime* pRuntime) { in DefineJSObjects()
|
D | cjs_timerobj.cpp | 25 CJS_TimerObj::CJS_TimerObj(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime) in CJS_TimerObj()
|
D | ijs_runtime.cpp | 19 IJS_Runtime::ScopedEventContext::ScopedEventContext(IJS_Runtime* pRuntime) in ScopedEventContext()
|
D | cjs_object.cpp | 41 CJS_Object::CJS_Object(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime) in CJS_Object()
|
D | global_timer.cpp | 36 CJS_Runtime* pRuntime, in GlobalTimer()
|
D | js_define.cpp | 63 CJS_Runtime* pRuntime, in ExpandKeywordParams()
|
D | cjs_event_context.cpp | 20 CJS_EventContext::CJS_EventContext(CJS_Runtime* pRuntime) in CJS_EventContext()
|
/external/pdfium/fpdfsdk/ |
D | cpdfsdk_interactiveform.cpp | 255 IJS_Runtime* pRuntime = m_pFormFillEnv->GetIJSRuntime(); in OnCalculate() local 296 IJS_Runtime* pRuntime = m_pFormFillEnv->GetIJSRuntime(); in OnFormat() local
|