Home
last modified time | relevance | path

Searched defs:pageSizeInPixels (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/page/
DPrintContext.cpp98 void PrintContext::computePageRectsWithPageSize(const FloatSize& pageSizeInPixels, bool allowHorizo… in computePageRectsWithPageSize()
104 void PrintContext::computePageRectsWithPageSizeInternal(const FloatSize& pageSizeInPixels, bool all… in computePageRectsWithPageSizeInternal()
244 int PrintContext::pageNumberForElement(Element* element, const FloatSize& pageSizeInPixels) in pageNumberForElement()
314 int PrintContext::numberOfPages(Frame* frame, const FloatSize& pageSizeInPixels) in numberOfPages()
328 …esWithBoundaries(Frame* frame, GraphicsContext& graphicsContext, const FloatSize& pageSizeInPixels) in spoolAllPagesWithBoundaries()