Home
last modified time | relevance | path

Searched defs:printDC (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/win/
DWebFrame.cpp1970 static IntRect printerRect(HDC printDC) in printerRect()
1986 /* [in] */ HDC printDC) in setInPrintingMode()
2043 IntRect WebFrame::printerMarginRect(HDC printDC) in printerMarginRect()
2063 const Vector<WebCore::IntRect>& WebFrame::computePageRects(HDC printDC) in computePageRects()
2091 /* [in] */ HDC printDC, in getPrintedPageCount()
2133 void WebFrame::spoolPage(PlatformGraphicsContext* pctx, GraphicsContext* spoolCtx, HDC printDC, IWe… in spoolPage()
2171 static float scaleFactor(HDC printDC, const IntRect& marginRect, const IntRect& pageRect) in scaleFactor()
2230 void WebFrame::spoolPage(PlatformGraphicsContext* pctx, GraphicsContext* spoolCtx, HDC printDC, IWe… in spoolPage()
2318 /* [in] */ HDC printDC, in spoolPages()
/external/webkit/Tools/WinLauncher/
DWinLauncher.cpp328 HDC printDC = getPrinterDC(); in PrintView() local