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

/external/libchrome/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 99 milliseconds