Lines Matching refs:BOUNDS
209 void Layer::SetBounds(const gfx::Rect& bounds) {
210 GetAnimator()->SetBounds(bounds);
215 LayerAnimationElement::BOUNDS)) {
400 translation.Translate(static_cast<float>(p->bounds().x()),
401 static_cast<float>(p->bounds().y()));
722 void Layer::SetBoundsImmediately(const gfx::Rect& bounds) {
723 if (bounds == bounds_)
729 bool was_move = bounds_.size() == bounds.size();
730 bounds_ = bounds;
745 SchedulePaint(gfx::Rect(bounds.size()));
782 void Layer::SetBoundsFromAnimation(const gfx::Rect& bounds) {
783 SetBoundsImmediately(bounds);
815 return bounds();