Searched defs:pageRect (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/page/
H A DPrintContext.h54 const IntRect& pageRect(size_t pageNumber) const { return m_pageRects[pageNumber]; } function in class:WebCore::PrintContext
H A DPrintContext.cpp197 IntRect pageRect = m_pageRects[pageNumber]; local
[all...]
H A DChrome.cpp160 FloatRect Chrome::pageRect() const function in class:WebCore::Chrome
/macosx-10.10/WebKit-7600.1.25/wince/WebCoreSupport/
H A DChromeClientWinCE.cpp68 FloatRect ChromeClientWinCE::pageRect() function in class:WebKit::ChromeClientWinCE
/macosx-10.10/WebKit-7600.1.25/win/WebCoreSupport/
H A DWebChromeClient.cpp111 FloatRect WebChromeClient::pageRect() function in class:WebChromeClient
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebCoreSupport/
H A DWebChromeClient.cpp144 FloatRect WebChromeClient::pageRect() function in class:WebKit::WebChromeClient
/macosx-10.10/WebKit-7600.1.25/win/
H A DWebFrame.cpp1535 IntRect pageRect = printerRect(printDC); local
1575 void WebFrame::drawHeader(PlatformGraphicsContext* pctx, IWebUIDelegate* ui, const IntRect& pageRect, float headerHeight) argument
1583 void WebFrame::drawFooter(PlatformGraphicsContext* pctx, IWebUIDelegate* ui, const IntRect& pageRect, UINT page, UINT pageCount, float headerHeight, float footerHeight) argument
1595 IntRect pageRect = m_pageRects[page]; local
1629 scaleFactor(HDC printDC, const IntRect& marginRect, const IntRect& pageRect) argument
1651 drawHeader(PlatformGraphicsContext* pctx, IWebUIDelegate* ui, const IntRect& pageRect, float headerHeight) argument
1662 drawFooter(PlatformGraphicsContext* pctx, IWebUIDelegate* ui, const IntRect& pageRect, UINT page, UINT pageCount, float headerHeight, float footerHeight) argument
1692 const IntRect& pageRect = m_pageRects[page]; local
[all...]

Completed in 154 milliseconds