Home
last modified time | relevance | path

Searched refs:repaint_bounds_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ui/views/animation/
Dbounds_animator.cc239 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()
Dbounds_animator.h175 gfx::Rect repaint_bounds_; variable