Searched refs:ex_style (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/modules/desktop_capture/ |
D | screen_drawer_win.cc | 188 long ex_style = GetWindowLong(window_, GWL_EXSTYLE); in BringToFront() local 189 ex_style |= WS_EX_TOPMOST; in BringToFront() 190 if (SetWindowLong(window_, GWL_EXSTYLE, ex_style) != 0) { in BringToFront()
|
/external/webrtc/examples/peerconnection/client/ |
D | main_wnd.h | 175 DWORD ex_style);
|
D | main_wnd.cc | 461 DWORD ex_style) { in CreateChildWindow() argument 467 *wnd = ::CreateWindowExW(ex_style, class_name, L"", style, 100, 100, 100, 100, in CreateChildWindow()
|