Searched refs:nonFastScrollableRegion (Results 1 – 4 of 4) sorted by relevance
257 TEST_F(ScrollingCoordinatorChromiumTest, nonFastScrollableRegion) in TEST_F() argument264 WebVector<WebRect> nonFastScrollableRegion = rootScrollLayer->nonFastScrollableRegion(); in TEST_F() local266 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()
194 virtual WebVector<WebRect> nonFastScrollableRegion() const = 0;
123 virtual blink::WebVector<blink::WebRect> nonFastScrollableRegion() const;
300 WebVector<WebRect> WebLayerImpl::nonFastScrollableRegion() const { in nonFastScrollableRegion() function in webkit::WebLayerImpl