Lines Matching full:page
84 #include <WebCore/Page.h>
140 // This number determines how small we are willing to reduce the page content
141 // in order to accommodate the widest line. If the page would have to be
1006 PassRefPtr<Frame> WebFrame::init(IWebView* webView, Page* page, HTMLFrameOwnerElement* ownerElement)
1015 RefPtr<Frame> frame = Frame::create(page, ownerElement, this);
1924 // adjust the page rect by the header and footer
1975 void WebFrame::drawFooter(PlatformGraphicsContext* pctx, IWebUIDelegate* ui, const IntRect& pageRect, UINT page, UINT pageCount, float headerHeight, float footerHeight)
1980 ui->drawFooterInRect(d->webView, &footerRect, static_cast<OLE_HANDLE>(reinterpret_cast<LONG64>(pctx)), page+1, pageCount);
1983 void WebFrame::spoolPage(PlatformGraphicsContext* pctx, GraphicsContext* spoolCtx, HDC printDC, IWebUIDelegate* ui, float headerHeight, float footerHeight, UINT page, UINT pageCount)
1987 IntRect pageRect = m_pageRects[page];
2015 drawFooter(pctx, ui, pageRect, page, pageCount, headerHeight, footerHeight);
2057 void WebFrame::drawFooter(PlatformGraphicsContext* pctx, IWebUIDelegate* ui, const IntRect& pageRect, UINT page, UINT pageCount, float headerHeight, float footerHeight)
2067 ui->drawFooterInRect(d->webView, &footerRect, static_cast<OLE_HANDLE>(reinterpret_cast<LONG64>(hdc)), page+1, pageCount);
2070 void WebFrame::spoolPage(PlatformGraphicsContext* pctx, GraphicsContext* spoolCtx, HDC printDC, IWebUIDelegate* ui, float headerHeight, float footerHeight, UINT page, UINT pageCount)
2074 const IntRect& pageRect = m_pageRects[page];
2089 // Modify Cairo (only) to account for page position.
2110 drawFooter(pctx, ui, pageRect, page, pageCount, headerHeight, footerHeight);
2346 if (!frame) // In case the script removed our frame from the page.
2402 // the previous Document is in the page cache, and the current document