GetWindowEdge     531 chrome/browser/ui/gtk/apps/native_app_window_gtk.cc   return gtk_window_util::GetWindowEdge(bounds_.size(), 0, x, y, edge);
GetWindowEdge     550 chrome/browser/ui/gtk/apps/native_app_window_gtk.cc   bool has_hit_edge = GetWindowEdge(static_cast<int>(event->x),
GetWindowEdge     579 chrome/browser/ui/gtk/apps/native_app_window_gtk.cc   bool has_hit_edge = resizable_ && GetWindowEdge(point.x(), point.y(), &edge);
GetWindowEdge     115 chrome/browser/ui/gtk/apps/native_app_window_gtk.h   bool GetWindowEdge(int x, int y, GdkWindowEdge* edge);
GetWindowEdge    2069 chrome/browser/ui/gtk/browser_window_gtk.cc   bool has_hit_edge = GetWindowEdge(static_cast<int>(event->x),
GetWindowEdge    2115 chrome/browser/ui/gtk/browser_window_gtk.cc   bool has_hit_edge = GetWindowEdge(point.x(), point.y(), &edge);
GetWindowEdge    2233 chrome/browser/ui/gtk/browser_window_gtk.cc   return gtk_window_util::GetWindowEdge(
GetWindowEdge     287 chrome/browser/ui/gtk/browser_window_gtk.h   bool GetWindowEdge(int x, int y, GdkWindowEdge* edge);
GetWindowEdge      76 chrome/browser/ui/gtk/gtk_window_util.h bool GetWindowEdge(const gfx::Size& window_size,
GetWindowEdge     687 chrome/browser/ui/gtk/panels/panel_gtk.cc   bool has_hit_edge = GetWindowEdge(static_cast<int>(event->x),
GetWindowEdge     721 chrome/browser/ui/gtk/panels/panel_gtk.cc   bool has_hit_edge = GetWindowEdge(point.x(), point.y(), &edge);
GetWindowEdge     106 chrome/browser/ui/gtk/panels/panel_gtk.h   bool GetWindowEdge(int x, int y, GdkWindowEdge* edge) const;