HomeSort by relevance Sort by last modified time
    Searched refs:webScrollLayer (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/tests/
ScrollingCoordinatorChromiumTest.cpp 86 WebLayer* webScrollLayer = compositor->scrollLayer()->platformLayer();
87 return webScrollLayer;
299 WebLayer* webScrollLayer = compositedLayerMapping->scrollingContentsLayer()->platformLayer();
300 ASSERT_TRUE(webScrollLayer->scrollable());
301 ASSERT_TRUE(webScrollLayer->userScrollableHorizontal());
302 ASSERT_TRUE(webScrollLayer->userScrollableVertical());
339 WebLayer* webScrollLayer = compositedLayerMapping->scrollingContentsLayer()->platformLayer();
340 ASSERT_TRUE(webScrollLayer->scrollable());
341 ASSERT_TRUE(webScrollLayer->userScrollableHorizontal());
342 ASSERT_FALSE(webScrollLayer->userScrollableVertical())
    [all...]
PinchViewportTest.cpp 135 WebLayer* webScrollLayer = compositor->scrollLayer()->platformLayer();
136 return webScrollLayer;
WebFrameTest.cpp     [all...]

Completed in 1552 milliseconds