Home | History | Annotate | Download | only in rendering

Lines Matching refs:updateLayerPositions

327     updateLayerPositions(&geometryMap, flags);
330 void RenderLayer::updateLayerPositions(RenderGeometryMap* geometryMap, UpdateLayerPositionsFlags flags)
410 child->updateLayerPositions(geometryMap, flags);
1779 // updateLayerPositions depends on hasLayer() already being false for proper layout.
1781 current->updateLayerPositions(0); // FIXME: use geometry map.
4077 // updateLayerPositions() is called and resets the isPaginated() flag, see <rdar://problem/10098679>.
4078 // If this is the case, just bail out, since the upcoming call to updateLayerPositions() will repaint the layer.