Searched defs:footerHeight (Results 1 – 9 of 9) sorted by relevance
/external/webkit/Source/WebCore/page/win/ |
D | FrameWin.cpp | 39 …rFrame(Frame* frame, const IntRect& printRect, float headerHeight, float footerHeight, float userS… in computePageRectsForFrame()
|
/external/webkit/Source/WebCore/page/wince/ |
D | FrameWinCE.cpp | 55 …rFrame(Frame* frame, const IntRect& printRect, float headerHeight, float footerHeight, float userS… 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 2125 …te* ui, const IntRect& pageRect, UINT page, UINT pageCount, float headerHeight, float footerHeight) in drawFooter() 2133 …xt* spoolCtx, HDC printDC, IWebUIDelegate* ui, float headerHeight, float footerHeight, UINT page, … in spoolPage() 2204 …te* ui, const IntRect& pageRect, UINT page, UINT pageCount, float headerHeight, float footerHeight) in drawFooter() 2230 …xt* spoolCtx, HDC printDC, IWebUIDelegate* ui, float headerHeight, float footerHeight, UINT page, … in spoolPage() 2391 float headerHeight = 0, footerHeight = 0; in spoolPages() local
|
/external/webkit/Source/WebCore/page/ |
D | PrintContext.cpp | 58 …::computePageRects(const FloatRect& printRect, float headerHeight, float footerHeight, float userS… in computePageRects()
|
/external/webkit/Source/WebKit2/UIProcess/ |
D | WebUIClient.cpp | 314 float WebUIClient::footerHeight(WebPageProxy* page, WebFrameProxy* frame) in footerHeight() function in WebKit::WebUIClient
|
D | WebPageProxy.cpp | 2898 float WebPageProxy::footerHeight(WebFrameProxy* frame) in footerHeight() function in WebKit::WebPageProxy
|
/external/webkit/Source/WebKit/gtk/webkit/ |
D | webkitwebframe.cpp | 763 float footerHeight = 0; in begin_print_callback() local
|
/external/webkit/Source/WebKit/chromium/src/ |
D | WebFrameImpl.cpp | 346 …d computePageRects(const FloatRect& printRect, float headerHeight, float footerHeight, float userS… in computePageRects() 391 …d computePageRects(const FloatRect& printRect, float headerHeight, float footerHeight, float userS… in computePageRects()
|
/external/webkit/Source/WebKit2/UIProcess/API/C/ |
D | WKPage.h | 220 WKPageFooterHeightCallback footerHeight; member
|