Home | History | Annotate | Download | only in tabs

Lines Matching defs:start_bounds_

590         start_bounds_(start_bounds),
612 int x = animation_.CurrentValueBetween(start_bounds_.x(),
614 int width = animation_.CurrentValueBetween(start_bounds_.width(),
616 gfx::Rect tab_bounds(x, start_bounds_.y(), width,
617 start_bounds_.height());
635 return animation_.CurrentValueBetween(start_bounds_.width(), 0);
674 gfx::Rect start_bounds_;