Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/javascript/
Dapp.cpp120 CJS_Array aDocs(pRuntime); in activeDocs() local
135 aDocs.SetElement(0, CJS_Value(pRuntime, pJSDocument)); in activeDocs()
137 if (aDocs.GetLength() > 0) in activeDocs()
138 vp << aDocs; in activeDocs()
156 CJS_Array aDocs(pRuntime); in calculate() local