Home | History | Annotate | Download | only in javascript

Lines Matching defs:pDocument

1870 	CPDF_Document* pDocument = m_pDocument->GetDocument();

1871 if (!pDocument) return FALSE;
1873 if (nPageNo < 0 || nPageNo >= pDocument->GetPageCount())
1879 CPDF_Dictionary* pPageDict = pDocument->GetPage(nPageNo);
1883 page.Load(pDocument, pPageDict);
1941 CPDF_Document* pDocument = m_pDocument->GetDocument();
1942 ASSERT(pDocument != NULL);
1944 if (nPageNo < 0 || nPageNo >= pDocument->GetPageCount())
1950 CPDF_Dictionary* pPageDict = pDocument->GetPage(nPageNo);
1954 page.Load(pDocument, pPageDict);