HomeSort by relevance Sort by last modified time
    Searched refs:ScopedGDIObject (Results 1 - 3 of 3) sorted by null

  /external/chromium/base/win/
scoped_gdi_object.h 19 class ScopedGDIObject {
21 ScopedGDIObject() : object_(NULL) {}
22 explicit ScopedGDIObject(T object) : object_(object) {}
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<HFONT> ScopedHFONT
    [all...]
  /external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_popup_contents_view.cc 599 base::win::ScopedGDIObject<HRGN> popup_region;
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_win.cc 628 base::win::ScopedGDIObject<HRGN> damage_region(CreateRectRgn(0, 0, 0, 0));
857 base::win::ScopedGDIObject<HRGN> damage_region(CreateRectRgn(0, 0, 0, 0));
    [all...]

Completed in 93 milliseconds