computePageRects 373 Source/core/page/PrintContext.cpp printContext.computePageRects(FloatRect(FloatPoint(0, 0), pageSizeInPixels), 0, 0, 1, pageHeight); computePageRects 50 Source/core/page/PrintContext.h void computePageRects(const FloatRect& printRect, float headerHeight, float footerHeight, float userScaleFactor, float& outPageHeight, bool allowHorizontalTiling = false); computePageRects 341 Source/web/WebFrameImpl.cpp computePageRects(FloatRect(FloatPoint(0, 0), pageSizeInPixels), 0, 0, 1, pageHeight); computePageRects 380 Source/web/WebFrameImpl.cpp PrintContext::computePageRects(printRect, headerHeight, footerHeight, userScaleFactor, outPageHeight); computePageRects 1406 Source/web/WebFrameImpl.cpp m_printContext->computePageRects(rect, 0, 0, 1.0, pageHeight);