Searched defs:headerHeight (Results 1 – 9 of 9) sorted by relevance
/external/webkit/Source/WebCore/page/win/ |
D | FrameWin.cpp | 39 void computePageRectsForFrame(Frame* frame, const IntRect& printRect, float headerHeight, float foo… in computePageRectsForFrame()
|
/external/webkit/Source/WebCore/page/wince/ |
D | FrameWinCE.cpp | 55 void computePageRectsForFrame(Frame* frame, const IntRect& printRect, float headerHeight, float foo… in computePageRectsForFrame()
|
/external/webkit/Source/WebKit/win/ |
D | WebFrame.cpp | 2027 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/ |
D | PrintContext.cpp | 58 void PrintContext::computePageRects(const FloatRect& printRect, float headerHeight, float footerHei… in computePageRects()
|
/external/webkit/Source/WebKit2/UIProcess/ |
D | WebUIClient.cpp | 306 float WebUIClient::headerHeight(WebPageProxy* page, WebFrameProxy* frame) in headerHeight() function in WebKit::WebUIClient
|
D | WebPageProxy.cpp | 2893 float WebPageProxy::headerHeight(WebFrameProxy* frame) in headerHeight() function in WebKit::WebPageProxy
|
/external/webkit/Source/WebKit/gtk/webkit/ |
D | webkitwebframe.cpp | 762 float headerHeight = 0; in begin_print_callback() local
|
/external/webkit/Source/WebKit/chromium/src/ |
D | WebFrameImpl.cpp | 346 …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/ |
D | WKPage.h | 219 WKPageHeaderHeightCallback headerHeight; member
|