Searched refs:PutArrayElement (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/fxjs/ |
D | cjs_color.cpp | 52 pRuntime->PutArrayElement(array, 0, pRuntime->NewString(L"T")); in ConvertPWLColorToArray() 56 pRuntime->PutArrayElement(array, 0, pRuntime->NewString(L"G")); in ConvertPWLColorToArray() 57 pRuntime->PutArrayElement(array, 1, pRuntime->NewNumber(color.fColor1)); in ConvertPWLColorToArray() 61 pRuntime->PutArrayElement(array, 0, pRuntime->NewString(L"RGB")); in ConvertPWLColorToArray() 62 pRuntime->PutArrayElement(array, 1, pRuntime->NewNumber(color.fColor1)); in ConvertPWLColorToArray() 63 pRuntime->PutArrayElement(array, 2, pRuntime->NewNumber(color.fColor2)); in ConvertPWLColorToArray() 64 pRuntime->PutArrayElement(array, 3, pRuntime->NewNumber(color.fColor3)); in ConvertPWLColorToArray() 68 pRuntime->PutArrayElement(array, 0, pRuntime->NewString(L"CMYK")); in ConvertPWLColorToArray() 69 pRuntime->PutArrayElement(array, 1, pRuntime->NewNumber(color.fColor1)); in ConvertPWLColorToArray() 70 pRuntime->PutArrayElement(array, 2, pRuntime->NewNumber(color.fColor2)); in ConvertPWLColorToArray() [all …]
|
D | cjs_publicmethods.cpp | 331 pRuntime->PutArrayElement( in AF_MakeArrayFromList() 337 pRuntime->PutArrayElement( in AF_MakeArrayFromList() 941 pRuntime->PutArrayElement(arColor, 0, pRuntime->NewString(L"RGB")); in AFNumber_Format() 942 pRuntime->PutArrayElement(arColor, 1, pRuntime->NewNumber(1)); in AFNumber_Format() 943 pRuntime->PutArrayElement(arColor, 2, pRuntime->NewNumber(0)); in AFNumber_Format() 944 pRuntime->PutArrayElement(arColor, 3, pRuntime->NewNumber(0)); in AFNumber_Format() 952 pRuntime->PutArrayElement(arColor, 0, pRuntime->NewString(L"RGB")); in AFNumber_Format() 953 pRuntime->PutArrayElement(arColor, 1, pRuntime->NewNumber(0)); in AFNumber_Format() 954 pRuntime->PutArrayElement(arColor, 2, pRuntime->NewNumber(0)); in AFNumber_Format() 955 pRuntime->PutArrayElement(arColor, 3, pRuntime->NewNumber(0)); in AFNumber_Format() [all …]
|
D | cjs_field.cpp | 794 pRuntime->PutArrayElement( in get_current_value_indices() 1065 pRuntime->PutArrayElement( in get_export_values() 1078 pRuntime->PutArrayElement( in get_export_values() 1428 pRuntime->PutArrayElement( in get_page() 1585 pRuntime->PutArrayElement( in get_rect() 1587 pRuntime->PutArrayElement( in get_rect() 1589 pRuntime->PutArrayElement( in get_rect() 1591 pRuntime->PutArrayElement( in get_rect() 2045 pRuntime->PutArrayElement(ValueArray, i, ElementValue); in get_value() 2397 pRuntime->PutArrayElement(FormFieldArray, j++, in getArray()
|
D | cjs_v8.h | 63 unsigned PutArrayElement(v8::Local<v8::Array> pArray,
|
D | cjs_v8.cpp | 65 unsigned CJS_V8::PutArrayElement(v8::Local<v8::Array> pArray, in PutArrayElement() function in CJS_V8
|
D | fxjs_v8_embeddertest.cpp | 187 engine()->PutArrayElement(array, 3, engine()->NewNumber(12)); in TEST_F()
|
D | cjs_document.cpp | 489 pRuntime->PutArrayElement(array, 0, params[0]); in resetForm() 1066 pRuntime->PutArrayElement( in getAnnots() 1140 pRuntime->PutArrayElement(Icons, i++, in get_icons()
|
D | cjs_app.cpp | 99 pRuntime->PutArrayElement( in get_active_docs()
|