Searched refs:HWndDC (Results 1 - 16 of 16) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DHWndDC.h34 class HWndDC { class in namespace:WebCore
35 WTF_MAKE_NONCOPYABLE(HWndDC);
37 HWndDC() function in class:WebCore::HWndDC
43 explicit HWndDC(HWND hwnd) function in class:WebCore::HWndDC
49 HWndDC(HWND hwnd, HRGN hrgnClip, DWORD flags) function in class:WebCore::HWndDC
55 ~HWndDC()
H A DDragImageCGWin.cpp32 #include "HWndDC.h"
93 HWndDC dc(0);
126 HWndDC dc(0);
H A DDragImageWin.cpp34 #include "HWndDC.h"
181 HWndDC dc(0);
H A DCursorWin.cpp31 #include "HWndDC.h"
53 HWndDC dc(0);
H A DPopupMenuWin.cpp34 #include "HWndDC.h"
592 m_DC = ::CreateCompatibleDC(HWndDC(m_popup));
684 HWndDC hWndDC;
H A DPasteboardWin.cpp40 #include "HWndDC.h"
749 HWndDC dc(0);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/win/
H A DFontPlatformDataWin.cpp28 #include "HWndDC.h"
55 HWndDC hdc(0);
79 HWndDC hdc(0);
H A DSimpleFontDataWin.cpp36 #include "HWndDC.h"
83 HWndDC hdc(0);
158 HWndDC dc(0);
187 HWndDC dc(0);
205 HWndDC hdc(0);
222 HWndDC hdc(0);
254 HWndDC dc(0);
H A DSimpleFontDataCairoWin.cpp37 #include "HWndDC.h"
65 HWndDC dc(0);
123 HWndDC dc(0);
H A DFontCacheWin.cpp33 #include "HWndDC.h"
193 HWndDC hdc(0);
445 HWndDC hdc(0);
482 HWndDC dc(0);
529 HWndDC hdc(0);
H A DSimpleFontDataCGWin.cpp36 #include "HWndDC.h"
72 HWndDC dc(0);
H A DUniscribeController.cpp29 #include "HWndDC.h"
254 HWndDC hdc(0);
385 HWndDC hdc;
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebNodeHighlight.cpp36 #include <WebCore/HWndDC.h>
143 HDC hdc = ::CreateCompatibleDC(HWndDC(m_overlay));
184 ::UpdateLayeredWindow(m_overlay, HWndDC(0), &dstPoint, &size, hdc, &srcPoint, 0, &bf, ULW_ALPHA);
H A DWebIconDatabase.cpp38 #include <WebCore/HWndDC.h>
287 HWndDC dc(0);
H A DFullscreenVideoController.cpp40 #include <WebCore/HWndDC.h>
490 OwnPtr<HDC> bitmapDC = adoptPtr(CreateCompatibleDC(HWndDC(m_hudWindow)));
H A DWebView.cpp102 #include <WebCore/HWndDC.h>
896 HWndDC windowDC(m_viewWindow);
994 HWndDC windowDC(m_viewWindow);
1039 HWndDC hdcScreen(m_viewWindow);
1163 HWndDC dc(m_viewWindow);

Completed in 144 milliseconds