Home | History | Annotate | Download | only in testing

Lines Matching refs:pageHeight

1654 int Internals::pageNumber(Element* element, float pageWidth, float pageHeight)
1659 return PrintContext::pageNumberForElement(element, FloatSize(pageWidth, pageHeight));
1684 int Internals::numberOfPages(float pageWidth, float pageHeight)
1689 return PrintContext::numberOfPages(frame(), FloatSize(pageWidth, pageHeight));