numberOfPages      79 Source/core/page/PrintContext.h     static int numberOfPages(LocalFrame*, const FloatSize& pageSizeInPixels);
numberOfPages    1992 Source/core/testing/Internals.cpp     return PrintContext::numberOfPages(frame(), FloatSize(pageWidth, pageHeight));
numberOfPages     259 Source/core/testing/Internals.h     int numberOfPages(float pageWidthInPixels = 800, float pageHeightInPixels = 600);