PlatformWheelEventBuilder 203 Source/web/PageWidgetDelegate.cpp return mainFrame.eventHandler().handleWheelEvent(PlatformWheelEventBuilder(mainFrame.view(), event)); PlatformWheelEventBuilder 124 Source/web/WebInputEventConversion.cpp PlatformWheelEventBuilder::PlatformWheelEventBuilder(Widget* widget, const WebMouseWheelEvent& e) PlatformWheelEventBuilder 68 Source/web/WebInputEventConversion.h class PlatformWheelEventBuilder : public WebCore::PlatformWheelEvent { PlatformWheelEventBuilder 70 Source/web/WebInputEventConversion.h PlatformWheelEventBuilder(WebCore::Widget*, const WebMouseWheelEvent&); PlatformWheelEventBuilder 333 Source/web/WebPluginScrollbarImpl.cpp PlatformWheelEventBuilder platformEvent(m_scrollbar.get(), mousewheel); PlatformWheelEventBuilder 138 Source/web/WebPopupMenuImpl.cpp m_widget->handleWheelEvent(PlatformWheelEventBuilder(m_widget, event));