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

  /external/chromium_org/ash/wm/dock/
docked_window_resizer.cc 158 gfx::Rect dock_bounds = ScreenUtil::ConvertRectFromScreen( local
168 const int distance = bounds.x() - dock_bounds.x();
176 const int distance = dock_bounds.right() - bounds.right();
docked_window_layout_manager.cc 1040 gfx::Rect dock_bounds = dock_container_->GetBoundsInScreen(); local
1150 gfx::Rect dock_bounds = dock_container_->GetBoundsInScreen(); local
    [all...]
  /external/chromium_org/ash/shelf/
shelf_layout_manager.h 118 const gfx::Rect& dock_bounds() const { return dock_bounds_; } function in class:ash::ShelfLayoutManager
324 const gfx::Rect& dock_bounds,

Completed in 101 milliseconds