Home | History | Annotate | Download | only in page

Lines Matching full:page

72     outPageHeight = pageHeight;   // this is the height of the page adjusted by margins
101 // always return at least one page, since empty files should print a blank page
122 // This number determines how small we are willing to reduce the page content
123 // in order to accommodate the widest line. If the page would have to be
183 const IntRect& page = printContext.pageRect(pageNumber);
184 if (page.x() <= left && left < page.right() && page.y() <= top && top < page.bottom())