/external/pdfium/fpdfsdk/src/javascript/ |
D | PublicMethods.h | 20 const std::vector<CJS_Value>& params, 21 CJS_Value& vRet, 24 const std::vector<CJS_Value>& params, 25 CJS_Value& vRet, 28 const std::vector<CJS_Value>& params, 29 CJS_Value& vRet, 32 const std::vector<CJS_Value>& params, 33 CJS_Value& vRet, 36 const std::vector<CJS_Value>& params, 37 CJS_Value& vRet, [all …]
|
D | Document.h | 100 const std::vector<CJS_Value>& params, 101 CJS_Value& vRet, 104 const std::vector<CJS_Value>& params, 105 CJS_Value& vRet, 108 const std::vector<CJS_Value>& params, 109 CJS_Value& vRet, 112 const std::vector<CJS_Value>& params, 113 CJS_Value& vRet, 116 const std::vector<CJS_Value>& params, 117 CJS_Value& vRet, [all …]
|
D | app.h | 73 const std::vector<CJS_Value>& params, 74 CJS_Value& vRet, 77 const std::vector<CJS_Value>& params, 78 CJS_Value& vRet, 81 const std::vector<CJS_Value>& params, 82 CJS_Value& vRet, 85 const std::vector<CJS_Value>& params, 86 CJS_Value& vRet, 89 const std::vector<CJS_Value>& params, 90 CJS_Value& vRet, [all …]
|
D | JS_Value.cpp | 24 CJS_Value::CJS_Value(CJS_Runtime* pRuntime) in CJS_Value() function in CJS_Value 28 CJS_Value::CJS_Value(CJS_Runtime* pRuntime, v8::Local<v8::Value> pValue, Type t) in CJS_Value() function in CJS_Value 32 CJS_Value::CJS_Value(CJS_Runtime* pRuntime, const int& iValue) in CJS_Value() function in CJS_Value 37 CJS_Value::CJS_Value(CJS_Runtime* pRuntime, const bool& bValue) in CJS_Value() function in CJS_Value 42 CJS_Value::CJS_Value(CJS_Runtime* pRuntime, const float& fValue) in CJS_Value() function in CJS_Value 47 CJS_Value::CJS_Value(CJS_Runtime* pRuntime, const double& dValue) in CJS_Value() function in CJS_Value 52 CJS_Value::CJS_Value(CJS_Runtime* pRuntime, v8::Local<v8::Object> pJsObj) in CJS_Value() function in CJS_Value 57 CJS_Value::CJS_Value(CJS_Runtime* pRuntime, CJS_Object* pJsObj) in CJS_Value() function in CJS_Value 62 CJS_Value::CJS_Value(CJS_Runtime* pRuntime, CJS_Document* pJsDoc) in CJS_Value() function in CJS_Value 69 CJS_Value::CJS_Value(CJS_Runtime* pRuntime, const FX_WCHAR* pWstr) in CJS_Value() function in CJS_Value [all …]
|
D | app.cpp | 135 aDocs.SetElement(0, CJS_Value(pRuntime, pJSDocument)); in activeDocs() 261 const std::vector<CJS_Value>& params, in newFDF() 262 CJS_Value& vRet, in newFDF() 273 const std::vector<CJS_Value>& params, in openFDF() 274 CJS_Value& vRet, in openFDF() 280 const std::vector<CJS_Value>& params, in alert() 281 CJS_Value& vRet, in alert() 296 if (params[0].GetType() == CJS_Value::VT_object) { in alert() 301 swMsg = CJS_Value(pRuntime, pValue, CJS_Value::VT_unknown) in alert() 305 swTitle = CJS_Value(pRuntime, pValue, CJS_Value::VT_unknown) in alert() [all …]
|
D | JS_Value.h | 19 class CJS_Value { 33 CJS_Value(CJS_Runtime* pRuntime); 34 CJS_Value(CJS_Runtime* pRuntime, v8::Local<v8::Value> pValue, Type t); 35 CJS_Value(CJS_Runtime* pRuntime, const int& iValue); 36 CJS_Value(CJS_Runtime* pRuntime, const double& dValue); 37 CJS_Value(CJS_Runtime* pRuntime, const float& fValue); 38 CJS_Value(CJS_Runtime* pRuntime, const bool& bValue); 39 CJS_Value(CJS_Runtime* pRuntime, v8::Local<v8::Object>); 40 CJS_Value(CJS_Runtime* pRuntime, CJS_Object*); 41 CJS_Value(CJS_Runtime* pRuntime, CJS_Document*); [all …]
|
D | Field.h | 191 const std::vector<CJS_Value>& params, 192 CJS_Value& vRet, 195 const std::vector<CJS_Value>& params, 196 CJS_Value& vRet, 199 const std::vector<CJS_Value>& params, 200 CJS_Value& vRet, 203 const std::vector<CJS_Value>& params, 204 CJS_Value& vRet, 207 const std::vector<CJS_Value>& params, 208 CJS_Value& vRet, [all …]
|
D | Document.cpp | 238 const std::vector<CJS_Value>& params, in addAnnot() 239 CJS_Value& vRet, in addAnnot() 246 const std::vector<CJS_Value>& params, in addField() 247 CJS_Value& vRet, in addField() 254 const std::vector<CJS_Value>& params, in exportAsText() 255 CJS_Value& vRet, in exportAsText() 262 const std::vector<CJS_Value>& params, in exportAsFDF() 263 CJS_Value& vRet, in exportAsFDF() 270 const std::vector<CJS_Value>& params, in exportAsXFDF() 271 CJS_Value& vRet, in exportAsXFDF() [all …]
|
D | util.h | 21 const std::vector<CJS_Value>& params, 22 CJS_Value& vRet, 25 const std::vector<CJS_Value>& params, 26 CJS_Value& vRet, 29 const std::vector<CJS_Value>& params, 30 CJS_Value& vRet, 33 const std::vector<CJS_Value>& params, 34 CJS_Value& vRet, 37 const std::vector<CJS_Value>& params, 38 CJS_Value& vRet,
|
D | color.cpp | 65 array.SetElement(0, CJS_Value(array.GetJSRuntime(), "T")); in ConvertPWLColorToArray() 68 array.SetElement(0, CJS_Value(array.GetJSRuntime(), "G")); in ConvertPWLColorToArray() 69 array.SetElement(1, CJS_Value(array.GetJSRuntime(), color.fColor1)); in ConvertPWLColorToArray() 72 array.SetElement(0, CJS_Value(array.GetJSRuntime(), "RGB")); in ConvertPWLColorToArray() 73 array.SetElement(1, CJS_Value(array.GetJSRuntime(), color.fColor1)); in ConvertPWLColorToArray() 74 array.SetElement(2, CJS_Value(array.GetJSRuntime(), color.fColor2)); in ConvertPWLColorToArray() 75 array.SetElement(3, CJS_Value(array.GetJSRuntime(), color.fColor3)); in ConvertPWLColorToArray() 78 array.SetElement(0, CJS_Value(array.GetJSRuntime(), "CMYK")); in ConvertPWLColorToArray() 79 array.SetElement(1, CJS_Value(array.GetJSRuntime(), color.fColor1)); in ConvertPWLColorToArray() 80 array.SetElement(2, CJS_Value(array.GetJSRuntime(), color.fColor2)); in ConvertPWLColorToArray() [all …]
|
D | console.cpp | 38 const std::vector<CJS_Value>& params, in clear() 39 CJS_Value& vRet, in clear() 45 const std::vector<CJS_Value>& params, in hide() 46 CJS_Value& vRet, in hide() 52 const std::vector<CJS_Value>& params, in println() 53 CJS_Value& vRet, in println() 62 const std::vector<CJS_Value>& params, in show() 63 CJS_Value& vRet, in show()
|
D | console.h | 19 const std::vector<CJS_Value>& params, 20 CJS_Value& vRet, 23 const std::vector<CJS_Value>& params, 24 CJS_Value& vRet, 27 const std::vector<CJS_Value>& params, 28 CJS_Value& vRet, 31 const std::vector<CJS_Value>& params, 32 CJS_Value& vRet,
|
D | global.cpp | 134 case CJS_Value::VT_number: { in DoProperty() 140 case CJS_Value::VT_boolean: { in DoProperty() 146 case CJS_Value::VT_string: { in DoProperty() 152 case CJS_Value::VT_object: { in DoProperty() 158 case CJS_Value::VT_null: { in DoProperty() 162 case CJS_Value::VT_undefined: { in DoProperty() 207 const std::vector<CJS_Value>& params, in setPersistent() 208 CJS_Value& vRet, in setPersistent() 335 case CJS_Value::VT_number: { in ObjectToArray() 342 case CJS_Value::VT_boolean: { in ObjectToArray() [all …]
|
D | PublicMethods.cpp | 341 CJS_Value val) { in AF_MakeArrayFromList() 357 StrArray.SetElement(nIndex, CJS_Value(pRuntime, StrTrim(p).c_str())); in AF_MakeArrayFromList() 365 StrArray.SetElement(nIndex, CJS_Value(pRuntime, StrTrim(pSub).c_str())); in AF_MakeArrayFromList() 906 const std::vector<CJS_Value>& params, in AFNumber_Format() 907 CJS_Value& vRet, in AFNumber_Format() 1026 CJS_Value vColElm(pRuntime); in AFNumber_Format() 1047 CJS_Value vColElm(pRuntime); in AFNumber_Format() 1086 const std::vector<CJS_Value>& params, in AFNumber_Keystroke() 1087 CJS_Value& vRet, in AFNumber_Keystroke() 1204 const std::vector<CJS_Value>& params, in AFPercent_Format() [all …]
|
D | report.cpp | 34 const std::vector<CJS_Value>& params, in writeText() 35 CJS_Value& vRet, in writeText() 42 const std::vector<CJS_Value>& params, in save() 43 CJS_Value& vRet, in save()
|
D | report.h | 19 const std::vector<CJS_Value>& params, 20 CJS_Value& vRet, 23 const std::vector<CJS_Value>& params, 24 CJS_Value& vRet,
|
D | JS_Define.h | 115 CJS_PropValue propValue(CJS_Value(pRuntime, value, CJS_Value::VT_unknown)); in JSPropSetter() 139 const std::vector<CJS_Value>&, 140 CJS_Value&, 151 std::vector<CJS_Value> parameters; in JSMethod() 153 parameters.push_back(CJS_Value(pRuntime, info[i], CJS_Value::VT_unknown)); in JSMethod() 155 CJS_Value valueRes(pRuntime); in JSMethod() 408 CJS_PropValue PropValue(CJS_Value(pRuntime, value, CJS_Value::VT_unknown)); in JSSpecialPropPut() 439 const std::vector<CJS_Value>&, 440 CJS_Value&, 449 std::vector<CJS_Value> parameters; in JSGlobalFunc() [all …]
|
D | util.cpp | 121 const std::vector<CJS_Value>& params, in printf() 122 CJS_Value& vRet, in printf() 184 const std::vector<CJS_Value>& params, in printd() 185 CJS_Value& vRet, in printd() 192 CJS_Value p1(pRuntime); in printd() 195 CJS_Value p2 = params[1]; in printd() 207 if (p1.GetType() == CJS_Value::VT_number) { in printd() 237 if (p1.GetType() == CJS_Value::VT_string) { in printd() 396 const std::vector<CJS_Value>& params, in printx() 397 CJS_Value& vRet, in printx() [all …]
|
D | Field.cpp | 945 if (vp.GetType() == CJS_Value::VT_number) { in currentValueIndices() 951 CJS_Value SelValue(pRuntime); in currentValueIndices() 984 i, CJS_Value(pRuntime, pFormField->GetSelectedIndex(i))); in currentValueIndices() 1377 i, CJS_Value(pRuntime, pFormControl->GetExportValue().c_str())); in exportValues() 1389 0, CJS_Value(pRuntime, pFormControl->GetExportValue().c_str())); in exportValues() 1889 i, CJS_Value(pRuntime, (int32_t)pPageView->GetPageIndex())); in page() 2070 CJS_Value Upper_Leftx(pRuntime); in rect() 2071 CJS_Value Upper_Lefty(pRuntime); in rect() 2072 CJS_Value Lower_Rightx(pRuntime); in rect() 2073 CJS_Value Lower_Righty(pRuntime); in rect() [all …]
|
D | color.h | 34 const std::vector<CJS_Value>& params, 35 CJS_Value& vRet, 38 const std::vector<CJS_Value>& params, 39 CJS_Value& vRet,
|
D | global.h | 44 const std::vector<CJS_Value>& params, 45 CJS_Value& vRet,
|
D | Consts.cpp | 176 array.SetElement(i, CJS_Value(pRuntime, pValues[i])); in DefineGlobalConstStringArray()
|
D | event.cpp | 62 if (vp.GetType() == CJS_Value::VT_string) in change()
|