Home | History | Annotate | Download | only in rendering

Lines Matching refs:currentStyle

949     RenderStyle* currentStyle = renderer->style();
950 if (currentStyle->textAutosizingMultiplier() == multiplier)
954 RefPtr<RenderStyle> style = RenderStyle::clone(currentStyle);
960 // Don't free currentStyle until the end of the layout pass. This allows other parts of the system
962 m_stylesRetainedDuringLayout.append(currentStyle);