Searched refs:ScopedGDIObject (Results 1 – 3 of 3) sorted by relevance
19 class ScopedGDIObject {21 ScopedGDIObject() : object_(NULL) {} in ScopedGDIObject() function22 explicit ScopedGDIObject(T object) : object_(object) {} in ScopedGDIObject() function24 ~ScopedGDIObject() { in ~ScopedGDIObject()38 ScopedGDIObject& operator=(T object) {58 DISALLOW_COPY_AND_ASSIGN(ScopedGDIObject);64 void ScopedGDIObject<HICON>::Close() { in Close()70 typedef ScopedGDIObject<HBITMAP> ScopedBitmap;71 typedef ScopedGDIObject<HRGN> ScopedRegion;72 typedef ScopedGDIObject<HFONT> ScopedHFONT;[all …]
599 base::win::ScopedGDIObject<HRGN> popup_region; in UpdateBlurRegion()
628 base::win::ScopedGDIObject<HRGN> damage_region(CreateRectRgn(0, 0, 0, 0)); in Redraw()857 base::win::ScopedGDIObject<HRGN> damage_region(CreateRectRgn(0, 0, 0, 0)); in OnPaint()