Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcjx_layoutpseudomodel.cpp209 int32_t iPageSpan = iLast - iFirst + 1; in pageSpan() local
210 return CJS_Result::Success(runtime->NewNumber(iPageSpan)); in pageSpan()