Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/css/
DCSSGradientValue.h143 void setEndVerticalSize(PassRefPtr<CSSPrimitiveValue> val) { m_endVerticalSize = val; } in setEndVerticalSize()
168 RefPtr<CSSPrimitiveValue> m_endVerticalSize; variable
DCSSGradientValue.cpp612 } else if (m_endHorizontalSize && m_endVerticalSize) { in cssText()
614 result += m_endHorizontalSize->cssText() + " " + m_endVerticalSize->cssText(); in cssText()
748 else if (m_endHorizontalSize || m_endVerticalSize) { in createGradient()
752 …aspectRatio = secondRadius / resolveRadius(m_endVerticalSize.get(), renderer->style(), rootStyle, … in createGradient()