Estimator          27 ui/events/gesture_detection/velocity_tracker.cc   virtual bool GetEstimator(uint32_t id, Estimator* out_estimator) const = 0;
Estimator         124 ui/events/gesture_detection/velocity_tracker.cc                             Estimator* out_estimator) const OVERRIDE;
Estimator         163 ui/events/gesture_detection/velocity_tracker.cc                             Estimator* out_estimator) const OVERRIDE;
Estimator         187 ui/events/gesture_detection/velocity_tracker.cc   void PopulateEstimator(const State& state, Estimator* out_estimator) const;
Estimator         345 ui/events/gesture_detection/velocity_tracker.cc   Estimator estimator;
Estimator         374 ui/events/gesture_detection/velocity_tracker.cc                                    Estimator* out_estimator) const {
Estimator         387 ui/events/gesture_detection/velocity_tracker.cc   DCHECK_LT(degree_, static_cast<uint32_t>(Estimator::MAX_DEGREE));
Estimator         463 ui/events/gesture_detection/velocity_tracker.cc     N_ARRAY_LENGTH = Estimator::MAX_DEGREE
Estimator         561 ui/events/gesture_detection/velocity_tracker.cc     Estimator* out_estimator) const {
Estimator         691 ui/events/gesture_detection/velocity_tracker.cc   DCHECK_LT(degree_, static_cast<uint32_t>(Estimator::MAX_DEGREE));
Estimator         722 ui/events/gesture_detection/velocity_tracker.cc     Estimator* out_estimator) const {
Estimator         794 ui/events/gesture_detection/velocity_tracker.cc     Estimator* out_estimator) const {
Estimator          19 ui/events/gesture_detection/velocity_tracker.h struct Estimator;
Estimator         138 ui/events/gesture_detection/velocity_tracker.h   bool GetEstimator(uint32_t id, Estimator* out_estimator) const;