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

/external/webkit/Source/WebCore/platform/
H A DScrollAnimator.cpp84 void ScrollAnimator::handleWheelEvent(PlatformWheelEvent& e) function in class:WebCore::ScrollAnimator
H A DScrollableArea.cpp118 void ScrollableArea::handleWheelEvent(PlatformWheelEvent& wheelEvent) function in class:WebCore::ScrollableArea
120 m_scrollAnimator->handleWheelEvent(wheelEvent);
/external/webkit/Source/WebCore/html/
H A DBaseDateAndTimeInputType.cpp135 void BaseDateAndTimeInputType::handleWheelEvent(WheelEvent* event) function in class:WebCore::BaseDateAndTimeInputType
H A DNumberInputType.cpp174 void NumberInputType::handleWheelEvent(WheelEvent* event) function in class:WebCore::NumberInputType
H A DInputType.cpp340 void InputType::handleWheelEvent(WheelEvent*) function in class:WebCore::InputType
/external/webkit/Source/WebKit/chromium/src/
H A DWebPluginContainerImpl.cpp175 handleWheelEvent(static_cast<WheelEvent*>(event));
505 void WebPluginContainerImpl::handleWheelEvent(WheelEvent* event) function in class:WebKit::WebPluginContainerImpl
/external/webkit/Source/WebKit2/PluginProcess/
H A DPluginControllerProxy.cpp452 void PluginControllerProxy::handleWheelEvent(const WebWheelEvent& wheelEvent, bool& handled) function in class:WebKit::PluginControllerProxy
454 handled = m_plugin->handleWheelEvent(wheelEvent);
/external/webkit/Source/WebKit2/WebProcess/Plugins/
H A DPluginProxy.cpp278 bool PluginProxy::handleWheelEvent(const WebWheelEvent& wheelEvent) function in class:WebKit::PluginProxy
/external/webkit/Source/WebKit2/UIProcess/gtk/
H A DWebView.cpp295 void WebView::handleWheelEvent(GdkEventScroll* event) function in class:WebKit::WebView
297 m_page->handleWheelEvent(WebEventFactory::createWebWheelEvent(event));
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DNetscapePlugin.cpp670 bool NetscapePlugin::handleWheelEvent(const WebWheelEvent& wheelEvent) function in class:WebKit::NetscapePlugin
/external/webkit/Source/WebCore/platform/chromium/
H A DPopupMenuChromium.cpp102 virtual bool handleWheelEvent(const PlatformWheelEvent&);
481 bool PopupContainer::handleWheelEvent(const PlatformWheelEvent& event) function in class:WebCore::PopupContainer
484 return m_listBox->handleWheelEvent(
668 bool PopupListBox::handleWheelEvent(const PlatformWheelEvent& event) function in class:WebCore::PopupListBox
/external/webkit/Source/WebCore/page/
H A DEventHandler.cpp2095 bool EventHandler::handleWheelEvent(PlatformWheelEvent& e) function in class:EventHandler
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DWebPage.cpp974 static bool handleWheelEvent(const WebWheelEvent& wheelEvent, Page* page) function in namespace:WebKit
981 return frame->eventHandler()->handleWheelEvent(platformWheelEvent);
988 bool handled = handleWheelEvent(wheelEvent, m_page.get());
/external/webkit/Source/WebKit2/UIProcess/
H A DWebPageProxy.cpp864 void WebPageProxy::handleWheelEvent(const WebWheelEvent& event) function in class:WebKit::WebPageProxy
2585 handleWheelEvent(*m_nextWheelEvent);

Completed in 233 milliseconds