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

/external/webkit/Source/WebKit/win/
H A DWebFrame.cpp2133 void WebFrame::spoolPage(PlatformGraphicsContext* pctx, GraphicsContext* spoolCtx, HDC printDC, IWebUIDelegate* ui, float headerHeight, float footerHeight, UINT page, UINT pageCount) argument
2157 coreFrame->view()->paintContents(spoolCtx, pageRect);
2230 void WebFrame::spoolPage(PlatformGraphicsContext* pctx, GraphicsContext* spoolCtx, HDC printDC, IWebUIDelegate* ui, float headerHeight, float footerHeight, UINT page, UINT pageCount) argument
2240 spoolCtx->save();
2267 coreFrame->view()->paintContents(spoolCtx, pageRect);
2291 spoolCtx->restore();
2393 GraphicsContext spoolCtx(pctx);
2394 spoolCtx.setShouldIncludeChildWindows(true);
2397 spoolPage(pctx, &spoolCtx, printDC, ui.get(), headerHeight, footerHeight, ii, pageCount);

Completed in 69 milliseconds