Home | History | Annotate | Download | only in events

Lines Matching defs:ScrollEvent

143         new ScrollEvent(static_cast<const ScrollEvent&>(event)));
451 MouseWheelEvent::MouseWheelEvent(const ScrollEvent& scroll_event)
904 // ScrollEvent
906 ScrollEvent::ScrollEvent(const base::NativeEvent& native_event)
921 << " when constructing a ScrollEvent.";
925 ScrollEvent::ScrollEvent(EventType type,
944 void ScrollEvent::Scale(const float factor) {