Searched refs:ex_style (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/ui/views/widget/
H A Dwidget_hwnd_utils.cc29 DWORD* ex_style,
32 *ex_style = 0;
43 *ex_style |= WS_EX_TRANSPARENT;
46 *ex_style |= WS_EX_NOACTIVATE;
48 *ex_style |= WS_EX_TOPMOST;
50 *ex_style |= l10n_util::GetExtendedTooltipStyles();
67 *ex_style |= WS_EX_COMPOSITED;
77 *ex_style |= WS_EX_TOPMOST;
110 *ex_style |=
114 if (*ex_style
24 CalculateWindowStylesFromInitParams( const Widget::InitParams& params, WidgetDelegate* widget_delegate, internal::NativeWidgetDelegate* native_widget_delegate, DWORD* style, DWORD* ex_style, DWORD* class_style) argument
157 DWORD ex_style = 0; local
[all...]
/external/chromium_org/ui/views/win/
H A Dfullscreen_handler.cc60 saved_window_info_.ex_style = GetWindowLong(hwnd_, GWL_EXSTYLE);
71 saved_window_info_.ex_style & ~(WS_EX_DLGMODALFRAME |
91 SetWindowLong(hwnd_, GWL_EXSTYLE, saved_window_info_.ex_style);
H A Dfullscreen_handler.h41 LONG ex_style; member in struct:views::FullscreenHandler::SavedWindowInfo
H A Dhwnd_util_aurawin.cc39 DWORD ex_style = ::GetWindowLong(hwnd, GWL_EXSTYLE); local
40 AdjustWindowRectEx(&rect, style, FALSE, ex_style);
/external/chromium_org/ui/base/l10n/
H A Dl10n_util_win.cc95 DWORD ex_style = ::GetWindowLong(hwnd, GWL_EXSTYLE); local
98 if (!(ex_style & WS_EX_LAYOUTRTL)) {
99 ex_style |= WS_EX_LAYOUTRTL;
100 ::SetWindowLong(hwnd, GWL_EXSTYLE, ex_style);
/external/chromium_org/ui/platform_window/win/
H A Dwin_window.cc18 gfx::Rect GetWindowBoundsForClientBounds(DWORD style, DWORD ex_style, argument
25 AdjustWindowRectEx(&wr, style, FALSE, ex_style);
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
H A Dmain_wnd.h186 DWORD control_style, DWORD ex_style);
H A Dmain_wnd.cc463 DWORD ex_style) {
469 *wnd = ::CreateWindowEx(ex_style, class_name, L"", style,
461 CreateChildWindow(HWND* wnd, MainWnd::ChildWindowID id, const wchar_t* class_name, DWORD control_style, DWORD ex_style) argument

Completed in 433 milliseconds