Searched refs:currentPageIndex (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/Plugins/PDF/
H A DPDFLayerControllerDetails.h100 - (NSUInteger)currentPageIndex;
H A DPDFPlugin.mm1849 NSUInteger currentPageIndex = [m_pdfLayerController currentPageIndex];
1850 bool inFirstPage = !currentPageIndex;
1851 bool inLastPage = [m_pdfLayerController lastPageIndex] == currentPageIndex;
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOMemoryDescriptor.cpp736 UInt currentPageIndex = 0; local
869 currentPageIndex = atop_32(offsetInIOPL);
927 &pageList[currentPageIndex],
931 currentPageIndex += nb_pages;
932 assert(currentPageIndex <= _pages);

Completed in 131 milliseconds