Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/javascript/
DField.cpp1021 CJS_Array SelArray; in currentValueIndices() local
1024 vp >> SelArray; in currentValueIndices()
1025 for (int i = 0, sz = SelArray.GetLength(pRuntime); i < sz; i++) { in currentValueIndices()
1026 SelArray.GetElement(pRuntime, i, SelValue); in currentValueIndices()
1052 CJS_Array SelArray; in currentValueIndices() local
1054 SelArray.SetElement( in currentValueIndices()
1057 vp << SelArray; in currentValueIndices()