Searched defs:ScopedGDIObject (Results 1 – 1 of 1) sorted by relevance
25 ScopedGDIObject() : handle_(NULL) {} in ScopedGDIObject() function26 explicit ScopedGDIObject(T object) : handle_(object) {} in ScopedGDIObject() function