Searched refs:rect_with_decorations (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/gtk/apps/
H A Dnative_app_window_gtk.cc358 GdkRectangle rect_with_decorations = {0}; local
360 &rect_with_decorations);
362 int left_inset = current_x - rect_with_decorations.x;
363 int top_inset = current_y - rect_with_decorations.y;
367 rect_with_decorations.height - current_height - top_inset,
368 rect_with_decorations.width - current_width - left_inset);

Completed in 49 milliseconds