Searched refs:lastPage (Results 1 – 4 of 4) sorted by relevance
55 private OggPage lastPage = null; field in UncachedOggStream72 return lastPage; in getLastOggPage()82 lastPage = op; in readNextOggPage()
63 private OggPage lastPage; field in CachedOggStream80 return lastPage; in getLastOggPage()120 lastPage = op; in readOggNextPage()
170 …NSUInteger lastPage = [[[[_printOperation printInfo] dictionary] objectForKey:NSPrintLastPage] uns…171 if (lastPage - firstPage >= _printingPageRects.size())173 return lastPage;244 NSUInteger lastPage = [self _lastPrintedPageNumber];247 ASSERT(firstPage <= lastPage);248 LOG(View, "WKPrintingView requesting PDF data for pages %u...%u", firstPage, lastPage);260 …_webFrame->page()->drawPagesToPDF(_webFrame.get(), firstPage - 1, lastPage - firstPage + 1, callba…
343 var lastPage = readCookie(cookiePath + "_lastpage");344 if (lastPage) {345 window.location = lastPage;