Home
last modified time | relevance | path

Searched refs:printedPagesHeight (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/page/wince/
DFrameWinCE.cpp96 float printedPagesHeight = 0.0; in computePageRectsForFrame() local
98 float proposedBottom = min(docHeight, printedPagesHeight + pageHeight); in computePageRectsForFrame()
99 …w()->adjustPageHeightDeprecated(&proposedBottom, printedPagesHeight, proposedBottom, printedPagesH… in computePageRectsForFrame()
100 currPageHeight = max(1.0f, proposedBottom - printedPagesHeight); in computePageRectsForFrame()
102 pages.append(IntRect(0, printedPagesHeight, currPageWidth, currPageHeight)); in computePageRectsForFrame()
103 printedPagesHeight += currPageHeight; in computePageRectsForFrame()
104 } while (printedPagesHeight < docHeight); in computePageRectsForFrame()