Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcjs_document.cpp1006 int nPageNo = pRuntime->ToInt32(params[0]); in getAnnot() local
1008 CPDFSDK_PageView* pPageView = m_pFormFillEnv->GetPageView(nPageNo); in getAnnot()
1047 int nPageNo = m_pFormFillEnv->GetPageCount(); in getAnnots() local
1049 for (int i = 0; i < nPageNo; ++i) { in getAnnots()
1230 int nPageNo = params.size() > 0 ? pRuntime->ToInt32(params[0]) : 0; in getPageNthWord() local
1235 if (nPageNo < 0 || nPageNo >= pDocument->GetPageCount()) in getPageNthWord()
1238 CPDF_Dictionary* pPageDict = pDocument->GetPageDictionary(nPageNo); in getPageNthWord()
1283 int nPageNo = params.size() > 0 ? pRuntime->ToInt32(params[0]) : 0; in getPageNumWords() local
1285 if (nPageNo < 0 || nPageNo >= pDocument->GetPageCount()) in getPageNumWords()
1288 CPDF_Dictionary* pPageDict = pDocument->GetPageDictionary(nPageNo); in getPageNumWords()