Home
last modified time | relevance | path

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

/external/webrtc/modules/desktop_capture/win/
Dscoped_gdi_object.h25 ScopedGDIObject() : handle_(NULL) {} in ScopedGDIObject() function
26 explicit ScopedGDIObject(T object) : handle_(object) {} in ScopedGDIObject() function