Home
last modified time | relevance | path

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

/external/webrtc/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/libchrome/base/win/
Dscoped_gdi_object.h34 using ScopedGDIObject = ScopedGeneric<T, internal::ScopedGDIObjectTraits<T>>; variable