Home
last modified time | relevance | path

Searched refs:ex_style (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/modules/desktop_capture/
Dscreen_drawer_win.cc188 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/
Dmain_wnd.h175 DWORD ex_style);
Dmain_wnd.cc461 DWORD ex_style) { in CreateChildWindow() argument
467 *wnd = ::CreateWindowExW(ex_style, class_name, L"", style, 100, 100, 100, 100, in CreateChildWindow()