Home | History | Annotate | Download | only in css

Lines Matching refs:setTextShadow

5144                 return m_style->setTextShadow(m_parentStyle->textShadow() ? new ShadowData(*m_parentStyle->textShadow()) : 0);
5148 return id == CSSPropertyTextShadow ? m_style->setTextShadow(0) : m_style->setBoxShadow(0);
5170 m_style->setTextShadow(shadowData, i != 0);