Searched defs:HDC (Results 1 - 3 of 3) 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_org/third_party/WebKit/Source/platform/win/
H A DHWndDC.h60 HDC setHWnd(HWND hwnd)
77 operator HDC()
84 HDC m_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 134 milliseconds