Searched refs:PlatformWheelEventBuilder (Results 1 – 6 of 6) sorted by relevance
65 class PlatformWheelEventBuilder : public PlatformWheelEvent {67 PlatformWheelEventBuilder(Widget*, const WebMouseWheelEvent&);
212 …return mainFrame.eventHandler().handleWheelEvent(PlatformWheelEventBuilder(mainFrame.view(), event… in handleMouseWheel()
143 m_widget->handleWheelEvent(PlatformWheelEventBuilder(m_widget, event)); in handleMouseWheel()
330 PlatformWheelEventBuilder platformEvent(m_scrollbar.get(), mousewheel); in onMouseWheel()
139 PlatformWheelEventBuilder::PlatformWheelEventBuilder(Widget* widget, const WebMouseWheelEvent& e) in PlatformWheelEventBuilder() function in blink::PlatformWheelEventBuilder
671 PlatformWheelEventBuilder platformWheelBuilder(view, webMouseWheelEvent); in TEST()