HomeSort by relevance Sort by last modified time
    Searched refs:footerHeight (Results 1 - 16 of 16) sorted by null

  /external/webkit/Source/WebCore/page/win/
FrameWin.cpp 39 void computePageRectsForFrame(Frame* frame, const IntRect& printRect, float headerHeight, float footerHeight, float userScaleFactor, Vector<IntRect>& outPages, int& outPageHeight)
43 printContext.computePageRects(printRect, headerHeight, footerHeight, userScaleFactor, pageHeight);
FrameWin.h 40 void computePageRectsForFrame(Frame*, const IntRect& printRect, float headerHeight, float footerHeight, float userScaleFactor, Vector<IntRect>& outPages, int& outPageHeight);
  /external/webkit/Source/WebCore/page/wince/
FrameWinCE.cpp 55 void computePageRectsForFrame(Frame* frame, const IntRect& printRect, float headerHeight, float footerHeight, float userScaleFactor, Vector<IntRect>& pages, int& outPageHeight)
82 pageHeight -= (headerHeight + footerHeight);
  /external/webkit/Source/WebCore/page/
PrintContext.h 47 void computePageRects(const FloatRect& printRect, float headerHeight, float footerHeight, float userScaleFactor, float& outPageHeight, bool allowHorizontalTiling = false);
PrintContext.cpp 58 void PrintContext::computePageRects(const FloatRect& printRect, float headerHeight, float footerHeight, float userScaleFactor, float& outPageHeight, bool allowHorizontalTiling)
88 pageHeight -= headerHeight + footerHeight;
  /external/webkit/Source/WebKit2/UIProcess/
WebUIClient.h 99 float footerHeight(WebPageProxy*, WebFrameProxy*);
WebUIClient.cpp 314 float WebUIClient::footerHeight(WebPageProxy* page, WebFrameProxy* frame)
316 if (!m_client.footerHeight)
319 return m_client.footerHeight(toAPI(page), toAPI(frame), m_client.clientInfo);
WebPageProxy.h 379 float footerHeight(WebFrameProxy*);
    [all...]
WebPageProxy.cpp     [all...]
  /external/webkit/Source/WebKit/win/
WebFrame.cpp     [all...]
WebFrame.h 393 void spoolPage (PlatformGraphicsContext* pctx, WebCore::GraphicsContext* spoolCtx, HDC printDC, IWebUIDelegate*, float headerHeight, float footerHeight, UINT page, UINT pageCount);
395 void drawFooter(PlatformGraphicsContext* pctx, IWebUIDelegate*, const WebCore::IntRect& pageRect, UINT page, UINT pageCount, float headerHeight, float footerHeight);
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
WKPrintingView.mm 133 [info setBottomMargin:originalBottomMargin + _webFrame->page()->footerHeight(_webFrame.get()) * scale];
533 NSRect footerRect = NSMakeRect(headerFooterLeft, [printInfo bottomMargin] / scale - _webFrame->page()->footerHeight(_webFrame.get()), headerFooterWidth, _webFrame->page()->footerHeight(_webFrame.get()));
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebframe.cpp 763 float footerHeight = 0;
765 printContext->computePageRects(printRect, headerHeight, footerHeight, 1.0, pageHeight);
    [all...]
  /external/chromium/chrome/browser/resources/
new_new_tab.js 476 var footerHeight = 0;
494 footerHeight += section.fixedHeight;
497 footerHeight += $('closed-sections-bar').offsetHeight;
505 var flexHeight = window.innerHeight - headerHeight - footerHeight;
520 footerHeight +
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebFrameImpl.cpp 346 virtual void computePageRects(const FloatRect& printRect, float headerHeight, float footerHeight, float userScaleFactor, float& outPageHeight)
348 return PrintContext::computePageRects(printRect, headerHeight, footerHeight, userScaleFactor, outPageHeight);
391 virtual void computePageRects(const FloatRect& printRect, float headerHeight, float footerHeight, float userScaleFactor, float& outPageHeight)
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKPage.h 220 WKPageFooterHeightCallback footerHeight;

Completed in 272 milliseconds