Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/plugins/
DPluginView.h50 virtual bool wantsWheelEvents() { return false; } in wantsWheelEvents() function
/external/chromium_org/third_party/WebKit/Source/web/
DWebPluginContainerImpl.cpp511 void WebPluginContainerImpl::setWantsWheelEvents(bool wantsWheelEvents) in setWantsWheelEvents() argument
513 if (m_wantsWheelEvents == wantsWheelEvents) in setWantsWheelEvents()
515 m_wantsWheelEvents = wantsWheelEvents; in setWantsWheelEvents()
602 bool WebPluginContainerImpl::wantsWheelEvents() in wantsWheelEvents() function in blink::WebPluginContainerImpl
DWebPluginContainerImpl.h82 virtual bool wantsWheelEvents() OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
DScrollingCoordinator.cpp684 if (pluginView->wantsWheelEvents()) in computeShouldHandleScrollGestureOnMainThreadRegion()