Searched refs:repaint_bounds_ (Results 1 – 2 of 2) sorted by relevance
239 repaint_bounds_.Union(total_bounds); in AnimationProgressed()258 if (!repaint_bounds_.IsEmpty()) { in AnimationContainerProgressed()260 repaint_bounds_.set_x(parent_->GetMirroredXWithWidthInView( in AnimationContainerProgressed()261 repaint_bounds_.x(), repaint_bounds_.width())); in AnimationContainerProgressed()262 parent_->SchedulePaintInRect(repaint_bounds_); in AnimationContainerProgressed()263 repaint_bounds_.SetRect(0, 0, 0, 0); in AnimationContainerProgressed()
175 gfx::Rect repaint_bounds_; variable