Home
last modified time | relevance | path

Searched defs:window_style (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/ui/gfx/win/
Dwindow_impl.h61 DWORD window_style() const { return window_style_; } in window_style() function
/external/chromium_org/chrome/browser/ui/libgtk2ui/
Dgtk2_ui.cc839 GtkStyle* window_style = gtk_rc_get_style(fake_window_); in LoadGtkValues() local
1268 GtkStyle* window_style = gtk_rc_get_style(fake_window_); in GetNormalButtonTintHSL() local
1279 GtkStyle* window_style = gtk_rc_get_style(fake_window_); in GetNormalEntryForegroundHSL() local
/external/chromium_org/ui/views/widget/desktop_aura/
Ddesktop_window_tree_host_win.cc47 gfx::Size GetExpandedWindowSize(DWORD window_style, gfx::Size size) { in GetExpandedWindowSize()