Searched refs:updateDepth (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderLayerCompositor.cpp1185 void RenderLayerCompositor::updateCompositingDescendantGeometry(RenderLayer* compositingAncestor, RenderLayer* layer, RenderLayerBacking::UpdateDepth updateDepth) argument
1197 if (updateDepth == RenderLayerBacking::CompositingChildren)
1203 updateCompositingDescendantGeometry(compositingAncestor, layer->reflectionLayer(), updateDepth);
1212 updateCompositingDescendantGeometry(compositingAncestor, negZOrderList->at(i), updateDepth);
1219 updateCompositingDescendantGeometry(compositingAncestor, normalFlowList->at(i), updateDepth);
1226 updateCompositingDescendantGeometry(compositingAncestor, posZOrderList->at(i), updateDepth);
H A DRenderLayerBacking.cpp237 void RenderLayerBacking::updateAfterLayout(UpdateDepth updateDepth, bool isUpdateRoot) argument
249 layerCompositor->updateCompositingDescendantGeometry(m_owningLayer, m_owningLayer, updateDepth);

Completed in 97 milliseconds