Searched refs:computePageRects (Results 1 - 8 of 8) sorted by relevance
/external/webkit/WebCore/page/win/ |
H A D | FrameWin.cpp | 43 printContext.computePageRects(printRect, headerHeight, footerHeight, userScaleFactor, pageHeight);
|
/external/webkit/WebCore/page/ |
H A D | PrintContext.h | 44 void computePageRects(const FloatRect& printRect, float headerHeight, float footerHeight, float userScaleFactor, float& outPageHeight);
|
H A D | PrintContext.cpp | 53 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 D | WebFrame.h | 355 const Vector<WebCore::IntRect>& computePageRects(HDC printDC);
|
H A D | WebFrame.cpp | 1913 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 D | webkitwebframe.cpp | 896 printContext->computePageRects(printRect, headerHeight, footerHeight, 1.0, pageHeight);
|
/external/webkit/WebKit/chromium/src/ |
H A D | WebFrameImpl.cpp | 1113 m_printContext->computePageRects(rect, 0, 0, 1.0, pageHeight);
|
/external/webkit/WebKit/qt/Api/ |
H A D | qwebframe.cpp | 1386 printContext.computePageRects(pageRect, /* headerHeight */ 0, /* footerHeight */ 0, /* userScaleFactor */ 1.0, pageHeight);
|
Completed in 133 milliseconds