Home | History | Annotate | Download | only in tabs

Lines Matching defs:start_bounds_

616         start_bounds_(start_bounds),
638 int x = animation_.CurrentValueBetween(start_bounds_.x(),
640 int width = animation_.CurrentValueBetween(start_bounds_.width(),
642 gfx::Rect tab_bounds(x, start_bounds_.y(), width,
643 start_bounds_.height());
661 return animation_.CurrentValueBetween(start_bounds_.width(), 0);
702 gfx::Rect start_bounds_;