HomeSort by relevance Sort by last modified time
    Searched defs:wantsWheelEvents (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/plugins/
PluginView.h 50 virtual bool wantsWheelEvents() { return false; }
  /external/chromium_org/third_party/WebKit/Source/web/
WebPluginContainerImpl.cpp 520 void WebPluginContainerImpl::setWantsWheelEvents(bool wantsWheelEvents)
522 if (m_wantsWheelEvents == wantsWheelEvents)
524 m_wantsWheelEvents = wantsWheelEvents;
611 bool WebPluginContainerImpl::wantsWheelEvents()

Completed in 135 milliseconds