Searched refs:dwExStyle (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/wgl/ |
D | stw_ext_pbuffer.c | 81 DWORD dwExStyle; in wglCreatePbufferARB() local 182 dwExStyle = 0; in wglCreatePbufferARB() 211 AdjustWindowRectEx(&rect, dwStyle, FALSE, dwExStyle); in wglCreatePbufferARB() 213 hWnd = CreateWindowEx(dwExStyle, in wglCreatePbufferARB()
|
/third_party/cef/tests/cefclient/browser/ |
D | root_window_win.cc | 345 DWORD dwExStyle = always_on_top_ ? WS_EX_TOPMOST : 0; in CreateRootWindow() local 348 dwExStyle |= WS_EX_NOACTIVATE; in CreateRootWindow() 358 ::AdjustWindowRectEx(&window_rect, dwStyle, with_controls_, dwExStyle); in CreateRootWindow() 369 CreateWindowEx(dwExStyle, window_class.c_str(), window_title.c_str(), dwStyle, in CreateRootWindow()
|