Searched refs:window_ex_style (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ui/base/win/
H A Dwindow_impl.h64 DWORD window_ex_style() const { return window_ex_style_; } function in class:ui::WindowImpl
/external/chromium_org/ui/views/widget/
H A Dwidget_hwnd_utils.cc159 handler->set_window_ex_style(handler->window_ex_style() | ex_style);
/external/chromium_org/ui/views/win/
H A Dhwnd_message_handler.cc1104 if ((window_ex_style() & WS_EX_COMPOSITED) == 0 &&
1276 use_layered_buffer_ = !!(window_ex_style() & WS_EX_LAYERED);
1279 if (window_ex_style() & WS_EX_COMPOSITED) {
2166 (window_ex_style() & WS_EX_COMPOSITED) == 0) {

Completed in 162 milliseconds