GetX              245 content/browser/renderer_host/input/motion_event_android.cc              GetX(0),
GetX               46 content/browser/renderer_host/input/motion_event_android.h   virtual float GetX(size_t pointer_index) const OVERRIDE;
GetX               25 content/browser/renderer_host/input/motion_event_web.h   virtual float GetX(size_t pointer_index) const OVERRIDE;
GetX              187 content/browser/renderer_host/input/web_input_event_util.cc   touch.position.x = event.GetX(pointer_index) * scale;
GetX              173 ui/events/gesture_detection/gesture_detector.cc     sum_x += ev.GetX(i);
GetX              404 ui/events/gesture_detection/gesture_detector.cc   int delta_x = static_cast<int>(first_down.GetX() - second_down.GetX());
GetX               56 ui/events/gesture_detection/gesture_provider.cc                        event.GetX(),
GetX               64 ui/events/gesture_detection/gesture_provider.cc       type, event.GetId(), event.GetEventTime(), event.GetX(), event.GetY());
GetX              310 ui/events/gesture_detection/gesture_provider.cc                                     e1.GetX(),
GetX               33 ui/events/gesture_detection/mock_motion_event.h   virtual float GetX(size_t pointer_index) const OVERRIDE;
GetX               37 ui/events/gesture_detection/motion_event.h   virtual float GetX(size_t pointer_index) const = 0;
GetX               57 ui/events/gesture_detection/motion_event.h   float GetX() const { return GetX(0); }
GetX               59 ui/events/gesture_detection/motion_event.h   float GetRawX() const { return GetX(); }
GetX              146 ui/events/gesture_detection/scale_gesture_detector.cc       sum_x += event.GetX(i);
GetX              164 ui/events/gesture_detection/scale_gesture_detector.cc     dev_sum_x += std::abs(event.GetX(i) - focus_x) + touch_size;
GetX              295 ui/events/gesture_detection/scale_gesture_detector.cc   double_tap_focus_x_ = ev.GetX();
GetX               60 ui/events/gesture_detection/snap_scroll_controller.cc       first_touch_x_ = event.GetX();
GetX               71 ui/events/gesture_detection/snap_scroll_controller.cc         int x_diff = static_cast<int>(std::abs(event.GetX() - first_touch_x_));
GetX              336 ui/events/gesture_detection/velocity_tracker.cc     positions[index].x = event.GetX(i);