Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/web/tests/
DScrollingCoordinatorChromiumTest.cpp257 TEST_F(ScrollingCoordinatorChromiumTest, nonFastScrollableRegion) in TEST_F() argument
264 WebVector<WebRect> nonFastScrollableRegion = rootScrollLayer->nonFastScrollableRegion(); in TEST_F() local
266 ASSERT_EQ(1u, nonFastScrollableRegion.size()); in TEST_F()
267 ASSERT_EQ(WebRect(8, 8, 10, 10), nonFastScrollableRegion[0]); in TEST_F()
287 ASSERT_EQ(0u, rootScrollLayer->nonFastScrollableRegion().size()); in TEST_F()
/external/chromium_org/third_party/WebKit/public/platform/
DWebLayer.h194 virtual WebVector<WebRect> nonFastScrollableRegion() const = 0;
/external/chromium_org/webkit/renderer/compositor_bindings/
Dweb_layer_impl.h123 virtual blink::WebVector<blink::WebRect> nonFastScrollableRegion() const;
Dweb_layer_impl.cc300 WebVector<WebRect> WebLayerImpl::nonFastScrollableRegion() const { in nonFastScrollableRegion() function in webkit::WebLayerImpl