Searched refs:CJS_Array (Results 1 – 10 of 10) sorted by relevance
/external/pdfium/fpdfsdk/include/javascript/ |
D | JS_Value.h | 13 class CJS_Array; variable 32 CJS_Value(v8::Isolate* isolate, CJS_Array& array); 60 void operator = (CJS_Array &); 70 FX_BOOL ConvertToArray(CJS_Array &) const; 117 void operator>>(CJS_Array& array) const; 118 void operator<<(CJS_Array& array); 128 class CJS_Array 131 CJS_Array(v8::Isolate* isolate); 132 virtual ~CJS_Array();
|
D | color.h | 36 static void ConvertPWLColorToArray(const CPWL_Color& color, CJS_Array& array); 37 static void ConvertArrayToPWLColor(CJS_Array& array, CPWL_Color& color);
|
D | PublicMethods.h | 100 static CJS_Array AF_MakeArrayFromList(v8::Isolate* isolate, CJS_Value val);
|
D | JS_Define.h | 447 CJS_Array array(pRuntime);\
|
/external/pdfium/fpdfsdk/src/javascript/ |
D | JS_Value.cpp | 70 CJS_Value::CJS_Value(v8::Isolate* isolate, CJS_Array& array):m_isolate(isolate) in CJS_Value() 222 void CJS_Value::operator = (CJS_Array & array) in operator =() 272 FX_BOOL CJS_Value::ConvertToArray(CJS_Array &array) const in ConvertToArray() 440 void CJS_PropValue::operator >>(CJS_Array &array) const in operator >>() 446 void CJS_PropValue::operator <<(CJS_Array &array) in operator <<() 470 CJS_Array::CJS_Array(v8::Isolate* isolate):m_isolate(isolate) in CJS_Array() function in CJS_Array 474 CJS_Array::~CJS_Array() in ~CJS_Array() 478 void CJS_Array::Attach(v8::Local<v8::Array> pArray) in Attach() 483 FX_BOOL CJS_Array::IsAttached() in IsAttached() 488 void CJS_Array::GetElement(unsigned index,CJS_Value &value) in GetElement() [all …]
|
D | color.cpp | 74 void color::ConvertPWLColorToArray(const CPWL_Color& color, CJS_Array& array) in ConvertPWLColorToArray() 101 void color::ConvertArrayToPWLColor(CJS_Array& array, CPWL_Color& color) in ConvertArrayToPWLColor() 164 CJS_Array array(isolate);\ 170 CJS_Array array(isolate);\ 195 CJS_Array aSource(isolate); in JS_IMPLEMENT_COLORPROP() 221 CJS_Array aDest(isolate); in JS_IMPLEMENT_COLORPROP() 235 CJS_Array array1(isolate), array2(isolate); in equal()
|
D | Field.cpp | 1067 CJS_Array SelArray(m_isolate); in currentValueIndices() 1104 CJS_Array SelArray(m_isolate); in currentValueIndices() 1562 CJS_Array ExportValusArray(m_isolate); in exportValues() 1626 CJS_Array crArray(m_isolate); in fillColor() 2139 CJS_Array PageArray(m_isolate); in page() 2368 CJS_Array rcArray(m_isolate); in rect() 2415 CJS_Array rcArray(m_isolate); in rect() 2667 CJS_Array crArray(m_isolate); in strokeColor() 2723 CJS_Array crArray(m_isolate); in strokeColor() 2821 CJS_Array crArray(m_isolate); in textColor() [all …]
|
D | PublicMethods.cpp | 425 CJS_Array CJS_PublicMethods::AF_MakeArrayFromList(v8::Isolate* isolate, CJS_Value val) in AF_MakeArrayFromList() 427 CJS_Array StrArray(isolate); in AF_MakeArrayFromList() 1197 CJS_Array arColor(isolate); in AFNumber_Format() 1222 CJS_Array arColor(isolate); in AFNumber_Format() 1235 CJS_Array aProp(isolate); in AFNumber_Format() 2116 CJS_Array FieldNameArray = AF_MakeArrayFromList(isolate,params1); in AFSimple_Calculate() 2267 CJS_Array nums(isolate); in AFExtractNums()
|
D | app.cpp | 152 CJS_Array aDocs(pRuntime->GetIsolate()); in activeDocs() 211 CJS_Array aDocs(pRuntime->GetIsolate()); in calculate() 345 CJS_Array carray(isolate); in alert()
|
D | Document.cpp | 583 CJS_Array aName(isolate); in resetForm() 650 CJS_Array aFields(isolate); in submitForm() 1513 CJS_Array Icons(m_isolate); in icons()
|