Searched refs:wantsWheelEvents (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/plugins/
H A DPluginView.h52 virtual bool wantsWheelEvents() { return false; } function in class:blink::PluginView
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebPluginContainerImpl.cpp531 void WebPluginContainerImpl::setWantsWheelEvents(bool wantsWheelEvents) argument
533 if (m_wantsWheelEvents == wantsWheelEvents)
535 m_wantsWheelEvents = wantsWheelEvents;
632 bool WebPluginContainerImpl::wantsWheelEvents() function in class:blink::WebPluginContainerImpl
H A DWebPluginContainerImpl.h86 virtual bool wantsWheelEvents() OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
H A DScrollingCoordinator.cpp733 if (pluginView->wantsWheelEvents())

Completed in 373 milliseconds