Home
last modified time | relevance | path

Searched defs:headerHeight (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/page/win/
DFrameWin.cpp39 void computePageRectsForFrame(Frame* frame, const IntRect& printRect, float headerHeight, float foo… in computePageRectsForFrame()
/external/webkit/Source/WebCore/page/wince/
DFrameWinCE.cpp55 void computePageRectsForFrame(Frame* frame, const IntRect& printRect, float headerHeight, float foo… in computePageRectsForFrame()
/external/webkit/Source/WebKit/win/
DWebFrame.cpp2027 void WebFrame::headerAndFooterHeights(float* headerHeight, float* footerHeight) in headerAndFooterHeights()
2075 float headerHeight = 0, footerHeight = 0; in computePageRects() local
2117 …der(PlatformGraphicsContext* pctx, IWebUIDelegate* ui, const IntRect& pageRect, float headerHeight) in drawHeader()
2125 …IDelegate* ui, const IntRect& pageRect, UINT page, UINT pageCount, float headerHeight, float foote… in drawFooter()
2133 … pctx, GraphicsContext* spoolCtx, HDC printDC, IWebUIDelegate* ui, float headerHeight, float foote… in spoolPage()
2193 …der(PlatformGraphicsContext* pctx, IWebUIDelegate* ui, const IntRect& pageRect, float headerHeight) in drawHeader()
2204 …IDelegate* ui, const IntRect& pageRect, UINT page, UINT pageCount, float headerHeight, float foote… in drawFooter()
2230 … pctx, GraphicsContext* spoolCtx, HDC printDC, IWebUIDelegate* ui, float headerHeight, float foote… in spoolPage()
2391 float headerHeight = 0, footerHeight = 0; in spoolPages() local
/external/webkit/Source/WebCore/page/
DPrintContext.cpp58 void PrintContext::computePageRects(const FloatRect& printRect, float headerHeight, float footerHei… in computePageRects()
/external/webkit/Source/WebKit2/UIProcess/
DWebUIClient.cpp306 float WebUIClient::headerHeight(WebPageProxy* page, WebFrameProxy* frame) in headerHeight() function in WebKit::WebUIClient
DWebPageProxy.cpp2893 float WebPageProxy::headerHeight(WebFrameProxy* frame) in headerHeight() function in WebKit::WebPageProxy
/external/webkit/Source/WebKit/gtk/webkit/
Dwebkitwebframe.cpp762 float headerHeight = 0; in begin_print_callback() local
/external/webkit/Source/WebKit/chromium/src/
DWebFrameImpl.cpp346 …virtual void computePageRects(const FloatRect& printRect, float headerHeight, float footerHeight, … in computePageRects()
391 …virtual void computePageRects(const FloatRect& printRect, float headerHeight, float footerHeight, … in computePageRects()
/external/webkit/Source/WebKit2/UIProcess/API/C/
DWKPage.h219 WKPageHeaderHeightCallback headerHeight; member