scroll_y_hint     294 content/browser/renderer_host/input/web_input_event_util.cc           data.details.scroll_y_hint() * scale;
scroll_y_hint     177 content/browser/renderer_host/ui_events_helper.cc           event.details().scroll_y_hint();
scroll_y_hint     237 ui/aura/gestures/gesture_recognizer_unittest.cc         scroll_y_hint_ = gesture->details().scroll_y_hint();
scroll_y_hint    1715 ui/aura/gestures/gesture_recognizer_unittest.cc   EXPECT_EQ(5, delegate->scroll_y_hint());
scroll_y_hint    1750 ui/aura/gestures/gesture_recognizer_unittest.cc   EXPECT_EQ(0, delegate->scroll_y_hint());
scroll_y_hint    3611 ui/aura/gestures/gesture_recognizer_unittest.cc   EXPECT_EQ(-4, delegate->scroll_y_hint());
scroll_y_hint     345 ui/events/gesture_detection/gesture_provider_unittest.cc   int hint_y = GetReceivedGesture(2).details.scroll_y_hint();
scroll_y_hint     621 ui/events/gesture_detection/gesture_provider_unittest.cc   EXPECT_EQ(delta_y, scroll_begin_gesture->details.scroll_y_hint());
scroll_y_hint      48 ui/events/gesture_event_details.h   float scroll_y_hint() const {