HomeSort by relevance Sort by last modified time
    Searched full:proposedbottom (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebCore/page/
PrintContext.cpp 104 float proposedBottom = std::min(docHeight, printedPagesHeight + pageSizeInPixels.height());
105 m_frame->view()->adjustPageHeight(&proposedBottom, printedPagesHeight, proposedBottom, printedPagesHeight);
106 currPageHeight = max(1.0f, proposedBottom - printedPagesHeight);
  /external/webkit/WebCore/page/wince/
FrameWince.cpp 107 float proposedBottom = min(docHeight, printedPagesHeight + pageHeight);
108 frame->view()->adjustPageHeight(&proposedBottom, printedPagesHeight, proposedBottom, printedPagesHeight);
109 currPageHeight = max(1.0f, proposedBottom - printedPagesHeight);
  /external/webkit/WebKit/mac/WebView/
WebFrame.mm 569 float proposedBottom = min(docHeight, i + printHeight);
570 view->adjustPageHeight(&proposedBottom, i, proposedBottom, i);
571 currPageHeight = max(1.0f, proposedBottom - i);
    [all...]

Completed in 54 milliseconds