Searched refs:ScopedBitmap (Results 1 - 4 of 4) sorted by relevance

/external/libchrome/base/win/
H A Dscoped_gdi_object.h37 typedef ScopedGDIObject<HBITMAP> ScopedBitmap; typedef in namespace:base::win
/external/webrtc/webrtc/modules/desktop_capture/win/
H A Dcursor_unittest.cc52 win::ScopedBitmap scoped_mask(iinfo.hbmMask);
53 win::ScopedBitmap scoped_color(iinfo.hbmColor);
H A Dscoped_gdi_object.h89 typedef ScopedGDIObject<HBITMAP, DeleteObjectTraits<HBITMAP> > ScopedBitmap; typedef in namespace:webrtc::win
H A Dcursor.cc124 win::ScopedBitmap scoped_mask(iinfo.hbmMask);
125 win::ScopedBitmap scoped_color(iinfo.hbmColor);

Completed in 144 milliseconds