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

  /external/chromium_org/third_party/WebKit/Source/web/tests/
ScrollingCoordinatorChromiumTest.cpp 123 WebLayer* webScrollLayer = compositor->scrollLayer()->platformLayer();
124 return webScrollLayer;
316 WebLayer* webScrollLayer = compositedLayerMapping->scrollingContentsLayer()->platformLayer();
317 ASSERT_TRUE(webScrollLayer->scrollable());
318 ASSERT_TRUE(webScrollLayer->userScrollableHorizontal());
319 ASSERT_TRUE(webScrollLayer->userScrollableVertical());
356 WebLayer* webScrollLayer = compositedLayerMapping->scrollingContentsLayer()->platformLayer();
357 ASSERT_TRUE(webScrollLayer->scrollable());
358 ASSERT_TRUE(webScrollLayer->userScrollableHorizontal());
359 ASSERT_FALSE(webScrollLayer->userScrollableVertical())
    [all...]
WebFrameTest.cpp     [all...]

Completed in 419 milliseconds