Home
last modified time | relevance | path

Searched refs:m_secondY (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/css/
DCSSGradientValue.h54 void setSecondY(PassRefPtr<CSSPrimitiveValue> val) { m_secondY = val; } in setSecondY()
92 RefPtr<CSSPrimitiveValue> m_secondY; variable
DCSSGradientValue.cpp433 result += m_secondY->cssText(); in cssText()
543 if (m_secondX || m_secondY) in createGradient()
544 …secondPoint = computeEndPoint(m_secondX.get(), m_secondY.get(), renderer->style(), rootStyle, size… in createGradient()
572 result += m_secondY->cssText(); in cssText()
734 …FloatPoint secondPoint = computeEndPoint(m_secondX.get(), m_secondY.get(), renderer->style(), root… in createGradient()
737 if (!m_secondY) in createGradient()