Home
last modified time | relevance | path

Searched refs:findNamedColor (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/platform/graphics/
DColor.cpp188 static inline const NamedColor* findNamedColor(const String& name) in findNamedColor() function
206 const NamedColor* foundColor = findNamedColor(name); in setNamedColor()
/external/webkit/WebCore/
DChangeLog-2008-08-1048174 (WebCore::findNamedColor): Call toASCIILower on each character as we copy
48706 (WebCore::findNamedColor): Added. Uses a fixed-size char buffer to look up
48709 (WebCore::Color::setNamedColor): Changed to use findNamedColor.