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

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSGradientValue.h 48 enum CSSGradientRepeat { NonRepeating, Repeating };
129 , m_repeating(other.isRepeating() ? Repeating : NonRepeating)
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
CSSPropertyParser.cpp     [all...]

Completed in 90 milliseconds