Home
last modified time | relevance | path

Searched refs:userScrollableVertical (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/tests/
DScrollingCoordinatorChromiumTest.cpp319 ASSERT_TRUE(webScrollLayer->userScrollableVertical()); in TEST_F()
359 ASSERT_FALSE(webScrollLayer->userScrollableVertical()); in TEST_F()
382 ASSERT_TRUE(webScrollLayer->userScrollableVertical()); in TEST_F()
DWebFrameTest.cpp5030 ASSERT_FALSE(webScrollLayer->userScrollableVertical()); in TEST_F()
5037 ASSERT_TRUE(webScrollLayer->userScrollableVertical()); in TEST_F()
/external/chromium_org/third_party/WebKit/public/platform/
DWebLayer.h185 virtual bool userScrollableVertical() const = 0;
/external/chromium_org/webkit/renderer/compositor_bindings/
Dweb_layer_impl.h116 virtual bool userScrollableVertical() const;
Dweb_layer_impl.cc272 bool WebLayerImpl::userScrollableVertical() const { in userScrollableVertical() function in webkit::WebLayerImpl