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

/external/chromium_org/base/win/
H A Dscoped_hglobal.h17 class ScopedHGlobal { class in namespace:base::win
19 explicit ScopedHGlobal(HGLOBAL glob) : glob_(glob) { function in class:base::win::ScopedHGlobal
22 ~ScopedHGlobal() {
46 DISALLOW_COPY_AND_ASSIGN(ScopedHGlobal);

Completed in 149 milliseconds