HomeSort by relevance Sort by last modified time
    Searched defs:dock_bounds (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ash/wm/dock/
docked_window_resizer.cc 161 gfx::Rect dock_bounds = ScreenAsh::ConvertRectFromScreen( local
175 const int distance = bounds.x() - dock_bounds.x();
183 const int distance = dock_bounds.right() - bounds.right();
docked_window_layout_manager.cc 481 gfx::Rect dock_bounds = dock_container_->bounds(); local
553 bounds.set_x(dock_bounds.right() - bounds.width());

Completed in 318 milliseconds