Searched refs:addChildBelow (Results 1 – 3 of 3) sorted by relevance
112 void addChildBelow(GraphicsLayer*, GraphicsLayer* sibling);
210 void GraphicsLayer::addChildBelow(GraphicsLayer* childLayer, GraphicsLayer* sibling) in addChildBelow() function in WebCore::GraphicsLayer
1345 m_containerLayer->addChildBelow(backgroundLayer, m_scrollLayer.get()); in rootFixedBackgroundsChanged()