Searched refs:dock_bounds_ (Results 1 – 4 of 4) sorted by relevance
184 return !dock_bounds_.IsEmpty(); in AnyVisibleWindowDocked()206 dock_bounds_ = new_bounds; in OnDockBoundsChanging()
66 gfx::Rect dock_bounds_; variable
808 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()
126 const gfx::Rect& dock_bounds() const { return dock_bounds_; } in dock_bounds()407 gfx::Rect dock_bounds_; variable