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

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8CSSValueCustom.cpp 60 if (impl->isSVGColor())
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGColor.h 96 DEFINE_CSS_VALUE_TYPE_CASTS(SVGColor, isSVGColor());
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSValue.h 105 bool isSVGColor() const { return m_classType == SVGColorClass || m_classType == SVGPaintClass; }
114 return isPrimitiveValue() || isSVGColor() || isValueList();
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleBuilderCustom.cpp     [all...]

Completed in 785 milliseconds