Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcjs_document.cpp1001 int nPageNo = pRuntime->ToInt32(params[0]); in getAnnot() local
1003 CPDFSDK_PageView* pPageView = m_pFormFillEnv->GetPageView(nPageNo); in getAnnot()
1045 int nPageNo = m_pFormFillEnv->GetPageCount(); in getAnnots() local
1047 for (int i = 0; i < nPageNo; ++i) { in getAnnots()
1233 int nPageNo = params.size() > 0 ? pRuntime->ToInt32(params[0]) : 0; in getPageNthWord() local
1241 if (nPageNo < 0 || nPageNo >= pDocument->GetPageCount()) in getPageNthWord()
1244 CPDF_Dictionary* pPageDict = pDocument->GetPage(nPageNo); in getPageNthWord()
1288 int nPageNo = params.size() > 0 ? pRuntime->ToInt32(params[0]) : 0; in getPageNumWords() local
1290 if (nPageNo < 0 || nPageNo >= pDocument->GetPageCount()) in getPageNumWords()
1293 CPDF_Dictionary* pPageDict = pDocument->GetPage(nPageNo); in getPageNumWords()