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

/external/webkit/WebCore/page/
H A DPrintContext.cpp136 void PrintContext::spoolPage(GraphicsContext& ctx, int pageNumber, float width) function in class:WebCore::PrintContext
/external/webkit/WebKit/chromium/src/
H A DWebFrameImpl.cpp274 float spoolPage(GraphicsContext& ctx, int pageNumber) function in class:WebKit::ChromePrintContext
1144 return m_printContext->spoolPage(spool, page);
/external/webkit/WebKit/win/
H A DWebFrame.cpp1983 void WebFrame::spoolPage(PlatformGraphicsContext* pctx, GraphicsContext* spoolCtx, HDC printDC, IWebUIDelegate* ui, float headerHeight, float footerHeight, UINT page, UINT pageCount) function in class:WebFrame
2070 void WebFrame::spoolPage(PlatformGraphicsContext* pctx, GraphicsContext* spoolCtx, HDC printDC, IWebUIDelegate* ui, float headerHeight, float footerHeight, UINT page, UINT pageCount) function in class:WebFrame
2180 spoolPage(pctx, &spoolCtx, printDC, ui.get(), headerHeight, footerHeight, ii, pageCount);

Completed in 44 milliseconds