HomeSort by relevance Sort by last modified time
    Searched defs:ex_style (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ui/views/widget/
widget_hwnd_utils.cc 29 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 & WS_EX_COMPOSITED
157 DWORD ex_style = 0; local
    [all...]
  /external/chromium_org/ui/views/win/
fullscreen_handler.h 41 LONG ex_style; member in struct:views::FullscreenHandler::SavedWindowInfo
hwnd_util_aurawin.cc 39 DWORD ex_style = ::GetWindowLong(hwnd, GWL_EXSTYLE); local
40 AdjustWindowRectEx(&rect, style, FALSE, ex_style);
  /external/chromium_org/ui/base/l10n/
l10n_util_win.cc 95 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);

Completed in 145 milliseconds