LeastSquaresVelocityTrackerStrategy  114 ui/events/gesture_detection/velocity_tracker.cc   LeastSquaresVelocityTrackerStrategy(uint32_t degree,
LeastSquaresVelocityTrackerStrategy  116 ui/events/gesture_detection/velocity_tracker.cc   virtual ~LeastSquaresVelocityTrackerStrategy();
LeastSquaresVelocityTrackerStrategy  193 ui/events/gesture_detection/velocity_tracker.cc       return new LeastSquaresVelocityTrackerStrategy(1);
LeastSquaresVelocityTrackerStrategy  195 ui/events/gesture_detection/velocity_tracker.cc       return new LeastSquaresVelocityTrackerStrategy(2);
LeastSquaresVelocityTrackerStrategy  197 ui/events/gesture_detection/velocity_tracker.cc       return new LeastSquaresVelocityTrackerStrategy(3);
LeastSquaresVelocityTrackerStrategy  199 ui/events/gesture_detection/velocity_tracker.cc       return new LeastSquaresVelocityTrackerStrategy(
LeastSquaresVelocityTrackerStrategy  200 ui/events/gesture_detection/velocity_tracker.cc           2, LeastSquaresVelocityTrackerStrategy::WEIGHTING_DELTA);
LeastSquaresVelocityTrackerStrategy  202 ui/events/gesture_detection/velocity_tracker.cc       return new LeastSquaresVelocityTrackerStrategy(
LeastSquaresVelocityTrackerStrategy  203 ui/events/gesture_detection/velocity_tracker.cc           2, LeastSquaresVelocityTrackerStrategy::WEIGHTING_CENTRAL);
LeastSquaresVelocityTrackerStrategy  205 ui/events/gesture_detection/velocity_tracker.cc       return new LeastSquaresVelocityTrackerStrategy(
LeastSquaresVelocityTrackerStrategy  206 ui/events/gesture_detection/velocity_tracker.cc           2, LeastSquaresVelocityTrackerStrategy::WEIGHTING_RECENT);
LeastSquaresVelocityTrackerStrategy  356 ui/events/gesture_detection/velocity_tracker.cc void LeastSquaresVelocityTrackerStrategy::AddMovement(
LeastSquaresVelocityTrackerStrategy  380 ui/events/gesture_detection/velocity_tracker.cc const TimeDelta LeastSquaresVelocityTrackerStrategy::HORIZON =
LeastSquaresVelocityTrackerStrategy  383 ui/events/gesture_detection/velocity_tracker.cc LeastSquaresVelocityTrackerStrategy::LeastSquaresVelocityTrackerStrategy(
LeastSquaresVelocityTrackerStrategy  391 ui/events/gesture_detection/velocity_tracker.cc LeastSquaresVelocityTrackerStrategy::~LeastSquaresVelocityTrackerStrategy() {}
LeastSquaresVelocityTrackerStrategy  393 ui/events/gesture_detection/velocity_tracker.cc void LeastSquaresVelocityTrackerStrategy::Clear() {
LeastSquaresVelocityTrackerStrategy  462 ui/events/gesture_detection/velocity_tracker.cc     M_ARRAY_LENGTH = LeastSquaresVelocityTrackerStrategy::HISTORY_SIZE,
LeastSquaresVelocityTrackerStrategy  554 ui/events/gesture_detection/velocity_tracker.cc void LeastSquaresVelocityTrackerStrategy::ClearPointers(BitSet32 id_bits) {
LeastSquaresVelocityTrackerStrategy  559 ui/events/gesture_detection/velocity_tracker.cc bool LeastSquaresVelocityTrackerStrategy::GetEstimator(
LeastSquaresVelocityTrackerStrategy  619 ui/events/gesture_detection/velocity_tracker.cc float LeastSquaresVelocityTrackerStrategy::ChooseWeight(uint32_t index) const {