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

  /external/webkit/Source/WebCore/page/
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.cpp     [all...]

Completed in 124 milliseconds