Searched refs:setWantsWheelEvents (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/public/web/
H A DWebPluginContainer.h118 virtual void setWantsWheelEvents(bool) = 0;
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebPluginContainerImpl.h119 virtual void setWantsWheelEvents(bool) OVERRIDE;
H A DWebPluginContainerImpl.cpp531 void WebPluginContainerImpl::setWantsWheelEvents(bool wantsWheelEvents) function in class:blink::WebPluginContainerImpl
/external/chromium_org/content/renderer/browser_plugin/
H A Dbrowser_plugin.cc316 container_->setWantsWheelEvents(true);
/external/chromium_org/content/shell/renderer/test_runner/
H A Dtest_plugin.cc222 container_->setWantsWheelEvents(true);
/external/chromium_org/content/renderer/pepper/
H A Dpepper_plugin_instance_impl.cc876 container_->setWantsWheelEvents(IsAcceptingWheelEvents());
1053 container_->setWantsWheelEvents(IsAcceptingWheelEvents());

Completed in 1948 milliseconds