Home
last modified time | relevance | path

Searched refs:rootScrollLayer (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/tests/
DScrollingCoordinatorChromiumTest.cpp147 WebLayer* rootScrollLayer = getRootScrollLayer(); in TEST_F() local
148 ASSERT_TRUE(rootScrollLayer->scrollable()); in TEST_F()
149 ASSERT_FALSE(rootScrollLayer->shouldScrollOnMainThread()); in TEST_F()
150 ASSERT_FALSE(rootScrollLayer->haveWheelEventHandlers()); in TEST_F()
179 WebLayer* rootScrollLayer = getRootScrollLayer(); in TEST_F() local
180 ASSERT_FALSE(rootScrollLayer->shouldScrollOnMainThread()); in TEST_F()
263 WebLayer* rootScrollLayer = getRootScrollLayer(); in TEST_F() local
264 WebVector<WebRect> nonFastScrollableRegion = rootScrollLayer->nonFastScrollableRegion(); in TEST_F()
276 WebLayer* rootScrollLayer = getRootScrollLayer(); in TEST_F() local
277 ASSERT_TRUE(rootScrollLayer->haveWheelEventHandlers()); in TEST_F()
[all …]
/external/chromium_org/cc/input/
Dtop_controls_manager_unittest.cc47 LayerImpl* rootScrollLayer() { in rootScrollLayer() function in cc::__anona1d9073c0111::MockTopControlsManagerClient
/external/chromium_org/third_party/WebKit/Source/web/
DWebViewImpl.cpp3874 GraphicsLayer* rootScrollLayer = compositor()->scrollLayer(); in setRootGraphicsLayer() local
3875 ASSERT(rootScrollLayer); in setRootGraphicsLayer()
3876 …WebLayer* pageScaleLayer = rootScrollLayer->parent() ? rootScrollLayer->parent()->platformLayer() … in setRootGraphicsLayer()
3877 … m_layerTreeView->registerViewportLayers(pageScaleLayer, rootScrollLayer->platformLayer(), 0); in setRootGraphicsLayer()