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

  /external/webkit/WebKit/chromium/src/
WebInputEventConversion.h 63 class PlatformWheelEventBuilder : public WebCore::PlatformWheelEvent {
65 PlatformWheelEventBuilder(WebCore::Widget*, const WebMouseWheelEvent&);
WebInputEventConversion.cpp 85 // PlatformWheelEventBuilder --------------------------------------------------
87 PlatformWheelEventBuilder::PlatformWheelEventBuilder(Widget* widget, const WebMouseWheelEvent& e)
WebPopupMenuImpl.cpp 116 m_widget->handleWheelEvent(PlatformWheelEventBuilder(m_widget, event));
WebViewImpl.cpp 456 PlatformWheelEventBuilder platformEvent(mainFrameImpl()->frameView(), event);
    [all...]

Completed in 76 milliseconds