HomeSort by relevance Sort by last modified time
    Searched defs:nonFastScrollableRegion (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/tests/
ScrollingCoordinatorChromiumTest.cpp 257 TEST_F(ScrollingCoordinatorChromiumTest, nonFastScrollableRegion)
264 WebVector<WebRect> nonFastScrollableRegion = rootScrollLayer->nonFastScrollableRegion();
266 ASSERT_EQ(1u, nonFastScrollableRegion.size());
267 ASSERT_EQ(WebRect(8, 8, 10, 10), nonFastScrollableRegion[0]);
287 ASSERT_EQ(0u, rootScrollLayer->nonFastScrollableRegion().size());
  /external/chromium_org/webkit/renderer/compositor_bindings/
web_layer_impl.cc 300 WebVector<WebRect> WebLayerImpl::nonFastScrollableRegion() const {

Completed in 69 milliseconds