Home | History | Annotate | Download | only in WebView

Lines Matching full:page

661         PDFPage *page;
662 while ((page = [pages nextObject]) != nil) {
665 if (![visiblePages containsObject:page])
668 NSRect selectionOnPageInPDFViewCoordinates = [PDFSubview convertRect:[match boundsForPage:page] fromPage:page];
763 } // else in continuous modes, scroll position gets us to the right page
782 } // else in continuous modes, scroll position gets us to the right page
828 PDFPage *page;
829 while ((page = [pages nextObject]) != nil) {
830 NSRect selectionOnPageInPDFViewCoordinates = [PDFSubview convertRect:[selection boundsForPage:page] fromPage:page];
1302 PDFPage *page = [PDFSubview pageForPoint:point nearest:NO];
1303 if (!page)
1306 NSRect selectionRect = [PDFSubview convertRect:[[PDFSubview currentSelection] boundsForPage:page] fromPage:page];
1316 // Notify UI delegate that the entire page has been redrawn, since (unlike for WebHTMLView)
1344 LOG_ERROR("no font attribute found in range %@ for attributed string \"%@\" on page %@ (see radar 5089411)", NSStringFromRange(effectiveRange), result, [[dataSource request] URL]);
1440 // only page-free documents should return nil for either of these two since we passed YES for nearest: