Home
last modified time | relevance | path

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

/external/webkit/WebKit/win/
DWebFrame.cpp1877 void WebFrame::headerAndFooterHeights(float* headerHeight, float* footerHeight) in headerAndFooterHeights() argument
1879 if (headerHeight) in headerAndFooterHeights()
1880 *headerHeight = 0; in headerAndFooterHeights()
1887 if (headerHeight && SUCCEEDED(ui->webViewHeaderHeight(d->webView, &height))) in headerAndFooterHeights()
1888 *headerHeight = height; in headerAndFooterHeights()
1925 float headerHeight = 0, footerHeight = 0; in computePageRects() local
1926 headerAndFooterHeights(&headerHeight, &footerHeight); in computePageRects()
1935 …computePageRectsForFrame(coreFrame, adjustedRect, headerHeight, footerHeight, 1.0,m_pageRects, m_p… in computePageRects()
1967 …der(PlatformGraphicsContext* pctx, IWebUIDelegate* ui, const IntRect& pageRect, float headerHeight) in drawHeader() argument
1971 RECT headerRect = {x, y, x+pageRect.width(), y+static_cast<int>(headerHeight)}; in drawHeader()
[all …]
DWebFrame.h359 …bCore::GraphicsContext* spoolCtx, HDC printDC, IWebUIDelegate*, float headerHeight, float footerHe…
360 …tformGraphicsContext* pctx, IWebUIDelegate*, const WebCore::IntRect& pageRect, float headerHeight);
361 …*, const WebCore::IntRect& pageRect, UINT page, UINT pageCount, float headerHeight, float footerHe…
DChangeLog-2009-06-1611034 document), we should pass in headerHeight plus the height of the pageRect.
/external/webkit/WebCore/page/win/
DFrameWin.cpp39 void computePageRectsForFrame(Frame* frame, const IntRect& printRect, float headerHeight, float foo… in computePageRectsForFrame() argument
43 … printContext.computePageRects(printRect, headerHeight, footerHeight, userScaleFactor, pageHeight); in computePageRectsForFrame()
DFrameWin.h40 …void computePageRectsForFrame(Frame*, const IntRect& printRect, float headerHeight, float footerHe…
/external/webkit/WebCore/page/wince/
DFrameWince.cpp64 void computePageRectsForFrame(Frame* frame, const IntRect& printRect, float headerHeight, float foo… in computePageRectsForFrame() argument
91 pageHeight -= (headerHeight + footerHeight); in computePageRectsForFrame()
/external/webkit/WebCore/page/
DPrintContext.cpp53 void PrintContext::computePageRects(const FloatRect& printRect, float headerHeight, float footerHei… in computePageRects() argument
73 pageHeight -= headerHeight + footerHeight; in computePageRects()
DPrintContext.h44 …void computePageRects(const FloatRect& printRect, float headerHeight, float footerHeight, float us…
/external/webkit/WebKit/gtk/webkit/
Dwebkitwebframe.cpp893 float headerHeight = 0; in begin_print_callback() local
896 printContext->computePageRects(printRect, headerHeight, footerHeight, 1.0, pageHeight); in begin_print_callback()
/external/webkit/WebCore/
DChangeLog-2007-10-1412892 <rdar://problem/5079175> Added parameters headerHeight and footerHeight to