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

/external/chromium_org/ash/wm/dock/
H A Ddocked_window_layout_manager.cc316 gfx::Rect win2_bounds = ScreenUtil::ConvertRectToScreen( local
319 win2_bounds.set_height(window_with_height2.height_);
325 return compare_two_windows(win1_bounds, win2_bounds);
327 return !compare_two_windows(win2_bounds, win1_bounds);
329 return win1_bounds.CenterPoint().y() < win2_bounds.CenterPoint().y();

Completed in 55 milliseconds