Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/modules/desktop_capture/win/
H A Dscoped_gdi_object.h23 ScopedGDIObject() : handle_(NULL) {} in ScopedGDIObject() function
24 explicit ScopedGDIObject(T object) : handle_(object) {} in ScopedGDIObject() function
/aosp_15_r20/external/cronet/base/win/
H A Dscoped_gdi_object.h34 using ScopedGDIObject = ScopedGeneric<T, internal::ScopedGDIObjectTraits<T>>; variable