Searched defs:GetWindowEdge (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/ui/gtk/
H A Dgtk_window_util.cc260 bool GetWindowEdge(const gfx::Size& window_size, function in namespace:gtk_window_util
H A Dbrowser_window_gtk.cc2063 bool has_hit_edge = GetWindowEdge(static_cast<int>(event->x),
2109 bool has_hit_edge = GetWindowEdge(point.x(), point.y(), &edge);
2220 bool BrowserWindowGtk::GetWindowEdge(int x, int y, GdkWindowEdge* edge) { function in class:BrowserWindowGtk
2227 return gtk_window_util::GetWindowEdge(
/external/chromium_org/chrome/browser/ui/gtk/apps/
H A Dnative_app_window_gtk.cc495 bool NativeAppWindowGtk::GetWindowEdge(int x, int y, GdkWindowEdge* edge) { function in class:NativeAppWindowGtk
502 return gtk_window_util::GetWindowEdge(bounds_.size(), 0, x, y, edge);
521 bool has_hit_edge = GetWindowEdge(static_cast<int>(event->x),
550 bool has_hit_edge = resizable_ && GetWindowEdge(point.x(), point.y(), &edge);
/external/chromium_org/chrome/browser/ui/gtk/panels/
H A Dpanel_gtk.cc493 bool PanelGtk::GetWindowEdge(int x, int y, GdkWindowEdge* edge) const { function in class:PanelGtk
687 bool has_hit_edge = GetWindowEdge(static_cast<int>(event->x),
721 bool has_hit_edge = GetWindowEdge(point.x(), point.y(), &edge);
/external/chromium/chrome/browser/ui/gtk/
H A Dbrowser_window_gtk.cc2029 bool has_hit_edge = GetWindowEdge(static_cast<int>(event->x),
2073 bool has_hit_edge = GetWindowEdge(point.x(), point.y(), &edge);
2239 bool BrowserWindowGtk::GetWindowEdge(int x, int y, GdkWindowEdge* edge) { function in class:BrowserWindowGtk

Completed in 89 milliseconds