Searched defs:headerHeight (Results 1 - 14 of 14) sorted by last modified time

/external/webkit/Source/WebKit/chromium/src/
H A DWebFrameImpl.cpp346 virtual void computePageRects(const FloatRect& printRect, float headerHeight, float footerHeight, float userScaleFactor, float& outPageHeight) argument
348 return PrintContext::computePageRects(printRect, headerHeight, footerHeight, userScaleFactor, outPageHeight);
391 virtual void computePageRects(const FloatRect& printRect, float headerHeight, float footerHeight, float userScaleFactor, float& outPageHeight) argument
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitwebframe.cpp762 float headerHeight = 0; local
765 printContext->computePageRects(printRect, headerHeight, footerHeight, 1.0, pageHeight);
/external/webkit/Source/WebKit/win/
H A DWebFrame.cpp2027 void WebFrame::headerAndFooterHeights(float* headerHeight, float* footerHeight) argument
2029 if (headerHeight)
2030 *headerHeight = 0;
2037 if (headerHeight && SUCCEEDED(ui->webViewHeaderHeight(d->webView, &height)))
2038 *headerHeight = height;
2075 float headerHeight = 0, footerHeight = 0; local
2076 headerAndFooterHeights(&headerHeight, &footerHeight);
2085 computePageRectsForFrame(coreFrame, adjustedRect, headerHeight, footerHeight, 1.0,m_pageRects, m_pageHeight);
2117 void WebFrame::drawHeader(PlatformGraphicsContext* pctx, IWebUIDelegate* ui, const IntRect& pageRect, float headerHeight) argument
2121 RECT headerRect = {x, y, x+pageRect.width(), y+static_cast<int>(headerHeight)};
2125 drawFooter(PlatformGraphicsContext* pctx, IWebUIDelegate* ui, const IntRect& pageRect, UINT page, UINT pageCount, float headerHeight, float footerHeight) argument
2133 spoolPage(PlatformGraphicsContext* pctx, GraphicsContext* spoolCtx, HDC printDC, IWebUIDelegate* ui, float headerHeight, float footerHeight, UINT page, UINT pageCount) argument
2193 drawHeader(PlatformGraphicsContext* pctx, IWebUIDelegate* ui, const IntRect& pageRect, float headerHeight) argument
2204 drawFooter(PlatformGraphicsContext* pctx, IWebUIDelegate* ui, const IntRect& pageRect, UINT page, UINT pageCount, float headerHeight, float footerHeight) argument
2230 spoolPage(PlatformGraphicsContext* pctx, GraphicsContext* spoolCtx, HDC printDC, IWebUIDelegate* ui, float headerHeight, float footerHeight, UINT page, UINT pageCount) argument
2391 float headerHeight = 0, footerHeight = 0; local
[all...]
/external/webkit/Source/WebKit2/UIProcess/API/C/
H A DWKPage.h219 WKPageHeaderHeightCallback headerHeight; member in struct:WKPageUIClient
/external/webkit/Source/WebKit2/UIProcess/
H A DWebPageProxy.cpp2893 float WebPageProxy::headerHeight(WebFrameProxy* frame) function in class:WebKit::WebPageProxy
2895 return m_uiClient.headerHeight(this, frame);
H A DWebUIClient.cpp306 float WebUIClient::headerHeight(WebPageProxy* page, WebFrameProxy* frame) function in class:WebKit::WebUIClient
308 if (!m_client.headerHeight)
311 return m_client.headerHeight(toAPI(page), toAPI(frame), m_client.clientInfo);
/external/webkit/Source/WebCore/page/
H A DPrintContext.cpp58 void PrintContext::computePageRects(const FloatRect& printRect, float headerHeight, float footerHeight, float userScaleFactor, float& outPageHeight, bool allowHorizontalTiling) argument
88 pageHeight -= headerHeight + footerHeight;
/external/webkit/Source/WebCore/page/win/
H A DFrameWin.cpp39 void computePageRectsForFrame(Frame* frame, const IntRect& printRect, float headerHeight, float footerHeight, float userScaleFactor, Vector<IntRect>& outPages, int& outPageHeight) argument
43 printContext.computePageRects(printRect, headerHeight, footerHeight, userScaleFactor, pageHeight);
/external/webkit/Source/WebCore/page/wince/
H A DFrameWinCE.cpp55 void computePageRectsForFrame(Frame* frame, const IntRect& printRect, float headerHeight, float footerHeight, float userScaleFactor, Vector<IntRect>& pages, int& outPageHeight) argument
82 pageHeight -= (headerHeight + footerHeight);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 98 milliseconds