Home
last modified time | relevance | path

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

/external/chromium_org/ash/shelf/
Dshelf_layout_manager.cc842 if (!dock_bounds_.IsEmpty()) { in CalculateTargetBounds()
844 0, (dock_bounds_.x() > 0 ? 0 : dock_bounds_.width()), in CalculateTargetBounds()
845 0, (dock_bounds_.x() > 0 ? dock_bounds_.width() : 0)); in CalculateTargetBounds()
1142 if (dock_bounds_ != dock_bounds) { in OnDockBoundsChanging()
1143 dock_bounds_ = dock_bounds; in OnDockBoundsChanging()
Dshelf_layout_manager.h117 const gfx::Rect& dock_bounds() const { return dock_bounds_; } in dock_bounds()
397 gfx::Rect dock_bounds_; variable