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 87 WebLayer* webScrollLayer = compositor->scrollLayer()->platformLayer();
88 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...]
PinchViewportTest.cpp 135 WebLayer* webScrollLayer = compositor->scrollLayer()->platformLayer();
136 return webScrollLayer;
    [all...]
WebFrameTest.cpp     [all...]

Completed in 89 milliseconds