/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 | 133 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 …]
|
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 | 93 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 …]
|
D | cjs_field.cpp | 631 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 …]
|
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 | 35 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()
|
D | cjs_global.cpp | 72 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 …]
|
D | cjs_publicmethods.cpp | 152 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 …]
|
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 | 95 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()
|
D | js_define.h | 76 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
|
D | cjs_globalarrays.cpp | 38 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 | 18 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 | 28 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
|