Home | History | Annotate | Download | only in css

Lines Matching refs:setTextShadow

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