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

/external/chromium_org/ui/views/window/
H A Dnon_client_view.cc245 int resize_border_thickness,
255 if (point.x() < resize_border_thickness) {
258 else if (point.y() >= (height() - resize_border_thickness))
262 } else if (point.x() >= (width() - resize_border_thickness)) {
265 else if (point.y() >= (height() - resize_border_thickness))
276 } else if (point.y() >= (height() - resize_border_thickness)) {
243 GetHTComponentForFrame(const gfx::Point& point, int top_resize_border_height, int resize_border_thickness, int top_resize_corner_height, int resize_corner_width, bool can_resize) argument

Completed in 39 milliseconds