/external/webkit/WebCore/page/chromium/ |
D | FrameChromium.cpp | 39 …ame(Frame* frame, const IntRect& printRect, float headerHeight, float footerHeight, float userScal… in computePageRectsForFrame() argument 66 pageHeight -= (headerHeight + footerHeight); in computePageRectsForFrame()
|
D | FrameChromium.h | 35 …sForFrame(Frame*, const IntRect& printRect, float headerHeight, float footerHeight, float userScal…
|
/external/webkit/WebKit/win/ |
D | WebFrame.cpp | 1770 void WebFrame::headerAndFooterHeights(float* headerHeight, float* footerHeight) in headerAndFooterHeights() argument 1774 if (footerHeight) in headerAndFooterHeights() 1775 *footerHeight = 0; in headerAndFooterHeights() 1782 if (footerHeight && SUCCEEDED(ui->webViewFooterHeight(d->webView, &height))) in headerAndFooterHeights() 1783 *footerHeight = height; in headerAndFooterHeights() 1818 float headerHeight = 0, footerHeight = 0; in computePageRects() local 1819 headerAndFooterHeights(&headerHeight, &footerHeight); in computePageRects() 1828 …computePageRectsForFrame(coreFrame, adjustedRect, headerHeight, footerHeight, 1.0,m_pageRects, m_p… in computePageRects() 1867 …te* ui, const IntRect& pageRect, UINT page, UINT pageCount, float headerHeight, float footerHeight) in drawFooter() argument 1870 int y = max((int)headerHeight+pageRect.height(), m_pageHeight-static_cast<int>(footerHeight)); in drawFooter() [all …]
|
D | WebFrame.h | 345 …xt* spoolCtx, HDC printDC, IWebUIDelegate*, float headerHeight, float footerHeight, UINT page, UIN… 347 …nst WebCore::IntRect& pageRect, UINT page, UINT pageCount, float headerHeight, float footerHeight);
|
/external/webkit/WebCore/page/win/ |
D | FrameWin.cpp | 40 …ame(Frame* frame, const IntRect& printRect, float headerHeight, float footerHeight, float userScal… in computePageRectsForFrame() argument 67 pageHeight -= (headerHeight + footerHeight); in computePageRectsForFrame()
|
D | FrameWin.h | 37 …sForFrame(Frame*, const IntRect& printRect, float headerHeight, float footerHeight, float userScal…
|
/external/webkit/WebCore/page/ |
D | PrintContext.cpp | 48 …omputePageRects(const FloatRect& printRect, float headerHeight, float footerHeight, float userScal… in computePageRects() argument 73 pageHeight -= headerHeight + footerHeight; in computePageRects()
|
D | PrintContext.h | 40 …void computePageRects(const FloatRect& printRect, float headerHeight, float footerHeight, float us…
|
/external/webkit/WebCore/page/wince/ |
D | FrameWince.cpp | 65 …ame(Frame* frame, const IntRect& printRect, float headerHeight, float footerHeight, float userScal… in computePageRectsForFrame() argument 92 pageHeight -= (headerHeight + footerHeight); in computePageRectsForFrame()
|
/external/webkit/WebKit/gtk/webkit/ |
D | webkitwebframe.cpp | 689 float footerHeight = 0; in begin_print_callback() local 691 printContext->computePageRects(printRect, headerHeight, footerHeight, 1.0, pageHeight); in begin_print_callback()
|
/external/webkit/WebCore/ |
D | ChangeLog-2007-10-14 | 12892 <rdar://problem/5079175> Added parameters headerHeight and footerHeight to
|