Searched refs:updateDepth (Results 1 – 2 of 2) sorted by relevance
/external/webkit/Source/WebCore/rendering/ |
D | RenderLayerCompositor.cpp | 1149 …(RenderLayer* compositingAncestor, RenderLayer* layer, RenderLayerBacking::UpdateDepth updateDepth) argument 1161 if (updateDepth == RenderLayerBacking::CompositingChildren) 1167 … updateCompositingDescendantGeometry(compositingAncestor, layer->reflectionLayer(), updateDepth); 1176 … updateCompositingDescendantGeometry(compositingAncestor, negZOrderList->at(i), updateDepth); 1183 … updateCompositingDescendantGeometry(compositingAncestor, normalFlowList->at(i), updateDepth); 1190 … updateCompositingDescendantGeometry(compositingAncestor, posZOrderList->at(i), updateDepth);
|
D | RenderLayerBacking.cpp | 237 void RenderLayerBacking::updateAfterLayout(UpdateDepth updateDepth, bool isUpdateRoot) in updateAfterLayout() argument 249 … layerCompositor->updateCompositingDescendantGeometry(m_owningLayer, m_owningLayer, updateDepth); in updateAfterLayout()
|