HomeSort by relevance Sort by last modified time
    Searched full:win1_bounds (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/ash/wm/dock/
docked_window_layout_manager.cc 274 gfx::Rect win1_bounds = ScreenAsh::ConvertRectToScreen( local
278 win1_bounds.set_height(window_with_height1.height_);
285 return compare_two_windows(win1_bounds, win2_bounds);
287 return !compare_two_windows(win2_bounds, win1_bounds);
289 return win1_bounds.CenterPoint().y() < win2_bounds.CenterPoint().y();
    [all...]

Completed in 144 milliseconds