wantsWheelEvents  716 Source/core/page/scrolling/ScrollingCoordinator.cpp             if (pluginView->wantsWheelEvents())
wantsWheelEvents   50 Source/core/plugins/PluginView.h     virtual bool wantsWheelEvents() { return false; }
wantsWheelEvents  527 Source/web/WebPluginContainerImpl.cpp void WebPluginContainerImpl::setWantsWheelEvents(bool wantsWheelEvents)
wantsWheelEvents  529 Source/web/WebPluginContainerImpl.cpp     if (m_wantsWheelEvents == wantsWheelEvents)
wantsWheelEvents  531 Source/web/WebPluginContainerImpl.cpp     m_wantsWheelEvents = wantsWheelEvents;
wantsWheelEvents   82 Source/web/WebPluginContainerImpl.h     virtual bool wantsWheelEvents() OVERRIDE;