Home
last modified time | relevance | path

Searched refs:createColorValue (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSValuePool.h52 PassRefPtr<CSSPrimitiveValue> createColorValue(unsigned rgbValue);
DCSSValuePool.cpp66 PassRefPtr<CSSPrimitiveValue> CSSValuePool::createColorValue(unsigned rgbValue) in createColorValue() function in WebCore::CSSValuePool
DCSSComputedStyleDeclaration.cpp660 return cssValuePool().createColorValue(style.color().rgb()); in currentColorOrValidColor()
661 return cssValuePool().createColorValue(color.rgb()); in currentColorOrValidColor()
1691 …return cssValuePool().createColorValue(m_allowVisitedStyle? style->visitedDependentColor(CSSProper… in getPropertyCSSValue()
1852 …return m_allowVisitedStyle ? cssValuePool().createColorValue(style->visitedDependentColor(CSSPrope… in getPropertyCSSValue()
1854 …return m_allowVisitedStyle ? cssValuePool().createColorValue(style->visitedDependentColor(CSSPrope… in getPropertyCSSValue()
1856 …return m_allowVisitedStyle ? cssValuePool().createColorValue(style->visitedDependentColor(CSSPrope… in getPropertyCSSValue()
1858 …return m_allowVisitedStyle ? cssValuePool().createColorValue(style->visitedDependentColor(CSSPrope… in getPropertyCSSValue()
1907 …return cssValuePool().createColorValue(m_allowVisitedStyle ? style->visitedDependentColor(CSSPrope… in getPropertyCSSValue()
1927 …return m_allowVisitedStyle ? cssValuePool().createColorValue(style->visitedDependentColor(CSSPrope… in getPropertyCSSValue()
2208 …return m_allowVisitedStyle ? cssValuePool().createColorValue(style->visitedDependentColor(CSSPrope… in getPropertyCSSValue()
DCSSParser-in.cpp347 RefPtr<CSSValue> value = cssValuePool().createColorValue(color); in parseColorValue()
6236 return cssValuePool().createColorValue(c); in parseColor()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLHRElement.cpp81 RefPtr<CSSPrimitiveValue> darkGrayValue = cssValuePool().createColorValue(Color::darkGray); in collectStyleForPresentationAttribute()
DHTMLElement.cpp962 style->setProperty(propertyID, cssValuePool().createColorValue(parsedColor.rgb())); in addHTMLColorToStyle()
/external/chromium_org/tools/deep_memory_profiler/tests/data/heap.01234.symmap/
Dchrome.abcdef.nm430 00000000032a2c70 t WebCore::CSSValuePool::createColorValue(unsigned int)<00000000032a2c70>