Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/javascript/
Dapp.cpp221 CJS_Array aDocs; in activeDocs() local
222 aDocs.SetElement(pRuntime, 0, CJS_Value(pRuntime, pJSDocument)); in activeDocs()
223 if (aDocs.GetLength(pRuntime) > 0) in activeDocs()
224 vp << aDocs; in activeDocs()