GetHistorySize     51 content/browser/renderer_host/input/motion_event_android.h   virtual size_t GetHistorySize() const OVERRIDE;
GetHistorySize     30 content/browser/renderer_host/input/motion_event_web.h   virtual size_t GetHistorySize() const OVERRIDE;
GetHistorySize     38 ui/events/gesture_detection/mock_motion_event.h   virtual size_t GetHistorySize() const OVERRIDE;
GetHistorySize     43 ui/events/gesture_detection/motion_event.h   virtual size_t GetHistorySize() const = 0;
GetHistorySize    310 ui/events/gesture_detection/scale_gesture_detector.cc     const int history_size = static_cast<int>(ev.GetHistorySize());
GetHistorySize    324 ui/events/gesture_detection/velocity_tracker.cc   size_t historySize = event.GetHistorySize();