HomeSort by relevance Sort by last modified time
    Searched refs:m_endHorizontalSize (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/css/
CSSGradientValue.h 142 void setEndHorizontalSize(PassRefPtr<CSSPrimitiveValue> val) { m_endHorizontalSize = val; }
167 RefPtr<CSSPrimitiveValue> m_endHorizontalSize;
CSSGradientValue.cpp 612 } else if (m_endHorizontalSize && m_endVerticalSize) {
614 result += m_endHorizontalSize->cssText() + " " + m_endVerticalSize->cssText();
748 else if (m_endHorizontalSize || m_endVerticalSize) {
751 secondRadius = resolveRadius(m_endHorizontalSize.get(), renderer->style(), rootStyle, &width);
    [all...]

Completed in 19 milliseconds