Home | History | Annotate | Download | only in chromium

Lines Matching refs:PlatformWheelEvent

50 #include "PlatformWheelEvent.h"
100 virtual bool handleWheelEvent(const PlatformWheelEvent&);
281 static PlatformWheelEvent constructRelativeWheelEvent(const PlatformWheelEvent& e,
287 // FIXME: This is a horrible hack since PlatformWheelEvent has no setters for x/y.
288 PlatformWheelEvent relativeEvent = e;
418 bool PopupContainer::handleWheelEvent(const PlatformWheelEvent& event)
579 bool PopupListBox::handleWheelEvent(const PlatformWheelEvent& event)
588 wheelEvent(const_cast<PlatformWheelEvent&>(event));