Searched refs:GetWindowEdge (Results 1 – 2 of 2) sorted by relevance
406 bool GetWindowEdge(int x, int y, GdkWindowEdge* edge);
2029 bool has_hit_edge = GetWindowEdge(static_cast<int>(event->x), in OnMouseMoveEvent()2073 bool has_hit_edge = GetWindowEdge(point.x(), point.y(), &edge); in OnButtonPressEvent()2239 bool BrowserWindowGtk::GetWindowEdge(int x, int y, GdkWindowEdge* edge) { in GetWindowEdge() function in BrowserWindowGtk