Searched refs:wantsWheelEvents (Results 1 – 4 of 4) sorted by relevance
50 virtual bool wantsWheelEvents() { return false; } in wantsWheelEvents() function
511 void WebPluginContainerImpl::setWantsWheelEvents(bool wantsWheelEvents) in setWantsWheelEvents() argument513 if (m_wantsWheelEvents == wantsWheelEvents) in setWantsWheelEvents()515 m_wantsWheelEvents = wantsWheelEvents; in setWantsWheelEvents()602 bool WebPluginContainerImpl::wantsWheelEvents() in wantsWheelEvents() function in blink::WebPluginContainerImpl
82 virtual bool wantsWheelEvents() OVERRIDE;
684 if (pluginView->wantsWheelEvents()) in computeShouldHandleScrollGestureOnMainThreadRegion()