HomeSort by relevance Sort by last modified time
    Searched refs:repaint_bounds_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/views/animation/
bounds_animator.cc 240 // Build up the region to repaint in repaint_bounds_. We'll do the repaint
242 repaint_bounds_.Union(total_bounds);
261 if (!repaint_bounds_.IsEmpty()) {
263 repaint_bounds_.set_x(parent_->GetMirroredXWithWidthInView(
264 repaint_bounds_.x(), repaint_bounds_.width()));
265 parent_->SchedulePaintInRect(repaint_bounds_);
266 repaint_bounds_.SetRect(0, 0, 0, 0);
bounds_animator.h 188 gfx::Rect repaint_bounds_; member in class:views::BoundsAnimator

Completed in 32 milliseconds