Home
last modified time | relevance | path

Searched refs:colorIsDerivedFromElement (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSPrimitiveValue.h199 bool colorIsDerivedFromElement() const;
DCSSPrimitiveValue.cpp157 bool CSSPrimitiveValue::colorIsDerivedFromElement() const in colorIsDerivedFromElement() function in WebCore::CSSPrimitiveValue
DCSSGradientValue.cpp113 if (m_stops[i].m_color->colorIsDerivedFromElement()) { in gradientWithStylesResolved()