Searched refs:nCurPage (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/fxjs/xfa/
H A Dcjx_hostpseudomodel.cpp607 int32_t nCurPage = pNotify->GetDocEnvironment()->GetCurrentPage(hDoc); local
609 if (nCurPage <= 1)
612 nNewPage = nCurPage - 1;
625 int32_t nCurPage = pNotify->GetDocEnvironment()->GetCurrentPage(hDoc); local
627 if (!nPageCount || nCurPage == nPageCount)
631 if (nCurPage >= nPageCount)
634 nNewPage = nCurPage + 1;

Completed in 167 milliseconds