HomeSort by relevance Sort by last modified time
    Searched refs:PlatformWheelEventBuilder (Results 1 - 5 of 5) sorted by null

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

Completed in 1183 milliseconds