HomeSort by relevance Sort by last modified time
    Searched refs:printDC (Results 1 - 4 of 4) sorted by null

  /external/webkit/Tools/WinLauncher/
WinLauncher.cpp 328 HDC printDC = getPrinterDC();
329 if (!printDC) {
334 if (::SetAbortProc(printDC, AbortProc) == SP_ERROR) {
347 framePrivate->setInPrintingMode(TRUE, printDC);
350 framePrivate->getPrintedPageCount(printDC, &pageCount);
354 ::StartDoc(printDC, &di);
359 ::StartPage(printDC);
360 framePrivate->spoolPages(printDC, page, page, graphicsContext);
361 ::EndPage(printDC);
364 framePrivate->setInPrintingMode(FALSE, printDC);
    [all...]
  /external/webkit/Source/WebKit/win/Interfaces/
IWebFramePrivate.idl 66 HRESULT setInPrintingMode([in] BOOL value, [in] HDC printDC);
67 HRESULT getPrintedPageCount([in] HDC printDC, [out, retval] UINT* pageCount);
68 [local] HRESULT spoolPages([in] HDC printDC, [in] UINT startPage, [in] UINT endPage, [out, retval] void* ctx);
  /external/webkit/Source/WebKit/win/
WebFrame.cpp     [all...]
WebFrame.h 195 /* [in] */ HDC printDC);
198 /* [in] */ HDC printDC,
202 /* [in] */ HDC printDC,
389 const Vector<WebCore::IntRect>& computePageRects(HDC printDC);
393 void spoolPage (PlatformGraphicsContext* pctx, WebCore::GraphicsContext* spoolCtx, HDC printDC, IWebUIDelegate*, float headerHeight, float footerHeight, UINT page, UINT pageCount);

Completed in 154 milliseconds