Searched refs:rootScrollLayer (Results 1 – 3 of 3) sorted by relevance
147 WebLayer* rootScrollLayer = getRootScrollLayer(); in TEST_F() local148 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() local180 ASSERT_FALSE(rootScrollLayer->shouldScrollOnMainThread()); in TEST_F()263 WebLayer* rootScrollLayer = getRootScrollLayer(); in TEST_F() local264 WebVector<WebRect> nonFastScrollableRegion = rootScrollLayer->nonFastScrollableRegion(); in TEST_F()276 WebLayer* rootScrollLayer = getRootScrollLayer(); in TEST_F() local277 ASSERT_TRUE(rootScrollLayer->haveWheelEventHandlers()); in TEST_F()[all …]
47 LayerImpl* rootScrollLayer() { in rootScrollLayer() function in cc::__anona1d9073c0111::MockTopControlsManagerClient
3874 GraphicsLayer* rootScrollLayer = compositor()->scrollLayer(); in setRootGraphicsLayer() local3875 ASSERT(rootScrollLayer); in setRootGraphicsLayer()3876 …WebLayer* pageScaleLayer = rootScrollLayer->parent() ? rootScrollLayer->parent()->platformLayer() … in setRootGraphicsLayer()3877 … m_layerTreeView->registerViewportLayers(pageScaleLayer, rootScrollLayer->platformLayer(), 0); in setRootGraphicsLayer()