Home
last modified time | relevance | path

Searched refs:dock_bounds_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/ash/wm/
Dsolo_window_tracker.cc184 return !dock_bounds_.IsEmpty(); in AnyVisibleWindowDocked()
206 dock_bounds_ = new_bounds; in OnDockBoundsChanging()
Dsolo_window_tracker.h66 gfx::Rect dock_bounds_; variable
/external/chromium_org/ash/shelf/
Dshelf_layout_manager.cc808 if (!dock_bounds_.IsEmpty()) { in CalculateTargetBounds()
810 0, (dock_bounds_.x() > 0 ? 0 : dock_bounds_.width()), in CalculateTargetBounds()
811 0, (dock_bounds_.x() > 0 ? dock_bounds_.width() : 0)); in CalculateTargetBounds()
1136 if (dock_bounds_ != dock_bounds) { in OnDockBoundsChanging()
1137 dock_bounds_ = dock_bounds; in OnDockBoundsChanging()
Dshelf_layout_manager.h126 const gfx::Rect& dock_bounds() const { return dock_bounds_; } in dock_bounds()
407 gfx::Rect dock_bounds_; variable