Searched refs:updateAfterLayout (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderLayerBacking.h68 void updateAfterLayout(UpdateDepth, bool isUpdateRoot);
H A DRenderLayerBacking.cpp237 void RenderLayerBacking::updateAfterLayout(UpdateDepth updateDepth, bool isUpdateRoot) function in class:WebCore::RenderLayerBacking
940 updateAfterLayout(CompositingChildren, isUpdateRoot);
H A DRenderLayer.cpp387 backing()->updateAfterLayout(RenderLayerBacking::CompositingChildren, isUpdateRoot);
1418 compositingAncestor->backing()->updateAfterLayout(RenderLayerBacking::AllDescendants, isUpdateRoot);

Completed in 39 milliseconds