Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/javascript/
DDocument.cpp1091 int nPageNo = params[0].ToInt(pRuntime); in getAnnot() local
1093 CPDFSDK_PageView* pPageView = m_pFormFillEnv->GetPageView(nPageNo); in getAnnot()
1134 int nPageNo = m_pFormFillEnv->GetPageCount(); in getAnnots() local
1137 for (int i = 0; i < nPageNo; ++i) { in getAnnots()
1346 int nPageNo = params.size() > 0 ? params[0].ToInt(pRuntime) : 0; in getPageNthWord() local
1354 if (nPageNo < 0 || nPageNo >= pDocument->GetPageCount()) { in getPageNthWord()
1359 CPDF_Dictionary* pPageDict = pDocument->GetPage(nPageNo); in getPageNthWord()
1416 int nPageNo = params.size() > 0 ? params[0].ToInt(pRuntime) : 0; in getPageNumWords() local
1418 if (nPageNo < 0 || nPageNo >= pDocument->GetPageCount()) { in getPageNumWords()
1423 CPDF_Dictionary* pPageDict = pDocument->GetPage(nPageNo); in getPageNumWords()