Home
last modified time | relevance | path

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

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/widget/
H A Dwidget_hwnd_utils.cc31 DWORD* ex_style, in CalculateWindowStylesFromInitParams() argument
34 *ex_style = 0; in CalculateWindowStylesFromInitParams()
45 *ex_style |= WS_EX_TRANSPARENT; in CalculateWindowStylesFromInitParams()
48 *ex_style |= WS_EX_NOACTIVATE; in CalculateWindowStylesFromInitParams()
50 *ex_style |= WS_EX_TOPMOST; in CalculateWindowStylesFromInitParams()
52 *ex_style |= l10n_util::GetExtendedTooltipStyles(); in CalculateWindowStylesFromInitParams()
85 *ex_style |= in CalculateWindowStylesFromInitParams()
103 *ex_style |= WS_EX_TOOLWINDOW; in CalculateWindowStylesFromInitParams()
108 *ex_style |= WS_EX_TOOLWINDOW; in CalculateWindowStylesFromInitParams()
122 *ex_style |= WS_EX_TOOLWINDOW; in CalculateWindowStylesFromInitParams()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/widget/
H A Dwidget_hwnd_utils.cc31 DWORD* ex_style, in CalculateWindowStylesFromInitParams() argument
34 *ex_style = 0; in CalculateWindowStylesFromInitParams()
45 *ex_style |= WS_EX_TRANSPARENT; in CalculateWindowStylesFromInitParams()
48 *ex_style |= WS_EX_NOACTIVATE; in CalculateWindowStylesFromInitParams()
50 *ex_style |= WS_EX_TOPMOST; in CalculateWindowStylesFromInitParams()
52 *ex_style |= l10n_util::GetExtendedTooltipStyles(); in CalculateWindowStylesFromInitParams()
85 *ex_style |= in CalculateWindowStylesFromInitParams()
103 *ex_style |= WS_EX_TOOLWINDOW; in CalculateWindowStylesFromInitParams()
108 *ex_style |= WS_EX_TOOLWINDOW; in CalculateWindowStylesFromInitParams()
150 DWORD ex_style = 0; in ConfigureWindowStyles() local
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DCreateParams.cs38 private int ex_style; field in System.Windows.Forms.CreateParams
72 get { return ex_style; }
73 set { ex_style = value; }
118 return (this.ex_style & (int) ExStyle) == (int) ExStyle; in IsSet()
144 return (WindowExStyles) ex_style;
148 ex_style = (int)value;
165 class_name, caption, class_style, ex_style, x, y, width, height); in ToString()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/base/l10n/
H A Dl10n_util_win.cc52 DWORD ex_style = ::GetWindowLong(hwnd, GWL_EXSTYLE); in HWNDSetRTLLayout() local
55 if (!(ex_style & WS_EX_LAYOUTRTL)) { in HWNDSetRTLLayout()
56 ex_style |= WS_EX_LAYOUTRTL; in HWNDSetRTLLayout()
57 ::SetWindowLong(hwnd, GWL_EXSTYLE, ex_style); in HWNDSetRTLLayout()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/base/l10n/
H A Dl10n_util_win.cc52 DWORD ex_style = ::GetWindowLong(hwnd, GWL_EXSTYLE); in HWNDSetRTLLayout() local
55 if (!(ex_style & WS_EX_LAYOUTRTL)) { in HWNDSetRTLLayout()
56 ex_style |= WS_EX_LAYOUTRTL; in HWNDSetRTLLayout()
57 ::SetWindowLong(hwnd, GWL_EXSTYLE, ex_style); in HWNDSetRTLLayout()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/win/
H A Dfullscreen_handler.cc68 saved_window_info_.ex_style = GetWindowLong(hwnd_, GWL_EXSTYLE); in SetFullscreenImpl()
80 saved_window_info_.ex_style & ~(WS_EX_DLGMODALFRAME | WS_EX_WINDOWEDGE | in SetFullscreenImpl()
98 SetWindowLong(hwnd_, GWL_EXSTYLE, saved_window_info_.ex_style); in SetFullscreenImpl()
H A Dhwnd_util_aurawin.cc41 DWORD ex_style = ::GetWindowLong(hwnd, GWL_EXSTYLE); in GetWindowBoundsForClientBounds() local
42 AdjustWindowRectEx(&rect, style, FALSE, ex_style); in GetWindowBoundsForClientBounds()
H A Dfullscreen_handler.h42 LONG ex_style; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/win/
H A Dfullscreen_handler.cc67 saved_window_info_.ex_style = GetWindowLong(hwnd_, GWL_EXSTYLE); in SetFullscreenImpl()
79 saved_window_info_.ex_style & ~(WS_EX_DLGMODALFRAME | WS_EX_WINDOWEDGE | in SetFullscreenImpl()
97 SetWindowLong(hwnd_, GWL_EXSTYLE, saved_window_info_.ex_style); in SetFullscreenImpl()
H A Dhwnd_util_aurawin.cc42 DWORD ex_style = ::GetWindowLong(hwnd, GWL_EXSTYLE); in GetWindowBoundsForClientBounds() local
43 AdjustWindowRectEx(&rect, style, FALSE, ex_style); in GetWindowBoundsForClientBounds()
H A Dfullscreen_handler.h42 LONG ex_style; member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/desktop_capture/
H A 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()
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/desktop_capture/
H A 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()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/desktop_capture/
H A 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()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/desktop_capture/
H A 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()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/desktop_capture/
H A 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()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/desktop_capture/
H A Dscreen_drawer_win.cc183 long ex_style = GetWindowLong(window_, GWL_EXSTYLE); in BringToFront() local
184 ex_style |= WS_EX_TOPMOST; in BringToFront()
185 if (SetWindowLong(window_, GWL_EXSTYLE, ex_style) != 0) { in BringToFront()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/desktop_capture/
H A 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()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/desktop_capture/
H A 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()
/dports/math/R/R-4.1.2/src/extra/graphapp/
H A Dwindows.c429 unsigned long ex_style; in newwindow() local
440 ex_style = 0L; /* extended style */ in newwindow()
442 ex_style |= WS_EX_TOPMOST; in newwindow()
444 ex_style |= WS_EX_DLGMODALFRAME; in newwindow()
463 ex_style, in newwindow()
473 ex_style, in newwindow()
/dports/math/libRmath/R-4.1.1/src/extra/graphapp/
H A Dwindows.c429 unsigned long ex_style; in newwindow() local
440 ex_style = 0L; /* extended style */ in newwindow()
442 ex_style |= WS_EX_TOPMOST; in newwindow()
444 ex_style |= WS_EX_DLGMODALFRAME; in newwindow()
463 ex_style, in newwindow()
473 ex_style, in newwindow()
/dports/devel/allegro5/allegro5-5.2.7.0/src/win/
H A Dwwindow.c66 DWORD *style, DWORD *ex_style) in display_flags_to_window_styles() argument
70 *ex_style = WS_EX_APPWINDOW; in display_flags_to_window_styles()
74 *ex_style = WS_EX_APPWINDOW; in display_flags_to_window_styles()
78 *ex_style = WS_EX_APPWINDOW | WS_EX_OVERLAPPEDWINDOW; in display_flags_to_window_styles()
82 *ex_style = WS_EX_APPWINDOW; in display_flags_to_window_styles()
155 DWORD ex_style; in _al_win_create_window() local
166 display_flags_to_window_styles(flags, &style, &ex_style); in _al_win_create_window()
182 my_window = CreateWindowEx(ex_style, in _al_win_create_window()
241 DWORD ex_style; in _al_win_create_faux_fullscreen_window() local
252 ex_style = WS_EX_TOPMOST; in _al_win_create_faux_fullscreen_window()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/aura/
H A Dnative_window_occlusion_tracker_unittest.cc55 HWND CreateNativeWindow(DWORD ex_style) { in CreateNativeWindow() argument
58 native_win_->set_window_ex_style(ex_style); in CreateNativeWindow()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/aura/
H A Dnative_window_occlusion_tracker_unittest.cc55 HWND CreateNativeWindow(DWORD ex_style) { in CreateNativeWindow() argument
58 native_win_->set_window_ex_style(ex_style); in CreateNativeWindow()
/dports/multimedia/obs-studio/obs-studio-27.1.3/UI/
H A Dplatform-windows.cpp227 LONG_PTR ex_style = GetWindowLongPtr(hwnd, GWL_EXSTYLE); in SetWin32DropStyle() local
228 ex_style |= WS_EX_ACCEPTFILES; in SetWin32DropStyle()
229 SetWindowLongPtr(hwnd, GWL_EXSTYLE, ex_style); in SetWin32DropStyle()

123