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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedColor.h 34 #include "core/css/StyleColor.h"
41 // StyleColor adaptor to SVGPropertyBase. This is only used for SMIL animations.
45 static PassRefPtr<SVGColorProperty> create(StyleColor styleColor)
47 return adoptRef(new SVGColorProperty(styleColor));
60 explicit SVGColorProperty(StyleColor styleColor)
62 , m_styleColor(styleColor)
66 StyleColor m_styleColor;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
CSSPropertyParser.cpp     [all...]

Completed in 76 milliseconds