Searched refs:mid_rect (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/chrome/browser/ui/gtk/panels/ |
D | panel_gtk.cc | 379 GdkRectangle mid_rect = { 0, 3, width, height - 6 }; in UpdateWindowShape() local 382 gdk_region_union_with_rect(mask, &mid_rect); in UpdateWindowShape() 386 GdkRectangle mid_rect = { 0, 3, width, height - 3 }; in UpdateWindowShape() local 387 gdk_region_union_with_rect(mask, &mid_rect); in UpdateWindowShape()
|
/external/chromium/chrome/browser/ui/gtk/ |
D | browser_window_gtk.cc | 1780 GdkRectangle mid_rect = { 0, 3, width, height - 6 }; in UpdateWindowShape() local 1788 gdk_region_union_with_rect(mask, &mid_rect); in UpdateWindowShape()
|
/external/chromium_org/chrome/browser/ui/gtk/ |
D | browser_window_gtk.cc | 1816 GdkRectangle mid_rect = { 0, 3, width, height - 6 }; in GetWindowShape() local 1824 gdk_region_union_with_rect(mask, &mid_rect); in GetWindowShape()
|