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

  /external/webkit/Source/WebCore/page/win/
FrameWin.cpp 43 printContext.computePageRects(printRect, headerHeight, footerHeight, userScaleFactor, pageHeight);
  /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)
339 printContext.computePageRects(FloatRect(FloatPoint(0, 0), pageSizeInPixels), 0, 0, 1, pageHeight);
  /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/WebKit/win/
WebFrame.h 389 const Vector<WebCore::IntRect>& computePageRects(HDC printDC);
WebFrame.cpp     [all...]
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebframe.cpp 765 printContext->computePageRects(printRect, headerHeight, footerHeight, 1.0, pageHeight);
    [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebframe.cpp     [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.cpp     [all...]

Completed in 212 milliseconds