Home
last modified time | relevance | path

Searched refs:SelArray (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/fpdfsdk/src/javascript/
DField.cpp950 CJS_Array SelArray(pRuntime); in currentValueIndices() local
953 vp >> SelArray; in currentValueIndices()
954 for (int i = 0, sz = SelArray.GetLength(); i < sz; i++) { in currentValueIndices()
955 SelArray.GetElement(i, SelValue); in currentValueIndices()
981 CJS_Array SelArray(pRuntime); in currentValueIndices() local
983 SelArray.SetElement( in currentValueIndices()
986 vp << SelArray; in currentValueIndices()