Searched refs:ScopedGDIObject (Results 1 - 8 of 8) sorted by relevance

/external/chromium/base/win/
H A Dscoped_gdi_object.h19 class ScopedGDIObject { class in namespace:base::win
21 ScopedGDIObject() : object_(NULL) {} function in class:base::win::ScopedGDIObject
22 explicit ScopedGDIObject(T object) : object_(object) {} function in class:base::win::ScopedGDIObject
24 ~ScopedGDIObject() {
38 ScopedGDIObject& operator=(T object) {
58 DISALLOW_COPY_AND_ASSIGN(ScopedGDIObject);
64 void ScopedGDIObject<HICON>::Close() {
70 typedef ScopedGDIObject<HBITMAP> ScopedBitmap;
71 typedef ScopedGDIObject<HRGN> ScopedRegion;
72 typedef ScopedGDIObject<HFON
[all...]
/external/chromium_org/base/win/
H A Dscoped_gdi_object.h18 class ScopedGDIObject { class in namespace:base::win
20 ScopedGDIObject() : object_(NULL) {} function in class:base::win::ScopedGDIObject
21 explicit ScopedGDIObject(T object) : object_(object) {} function in class:base::win::ScopedGDIObject
23 ~ScopedGDIObject() {
37 ScopedGDIObject& operator=(T object) {
57 DISALLOW_COPY_AND_ASSIGN(ScopedGDIObject);
63 void ScopedGDIObject<HICON>::Close() {
69 typedef ScopedGDIObject<HBITMAP> ScopedBitmap;
70 typedef ScopedGDIObject<HRGN> ScopedRegion;
71 typedef ScopedGDIObject<HFON
[all...]
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dtaskbar_decorator_win.cc44 base::win::ScopedGDIObject<HICON> icon;
/external/chromium_org/ui/gfx/
H A Dicon_util.cc329 base::win::ScopedGDIObject<HBITMAP> bitmap_handle(
351 base::win::ScopedGDIObject<HBITMAP> mask(
/external/chromium_org/remoting/host/
H A Ddisconnect_window_win.cc75 base::win::ScopedGDIObject<HPEN> border_pen_;
/external/chromium/chrome/browser/ui/views/autocomplete/
H A Dautocomplete_popup_contents_view.cc599 base::win::ScopedGDIObject<HRGN> popup_region;
/external/chromium/chrome/browser/renderer_host/
H A Drender_widget_host_view_win.cc628 base::win::ScopedGDIObject<HRGN> damage_region(CreateRectRgn(0, 0, 0, 0));
857 base::win::ScopedGDIObject<HRGN> damage_region(CreateRectRgn(0, 0, 0, 0));
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_win.cc737 base::win::ScopedGDIObject<HRGN> damage_region(CreateRectRgn(0, 0, 0, 0));
1280 base::win::ScopedGDIObject<HRGN> damage_region(CreateRectRgn(0, 0, 0, 0));

Completed in 4757 milliseconds