Home
last modified time | relevance | path

Searched defs:ScopedGDIObject (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/desktop_capture/win/
Dscoped_gdi_object.h26 ScopedGDIObject() : handle_(NULL) {} in ScopedGDIObject() function
27 explicit ScopedGDIObject(T object) : handle_(object) {} in ScopedGDIObject() function
/external/chromium_org/base/win/
Dscoped_gdi_object.h20 ScopedGDIObject() : object_(NULL) {} in ScopedGDIObject() function
21 explicit ScopedGDIObject(T object) : object_(object) {} in ScopedGDIObject() function