Searched refs:createColorValue (Results 1 – 5 of 5) sorted by relevance
44 PassRefPtr<CSSPrimitiveValue> createColorValue(unsigned rgbValue);
432 return primitiveValueCache->createColorValue(style->color().rgb()); in currentColorOrValidColor()433 return primitiveValueCache->createColorValue(color.rgb()); in currentColorOrValidColor()675 RefPtr<CSSPrimitiveValue> color = primitiveValueCache->createColorValue(s->color().rgb()); in valueForShadow()840 …return primitiveValueCache->createColorValue(m_allowVisitedStyle? style->visitedDependentColor(CSS… in getPropertyCSSValue()992 …return m_allowVisitedStyle ? primitiveValueCache->createColorValue(style->visitedDependentColor(CS… in getPropertyCSSValue()994 …return m_allowVisitedStyle ? primitiveValueCache->createColorValue(style->visitedDependentColor(CS… in getPropertyCSSValue()996 …return m_allowVisitedStyle ? primitiveValueCache->createColorValue(style->visitedDependentColor(CS… in getPropertyCSSValue()998 …return m_allowVisitedStyle ? primitiveValueCache->createColorValue(style->visitedDependentColor(CS… in getPropertyCSSValue()1049 …return primitiveValueCache->createColorValue(m_allowVisitedStyle ? style->visitedDependentColor(CS… in getPropertyCSSValue()1059 …return m_allowVisitedStyle ? primitiveValueCache->createColorValue(style->visitedDependentColor(CS… in getPropertyCSSValue()[all …]
57 PassRefPtr<CSSPrimitiveValue> CSSPrimitiveValueCache::createColorValue(unsigned rgbValue) in createColorValue() function in WebCore::CSSPrimitiveValueCache
320 …perty(propertyId, stylesheet->document()->cssPrimitiveValueCache()->createColorValue(color), impor… in parseColorValue()4458 return primitiveValueCache()->createColorValue(c); in parseColor()
51585 (WebCore::CSSPrimitiveValueCache::createColorValue):51909 (WebCore::CSSPrimitiveValueCache::createColorValue):