Searched defs:ScrollEvent (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DEventHandlerRegistry.h29 ScrollEvent, enumerator in enum:blink::FINAL::EventHandlerClass
/external/chromium_org/ui/events/
H A Devent.cc143 new ScrollEvent(static_cast<const ScrollEvent&>(event)));
451 MouseWheelEvent::MouseWheelEvent(const ScrollEvent& scroll_event)
904 // ScrollEvent
906 ScrollEvent::ScrollEvent(const base::NativeEvent& native_event) function in class:ui::ScrollEvent
921 << " when constructing a ScrollEvent.";
925 ScrollEvent::ScrollEvent(EventType type, function in class:ui::ScrollEvent
944 void ScrollEvent
[all...]
H A Devent.h438 class ScrollEvent;
446 explicit MouseWheelEvent(const ScrollEvent& scroll_event);
740 class EVENTS_EXPORT ScrollEvent : public MouseEvent { class in namespace:ui
742 explicit ScrollEvent(const base::NativeEvent& native_event);
744 ScrollEvent(const ScrollEvent& model, function in class:ui::ScrollEvent
756 ScrollEvent(EventType type,

Completed in 1267 milliseconds