Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/javascript/
DDocument.cpp1866 int nPageNo = params.GetSize() > 0 ? (int)params[0] : 0; in getPageNthWord() local
1873 if (nPageNo < 0 || nPageNo >= pDocument->GetPageCount()) in getPageNthWord()
1879 CPDF_Dictionary* pPageDict = pDocument->GetPage(nPageNo); in getPageNthWord()
1939 int nPageNo = params.GetSize() > 0 ? (int)params[0] : 0; in getPageNumWords() local
1944 if (nPageNo < 0 || nPageNo >= pDocument->GetPageCount()) in getPageNumWords()
1950 CPDF_Dictionary* pPageDict = pDocument->GetPage(nPageNo); in getPageNumWords()