fadeout_length_   106 cc/animation/scrollbar_animation_controller_linear_fade.cc   if (delta < fadeout_delay_ + fadeout_length_) {
fadeout_length_   107 cc/animation/scrollbar_animation_controller_linear_fade.cc     return (fadeout_delay_ + fadeout_length_ - delta).InSecondsF() /
fadeout_length_   108 cc/animation/scrollbar_animation_controller_linear_fade.cc            fadeout_length_.InSecondsF();
fadeout_length_    52 cc/animation/scrollbar_animation_controller_linear_fade.h   base::TimeDelta fadeout_length_;