Searched refs:window_style (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ui/gfx/win/
H A Dwindow_impl.h61 DWORD window_style() const { return window_style_; } function in class:gfx::WindowImpl
/external/chromium_org/ui/views/widget/
H A Dwidget_hwnd_utils.cc163 handler->set_window_style(handler->window_style() | style);
/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dgtk2_ui.cc839 GtkStyle* window_style = gtk_rc_get_style(fake_window_); local
841 &window_style->bg[GTK_STATE_NORMAL]);
843 GdkColor toolbar_color = window_style->bg[GTK_STATE_NORMAL];
846 GdkColor button_color = window_style->bg[GTK_STATE_SELECTED];
1268 GtkStyle* window_style = gtk_rc_get_style(fake_window_); local
1269 const GdkColor accent_gdk_color = window_style->bg[GTK_STATE_SELECTED];
1270 const GdkColor base_color = window_style->base[GTK_STATE_NORMAL];
1279 GtkStyle* window_style = gtk_rc_get_style(fake_window_); local
1280 const GdkColor accent_gdk_color = window_style->bg[GTK_STATE_SELECTED];
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_window_tree_host_win.cc47 gfx::Size GetExpandedWindowSize(DWORD window_style, gfx::Size size) { argument
48 if (!(window_style & WS_EX_COMPOSITED) || !ui::win::IsAeroGlassEnabled())

Completed in 151 milliseconds