Home
last modified time | relevance | path

Searched defs:handleWheelEvent (Results 1 – 14 of 14) sorted by relevance

/external/webkit/Source/WebCore/platform/
DScrollAnimator.cpp84 void ScrollAnimator::handleWheelEvent(PlatformWheelEvent& e) in handleWheelEvent() function in WebCore::ScrollAnimator
DScrollableArea.cpp118 void ScrollableArea::handleWheelEvent(PlatformWheelEvent& wheelEvent) in handleWheelEvent() function in WebCore::ScrollableArea
/external/webkit/Source/WebCore/html/
DBaseDateAndTimeInputType.cpp135 void BaseDateAndTimeInputType::handleWheelEvent(WheelEvent* event) in handleWheelEvent() function in WebCore::BaseDateAndTimeInputType
DNumberInputType.cpp174 void NumberInputType::handleWheelEvent(WheelEvent* event) in handleWheelEvent() function in WebCore::NumberInputType
DInputType.cpp340 void InputType::handleWheelEvent(WheelEvent*) in handleWheelEvent() function in WebCore::InputType
/external/webkit/Source/WebKit/chromium/src/
DWebPluginContainerImpl.cpp505 void WebPluginContainerImpl::handleWheelEvent(WheelEvent* event) in handleWheelEvent() function in WebKit::WebPluginContainerImpl
/external/webkit/Source/WebCore/platform/chromium/
DPopupMenuChromium.cpp481 bool PopupContainer::handleWheelEvent(const PlatformWheelEvent& event) in handleWheelEvent() function in WebCore::PopupContainer
668 bool PopupListBox::handleWheelEvent(const PlatformWheelEvent& event) in handleWheelEvent() function in WebCore::PopupListBox
/external/webkit/Source/WebKit2/PluginProcess/
DPluginControllerProxy.cpp452 void PluginControllerProxy::handleWheelEvent(const WebWheelEvent& wheelEvent, bool& handled) in handleWheelEvent() function in WebKit::PluginControllerProxy
/external/webkit/Source/WebKit2/WebProcess/Plugins/
DPluginProxy.cpp278 bool PluginProxy::handleWheelEvent(const WebWheelEvent& wheelEvent) in handleWheelEvent() function in WebKit::PluginProxy
/external/webkit/Source/WebKit2/UIProcess/gtk/
DWebView.cpp295 void WebView::handleWheelEvent(GdkEventScroll* event) in handleWheelEvent() function in WebKit::WebView
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
DNetscapePlugin.cpp670 bool NetscapePlugin::handleWheelEvent(const WebWheelEvent& wheelEvent) in handleWheelEvent() function in WebKit::NetscapePlugin
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DWebPage.cpp974 static bool handleWheelEvent(const WebWheelEvent& wheelEvent, Page* page) in handleWheelEvent() function
/external/webkit/Source/WebCore/page/
DEventHandler.cpp2095 bool EventHandler::handleWheelEvent(PlatformWheelEvent& e) in handleWheelEvent() function in WebCore::EventHandler
/external/webkit/Source/WebKit2/UIProcess/
DWebPageProxy.cpp864 void WebPageProxy::handleWheelEvent(const WebWheelEvent& event) in handleWheelEvent() function in WebKit::WebPageProxy