Home
last modified time | relevance | path

Searched refs:exstyle (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/base/
Dwin32window.cc33 DWORD exstyle, int x, int y, int cx, int cy) { in Create() argument
61 wnd_ = ::CreateWindowEx(exstyle, kWindowBaseClassName, title, style, in Create()
Dwin32windowpicker.cc40 LONG exstyle = GetWindowLong(hwnd, GWL_EXSTYLE); in EnumProc() local
42 (owner && !(exstyle & WS_EX_APPWINDOW))) { in EnumProc()
Dwin32window.h31 bool Create(HWND parent, const wchar_t* title, DWORD style, DWORD exstyle,
/external/webrtc/webrtc/modules/desktop_capture/
Dwindow_capturer_win.cc34 LONG exstyle = GetWindowLong(hwnd, GWL_EXSTYLE); in WindowsEnumerationHandler() local
36 (owner && !(exstyle & WS_EX_APPWINDOW))) { in WindowsEnumerationHandler()