Searched defs:computePageRects (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/page/
H A DPrintContext.cpp58 void PrintContext::computePageRects(const FloatRect& printRect, float headerHeight, float footerHeight, float userScaleFactor, float& outPageHeight, bool allowHorizontalTiling) function in class:WebCore::PrintContext
339 printContext.computePageRects(FloatRect(FloatPoint(0, 0), pageSizeInPixels), 0, 0, 1, pageHeight);
/external/webkit/Source/WebKit/chromium/src/
H A DWebFrameImpl.cpp346 virtual void computePageRects(const FloatRect& printRect, float headerHeight, float footerHeight, float userScaleFactor, float& outPageHeight) function in class:WebKit::ChromePrintContext
348 return PrintContext::computePageRects(printRect, headerHeight, footerHeight, userScaleFactor, outPageHeight);
391 virtual void computePageRects(const FloatRect& printRect, float headerHeight, float footerHeight, float userScaleFactor, float& outPageHeight) function in class:WebKit::ChromePluginPrintContext
1400 m_printContext->computePageRects(rect, 0, 0, 1.0, pageHeight);
/external/webkit/Source/WebKit/win/
H A DWebFrame.cpp2063 const Vector<WebCore::IntRect>& WebFrame::computePageRects(HDC printDC) function in class:WebFrame
2110 const Vector<IntRect>& pages = computePageRects(printDC);

Completed in 65 milliseconds