Searched refs:computePageRects (Results 1 - 8 of 8) sorted by relevance

/external/webkit/WebCore/page/win/
H A DFrameWin.cpp43 printContext.computePageRects(printRect, headerHeight, footerHeight, userScaleFactor, pageHeight);
/external/webkit/WebCore/page/
H A DPrintContext.h44 void computePageRects(const FloatRect& printRect, float headerHeight, float footerHeight, float userScaleFactor, float& outPageHeight);
H A DPrintContext.cpp53 void PrintContext::computePageRects(const FloatRect& printRect, float headerHeight, float footerHeight, float userScaleFactor, float& outPageHeight) function in class:WebCore::PrintContext
/external/webkit/WebKit/win/
H A DWebFrame.h355 const Vector<WebCore::IntRect>& computePageRects(HDC printDC);
H A DWebFrame.cpp1913 const Vector<WebCore::IntRect>& WebFrame::computePageRects(HDC printDC) function in class:WebFrame
1960 const Vector<IntRect>& pages = computePageRects(printDC);
/external/webkit/WebKit/gtk/webkit/
H A Dwebkitwebframe.cpp896 printContext->computePageRects(printRect, headerHeight, footerHeight, 1.0, pageHeight);
/external/webkit/WebKit/chromium/src/
H A DWebFrameImpl.cpp1113 m_printContext->computePageRects(rect, 0, 0, 1.0, pageHeight);
/external/webkit/WebKit/qt/Api/
H A Dqwebframe.cpp1386 printContext.computePageRects(pageRect, /* headerHeight */ 0, /* footerHeight */ 0, /* userScaleFactor */ 1.0, pageHeight);

Completed in 133 milliseconds