Searched refs:exstyle (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/webrtc/base/ |
D | win32window.cc | 33 DWORD exstyle, int x, int y, int cx, int cy) { in Create() argument 61 wnd_ = ::CreateWindowEx(exstyle, kWindowBaseClassName, title, style, in Create()
|
D | win32windowpicker.cc | 40 LONG exstyle = GetWindowLong(hwnd, GWL_EXSTYLE); in EnumProc() local 42 (owner && !(exstyle & WS_EX_APPWINDOW))) { in EnumProc()
|
D | win32window.h | 31 bool Create(HWND parent, const wchar_t* title, DWORD style, DWORD exstyle,
|
/external/webrtc/webrtc/modules/desktop_capture/ |
D | window_capturer_win.cc | 34 LONG exstyle = GetWindowLong(hwnd, GWL_EXSTYLE); in WindowsEnumerationHandler() local 36 (owner && !(exstyle & WS_EX_APPWINDOW))) { in WindowsEnumerationHandler()
|