Home
last modified time | relevance | path

Searched refs:top_mid_rect (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/gtk/panels/
Dpanel_gtk.cc370 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/
Dbrowser_window_gtk.cc1779 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/
Dbrowser_window_gtk.cc1815 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()