Searched refs:top_mid_rect (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/chrome/browser/ui/gtk/panels/ |
D | panel_gtk.cc | 370 GdkRectangle top_mid_rect = { 1, 1, width - 2, 2 }; in UpdateWindowShape() local 372 gdk_region_union_with_rect(mask, &top_mid_rect); in UpdateWindowShape()
|
/external/chromium/chrome/browser/ui/gtk/ |
D | browser_window_gtk.cc | 1779 GdkRectangle top_mid_rect = { 1, 1, width - 2, 2 }; in UpdateWindowShape() local 1782 GdkRectangle bot_mid_rect = top_mid_rect; in UpdateWindowShape() 1787 gdk_region_union_with_rect(mask, &top_mid_rect); in UpdateWindowShape()
|
/external/chromium_org/chrome/browser/ui/gtk/ |
D | browser_window_gtk.cc | 1815 GdkRectangle top_mid_rect = { 1, 1, width - 2, 2 }; in GetWindowShape() local 1818 GdkRectangle bot_mid_rect = top_mid_rect; in GetWindowShape() 1823 gdk_region_union_with_rect(mask, &top_mid_rect); in GetWindowShape()
|