Searched refs:dock_bounds_ (Results 1 – 2 of 2) sorted by relevance
842 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()
117 const gfx::Rect& dock_bounds() const { return dock_bounds_; } in dock_bounds()397 gfx::Rect dock_bounds_; variable