Searched refs:ex_style (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/ui/views/widget/ |
D | widget_hwnd_utils.cc | 29 DWORD* ex_style, in CalculateWindowStylesFromInitParams() argument 32 *ex_style = 0; in CalculateWindowStylesFromInitParams() 43 *ex_style |= WS_EX_TRANSPARENT; in CalculateWindowStylesFromInitParams() 46 *ex_style |= WS_EX_NOACTIVATE; in CalculateWindowStylesFromInitParams() 48 *ex_style |= WS_EX_TOPMOST; in CalculateWindowStylesFromInitParams() 50 *ex_style |= l10n_util::GetExtendedTooltipStyles(); in CalculateWindowStylesFromInitParams() 67 *ex_style |= WS_EX_COMPOSITED; in CalculateWindowStylesFromInitParams() 77 *ex_style |= WS_EX_TOPMOST; in CalculateWindowStylesFromInitParams() 105 *ex_style |= in CalculateWindowStylesFromInitParams() 109 if (*ex_style & WS_EX_COMPOSITED) in CalculateWindowStylesFromInitParams() [all …]
|
/external/chromium_org/ui/views/win/ |
D | fullscreen_handler.cc | 60 saved_window_info_.ex_style = GetWindowLong(hwnd_, GWL_EXSTYLE); in SetFullscreenImpl() 71 saved_window_info_.ex_style & ~(WS_EX_DLGMODALFRAME | in SetFullscreenImpl() 91 SetWindowLong(hwnd_, GWL_EXSTYLE, saved_window_info_.ex_style); in SetFullscreenImpl()
|
D | hwnd_util_aurawin.cc | 39 DWORD ex_style = ::GetWindowLong(hwnd, GWL_EXSTYLE); in GetWindowBoundsForClientBounds() local 40 AdjustWindowRectEx(&rect, style, FALSE, ex_style); in GetWindowBoundsForClientBounds()
|
D | fullscreen_handler.h | 41 LONG ex_style; member
|
/external/chromium_org/ui/base/l10n/ |
D | l10n_util_win.cc | 94 DWORD ex_style = ::GetWindowLong(hwnd, GWL_EXSTYLE); in HWNDSetRTLLayout() local 97 if (!(ex_style & WS_EX_LAYOUTRTL)) { in HWNDSetRTLLayout() 98 ex_style |= WS_EX_LAYOUTRTL; in HWNDSetRTLLayout() 99 ::SetWindowLong(hwnd, GWL_EXSTYLE, ex_style); in HWNDSetRTLLayout()
|
/external/chromium_org/mojo/services/native_viewport/ |
D | native_viewport_win.cc | 15 gfx::Rect GetWindowBoundsForClientBounds(DWORD style, DWORD ex_style, in GetWindowBoundsForClientBounds() argument 22 AdjustWindowRectEx(&wr, style, FALSE, ex_style); in GetWindowBoundsForClientBounds()
|
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/ |
D | main_wnd.h | 186 DWORD control_style, DWORD ex_style);
|
D | main_wnd.cc | 440 DWORD ex_style) { in CreateChildWindow() argument 446 *wnd = ::CreateWindowEx(ex_style, class_name, L"", style, in CreateChildWindow()
|