Searched refs:exstyle (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/modules/desktop_capture/win/ |
D | window_capture_utils.cc | 176 LONG exstyle = GetWindowLong(hwnd, GWL_EXSTYLE); in FilterUncapturableWindows() local 178 (owner && !(exstyle & WS_EX_APPWINDOW))) { in FilterUncapturableWindows() 277 const LONG exstyle = GetWindowLong(hwnd, GWL_EXSTYLE); in IsWindowChromeNotification() local 278 if ((exstyle & WS_EX_NOACTIVATE) && (exstyle & WS_EX_TOOLWINDOW) && in IsWindowChromeNotification() 279 (exstyle & WS_EX_TOPMOST)) { in IsWindowChromeNotification()
|
/external/webrtc/rtc_base/ |
D | win32_window.cc | 31 DWORD exstyle, int x, int y, int cx, int cy) { in Create() argument 67 wnd_ = ::CreateWindowExW(exstyle, kWindowBaseClassName, title, style, x, y, in Create()
|
D | win32_window.h | 34 DWORD exstyle,
|