Searched defs:window_style (Results 1 – 3 of 3) sorted by relevance
61 DWORD window_style() const { return window_style_; } in window_style() function
839 GtkStyle* window_style = gtk_rc_get_style(fake_window_); in LoadGtkValues() local1268 GtkStyle* window_style = gtk_rc_get_style(fake_window_); in GetNormalButtonTintHSL() local1279 GtkStyle* window_style = gtk_rc_get_style(fake_window_); in GetNormalEntryForegroundHSL() local
47 gfx::Size GetExpandedWindowSize(DWORD window_style, gfx::Size size) { in GetExpandedWindowSize()