Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/page/win/
DFrameWin.cpp39 …rFrame(Frame* frame, const IntRect& printRect, float headerHeight, float footerHeight, float userS… in computePageRectsForFrame()
/external/webkit/Source/WebCore/page/wince/
DFrameWinCE.cpp55 …rFrame(Frame* frame, const IntRect& printRect, float headerHeight, float footerHeight, float userS… 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
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/
DPrintContext.cpp58 …::computePageRects(const FloatRect& printRect, float headerHeight, float footerHeight, float userS… in computePageRects()
/external/webkit/Source/WebKit2/UIProcess/
DWebUIClient.cpp314 float WebUIClient::footerHeight(WebPageProxy* page, WebFrameProxy* frame) in footerHeight() function in WebKit::WebUIClient
DWebPageProxy.cpp2898 float WebPageProxy::footerHeight(WebFrameProxy* frame) in footerHeight() function in WebKit::WebPageProxy
/external/webkit/Source/WebKit/gtk/webkit/
Dwebkitwebframe.cpp763 float footerHeight = 0; in begin_print_callback() local
/external/webkit/Source/WebKit/chromium/src/
DWebFrameImpl.cpp346 …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/
DWKPage.h220 WKPageFooterHeightCallback footerHeight; member