Searched refs:adjustPageHeight (Results 1 – 11 of 11) sorted by relevance
/external/webkit/WebCore/page/chromium/ |
D | FrameChromium.cpp | 82 … frame->adjustPageHeight(&proposedBottom, printedPagesHeight, proposedBottom, printedPagesHeight); in computePageRectsForFrame()
|
/external/webkit/WebCore/page/win/ |
D | FrameWin.cpp | 84 … frame->adjustPageHeight(&proposedBottom, printedPagesHeight, proposedBottom, printedPagesHeight); in computePageRectsForFrame()
|
/external/webkit/WebCore/page/ |
D | PrintContext.cpp | 88 …m_frame->adjustPageHeight(&proposedBottom, printedPagesHeight, proposedBottom, printedPagesHeight); in computePageRects()
|
D | Frame.h | 192 void adjustPageHeight(float* newBottom, float oldTop, float oldBottom, float bottomLimit);
|
D | Frame.cpp | 1318 void Frame::adjustPageHeight(float* newBottom, float oldTop, float oldBottom, float /*bottomLimit*/) in adjustPageHeight() function in WebCore::Frame
|
/external/webkit/WebKit/mac/WebView/ |
D | WebFrame.mm | 614 _private->coreFrame->adjustPageHeight(&proposedBottom, i, proposedBottom, i);
|
D | WebHTMLView.mm | 3446 core([self _frame])->adjustPageHeight(&newBottomFloat, oldTop, oldBottom, bottomLimit);
|
/external/webkit/WebCore/ |
D | ChangeLog-2006-05-10 | 2561 (WebCore::Frame::adjustPageHeight): Update for change to GraphicsContext constructor. 3830 * page/Frame.cpp: Make Frame::adjustPageHeight Mac-OS-X-only for now 3906 * page/Frame.cpp: (WebCore::Frame::adjustPageHeight): Changed to create a 17230 (WebCore::Frame::adjustPageHeight): 19316 (WebCore::Frame::adjustPageHeight): 29975 (Frame::adjustPageHeight): 33004 (Frame::adjustPageHeight): 34780 (Frame::adjustPageHeight): 35793 (MacFrame::adjustPageHeight):
|
D | ChangeLog-2003-10-25 | 2709 (KWQKHTMLPart::adjustPageHeight): 7427 (KWQKHTMLPart::adjustPageHeight): 9400 (KWQKHTMLPart::adjustPageHeight): The meat of the change. Make another
|
D | ChangeLog-2006-12-31 | 18817 (WebCore::Frame::adjustPageHeight): 51800 (WebCore::Frame::adjustPageHeight): 55134 (WebCore::Frame::adjustPageHeight):
|
D | ChangeLog-2005-08-23 | 26650 …(KWQKHTMLPart::adjustPageHeight): don't set the print rect here since this method is not called fo… 28899 (KWQKHTMLPart::adjustPageHeight):
|