Home | History | Annotate | Download | only in dock

Lines Matching defs:container_bounds

567   const gfx::Rect container_bounds = dock_container_->GetBoundsInScreen();
568 if (bounds.x() <= container_bounds.x() &&
569 bounds.right() > container_bounds.x()) {
571 } else if (bounds.x() < container_bounds.right() &&
572 bounds.right() >= container_bounds.right()) {
1027 const gfx::Rect container_bounds = dock_container_->GetBoundsInScreen();
1028 return (abs(bounds.x() - container_bounds.x()) <
1029 abs(bounds.right() - container_bounds.right())) ?