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

/external/chromium_org/printing/
H A Dprint_settings_initializer_win.h13 typedef struct HDC__* HDC; typedef in typeref:struct:HDC__
23 static void InitPrintSettings(HDC hdc,
/external/chromium/base/win/
H A Dscoped_hdc.h16 // Like ScopedHandle but for HDC. Only use this on HDCs returned from
17 // CreateCompatibleDC. For an HDC returned by GetDC, use ReleaseDC instead.
21 explicit ScopedHDC(HDC h) : hdc_(h) { }
27 HDC Get() {
31 void Set(HDC h) {
36 operator HDC() { return hdc_; }
48 HDC hdc_;
/external/chromium_org/third_party/WebKit/Source/core/platform/win/
H A DHWndDC.h60 HDC setHWnd(HWND hwnd)
77 operator HDC()
84 HDC m_hdc;
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DOwnPtrCommon.h34 typedef struct HDC__* HDC; typedef in typeref:struct:HDC__
53 void deleteOwnedPtr(HDC);
/external/chromium_org/base/win/
H A Dscoped_hdc.h17 // Like ScopedHandle but for HDC. Only use this on HDCs returned from
40 operator HDC() { return hdc_; }
44 HDC hdc_;
49 // Like ScopedHandle but for HDC. Only use this on HDCs returned from
53 typedef HDC Handle;
55 static bool CloseHandle(HDC handle) {
59 static bool IsHandleValid(HDC handle) {
63 static HDC NullHandle() {

Completed in 279 milliseconds