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

  /external/chromium_org/ui/base/events/
event.cc 409 MouseWheelEvent::MouseWheelEvent(const ScrollEvent& scroll_event)
691 // ScrollEvent
693 ScrollEvent::ScrollEvent(const base::NativeEvent& native_event)
708 << " when constructing a ScrollEvent.";
712 ScrollEvent::ScrollEvent(EventType type,
731 void ScrollEvent::Scale(const float factor) {
738 void ScrollEvent::UpdateForRootTransform(
event.h 411 class ScrollEvent;
419 explicit MouseWheelEvent(const ScrollEvent& scroll_event);
625 class UI_EXPORT ScrollEvent : public MouseEvent {
627 explicit ScrollEvent(const base::NativeEvent& native_event);
629 ScrollEvent(const ScrollEvent& model,
641 ScrollEvent(EventType type,

Completed in 51 milliseconds