Home
last modified time | relevance | path

Searched refs:PlatformWheelEventBuilder (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DWebInputEventConversion.h65 class PlatformWheelEventBuilder : public PlatformWheelEvent {
67 PlatformWheelEventBuilder(Widget*, const WebMouseWheelEvent&);
DPageWidgetDelegate.cpp212 …return mainFrame.eventHandler().handleWheelEvent(PlatformWheelEventBuilder(mainFrame.view(), event… in handleMouseWheel()
DWebPopupMenuImpl.cpp143 m_widget->handleWheelEvent(PlatformWheelEventBuilder(m_widget, event)); in handleMouseWheel()
DWebPluginScrollbarImpl.cpp330 PlatformWheelEventBuilder platformEvent(m_scrollbar.get(), mousewheel); in onMouseWheel()
DWebInputEventConversion.cpp139 PlatformWheelEventBuilder::PlatformWheelEventBuilder(Widget* widget, const WebMouseWheelEvent& e) in PlatformWheelEventBuilder() function in blink::PlatformWheelEventBuilder
/external/chromium_org/third_party/WebKit/Source/web/tests/
DWebInputEventConversionTest.cpp671 PlatformWheelEventBuilder platformWheelBuilder(view, webMouseWheelEvent); in TEST()