Home
last modified time | relevance | path

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

/external/webrtc/modules/desktop_capture/win/
Dwindow_capture_utils.cc176 LONG exstyle = GetWindowLong(hwnd, GWL_EXSTYLE); in FilterUncapturableWindows() local
277 const LONG exstyle = GetWindowLong(hwnd, GWL_EXSTYLE); in IsWindowChromeNotification() local
/external/webrtc/rtc_base/
Dwin32_window.cc31 DWORD exstyle, int x, int y, int cx, int cy) { in Create()