OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:npagecount
(Results
1 - 1
of
1
) sorted by null
/external/pdfium/fxjs/xfa/
cjx_hostpseudomodel.cpp
626
int32_t
nPageCount
= pNotify->GetDocEnvironment()->CountPages(hDoc);
627
if (!
nPageCount
|| nCurPage ==
nPageCount
)
631
if (nCurPage >=
nPageCount
)
632
nNewPage =
nPageCount
- 1;
Completed in 206 milliseconds