HomeSort by relevance Sort by last modified time
    Searched refs:setWantsWheelEvents (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/public/web/
WebPluginContainer.h 112 virtual void setWantsWheelEvents(bool) = 0;
  /external/chromium_org/third_party/WebKit/Source/web/
WebPluginContainerImpl.h 111 virtual void setWantsWheelEvents(bool);
WebPluginContainerImpl.cpp 502 void WebPluginContainerImpl::setWantsWheelEvents(bool wantsWheelEvents)
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
TestPlugin.cpp 227 m_container->setWantsWheelEvents(true);
  /external/chromium_org/content/renderer/pepper/
pepper_plugin_instance_impl.cc 712 container_->setWantsWheelEvents(IsAcceptingWheelEvents());
    [all...]
  /external/chromium_org/content/renderer/browser_plugin/
browser_plugin.cc     [all...]

Completed in 252 milliseconds