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

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSGradientValue.h 195 void setEndHorizontalSize(PassRefPtr<CSSPrimitiveValue> val) { m_endHorizontalSize = val; }
215 , m_endHorizontalSize(other.m_endHorizontalSize)
232 RefPtr<CSSPrimitiveValue> m_endHorizontalSize;
CSSGradientValue.cpp 804 } else if (m_endHorizontalSize && m_endVerticalSize) {
806 result.append(m_endHorizontalSize->cssText());
830 if (m_shape && m_shape->getValueID() != CSSValueEllipse && (m_sizingBehavior || (!m_sizingBehavior && !m_endHorizontalSize))) {
840 } else if (m_endHorizontalSize) {
843 result.append(m_endHorizontalSize->cssText());
    [all...]

Completed in 211 milliseconds