GetY              246 content/browser/renderer_host/input/motion_event_android.cc              GetY(0)).obj()));
GetY               47 content/browser/renderer_host/input/motion_event_android.h   virtual float GetY(size_t pointer_index) const OVERRIDE;
GetY               26 content/browser/renderer_host/input/motion_event_web.h   virtual float GetY(size_t pointer_index) const OVERRIDE;
GetY              188 content/browser/renderer_host/input/web_input_event_util.cc   touch.position.y = event.GetY(pointer_index) * scale;
GetY              174 ui/events/gesture_detection/gesture_detector.cc     sum_y += ev.GetY(i);
GetY              405 ui/events/gesture_detection/gesture_detector.cc   int delta_y = static_cast<int>(first_down.GetY() - second_down.GetY());
GetY               57 ui/events/gesture_detection/gesture_provider.cc                        event.GetY(),
GetY               64 ui/events/gesture_detection/gesture_provider.cc       type, event.GetId(), event.GetEventTime(), event.GetX(), event.GetY());
GetY              311 ui/events/gesture_detection/gesture_provider.cc                                     e1.GetY(),
GetY               34 ui/events/gesture_detection/mock_motion_event.h   virtual float GetY(size_t pointer_index) const OVERRIDE;
GetY               38 ui/events/gesture_detection/motion_event.h   virtual float GetY(size_t pointer_index) const = 0;
GetY               58 ui/events/gesture_detection/motion_event.h   float GetY() const { return GetY(0); }
GetY               60 ui/events/gesture_detection/motion_event.h   float GetRawY() const { return GetY(); }
GetY              137 ui/events/gesture_detection/scale_gesture_detector.cc     if (event.GetY() < focus_y) {
GetY              147 ui/events/gesture_detection/scale_gesture_detector.cc       sum_y += event.GetY(i);
GetY              165 ui/events/gesture_detection/scale_gesture_detector.cc     dev_sum_y += std::abs(event.GetY(i) - focus_y) + touch_size;
GetY              296 ui/events/gesture_detection/scale_gesture_detector.cc   double_tap_focus_y_ = ev.GetY();
GetY               61 ui/events/gesture_detection/snap_scroll_controller.cc       first_touch_y_ = event.GetY();
GetY               72 ui/events/gesture_detection/snap_scroll_controller.cc         int y_diff = static_cast<int>(std::abs(event.GetY() - first_touch_y_));
GetY              337 ui/events/gesture_detection/velocity_tracker.cc     positions[index].y = event.GetY(i);