Home | History | Annotate | Download | only in android

Lines Matching defs:lower_bound

902   base::TimeDelta lower_bound =
904 base::TimeDelta upper_bound = lower_bound;
911 // if the lower_bound is smaller than the current time, just use the current
913 lower_bound =
914 std::min(lower_bound
915 interpolator_.SetBounds(lower_bound, upper_bound);