Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/
DHashTools.h37 struct NamedColor { struct
53 const NamedColor* findColor(register const char* str, register unsigned int len); argument
DColorData.gperf8 struct NamedColor;
170 const struct NamedColor* findColor(register const char* str, register unsigned int len)
/external/webkit/Source/WebCore/platform/graphics/
DColor.cpp176 const NamedColor* foundColor = findColor(name, strlen(name)); in Color()
226 static inline const NamedColor* findNamedColor(const String& name) in findNamedColor()
244 const NamedColor* foundColor = findNamedColor(name); in setNamedColor()