Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/public/platform/
DWebLayer.h188 virtual bool haveWheelEventHandlers() const = 0;
/external/chromium_org/third_party/WebKit/Source/web/tests/
DScrollingCoordinatorChromiumTest.cpp150 ASSERT_FALSE(rootScrollLayer->haveWheelEventHandlers()); in TEST_F()
277 ASSERT_TRUE(rootScrollLayer->haveWheelEventHandlers()); in TEST_F()
/external/chromium_org/webkit/renderer/compositor_bindings/
Dweb_layer_impl.h118 virtual bool haveWheelEventHandlers() const;
Dweb_layer_impl.cc280 bool WebLayerImpl::haveWheelEventHandlers() const { in haveWheelEventHandlers() function in webkit::WebLayerImpl