HomeSort by relevance Sort by last modified time
    Searched defs:ScrollEvent (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/frame/
EventHandlerRegistry.h 27 ScrollEvent,
  /external/chromium_org/ui/events/
event.cc 395 MouseWheelEvent::MouseWheelEvent(const ScrollEvent& scroll_event)
699 // ScrollEvent
701 ScrollEvent::ScrollEvent(const base::NativeEvent& native_event)
716 << " when constructing a ScrollEvent.";
720 ScrollEvent::ScrollEvent(EventType type,
739 void ScrollEvent::Scale(const float factor) {
event.h 415 class ScrollEvent;
423 explicit MouseWheelEvent(const ScrollEvent& scroll_event);
618 class EVENTS_EXPORT ScrollEvent : public MouseEvent {
620 explicit ScrollEvent(const base::NativeEvent& native_event);
622 ScrollEvent(const ScrollEvent& model,
634 ScrollEvent(EventType type,

Completed in 2105 milliseconds