Searched refs:dock_bounds (Results 1 – 6 of 6) sorted by relevance
468 const gfx::Rect dock_bounds(shelf_->shelf_layout_manager()->dock_bounds()); in OnPaintBackground() local477 dock_bounds.x() == 0 && dock_bounds.width() > 0) in OnPaintBackground()478 ? dock_bounds.width() in OnPaintBackground()482 ? width() - dock_bounds.width() in OnPaintBackground()488 dock_bounds.width() > 0) { in OnPaintBackground()493 if (dock_bounds.x() == 0) { in OnPaintBackground()503 dock_bounds.x() > 0 ? dock_bounds.x() : dock_bounds.width() - height(), in OnPaintBackground()517 dock_bounds.x() > 0 ? dock_bounds.x() + height() : 0, in OnPaintBackground()519 dock_bounds.width() - height(), in OnPaintBackground()
117 const gfx::Rect& dock_bounds() const { return dock_bounds_; } in dock_bounds() function328 const gfx::Rect& dock_bounds,
1137 const gfx::Rect& dock_bounds, in OnDockBoundsChanging() argument1142 if (dock_bounds_ != dock_bounds) { in OnDockBoundsChanging()1143 dock_bounds_ = dock_bounds; in OnDockBoundsChanging()
158 gfx::Rect dock_bounds = ScreenUtil::ConvertRectFromScreen( in MaybeSnapToEdge() local168 const int distance = bounds.x() - dock_bounds.x(); in MaybeSnapToEdge()176 const int distance = dock_bounds.right() - bounds.right(); in MaybeSnapToEdge()
1038 gfx::Rect dock_bounds = dock_container_->GetBoundsInScreen(); in Relayout() local1148 gfx::Rect dock_bounds = dock_container_->GetBoundsInScreen(); in FanOutChildren() local1202 bounds.set_x(dock_bounds.x() + in FanOutChildren()1206 bounds.set_x(dock_bounds.right() - in FanOutChildren()
36 return shelf->dock_bounds().width() > 0; in IsDockedAreaVisible()