Home
last modified time | relevance | path

Searched refs:addCSSColor (Results 1 – 15 of 15) sorted by relevance

/external/webkit/Source/WebCore/html/
DHTMLHRElement.cpp89 addCSSColor(attr, CSSPropertyBorderColor, attr->value()); in parseMappedAttribute()
90 addCSSColor(attr, CSSPropertyBackgroundColor, attr->value()); in parseMappedAttribute()
96 addCSSColor(attr, CSSPropertyBorderColor, String("grey")); in parseMappedAttribute()
97 addCSSColor(attr, CSSPropertyBackgroundColor, String("grey")); in parseMappedAttribute()
DHTMLTablePartElement.cpp65 addCSSColor(attr, CSSPropertyBackgroundColor, attr->value()); in parseMappedAttribute()
72 addCSSColor(attr, CSSPropertyBorderColor, attr->value()); in parseMappedAttribute()
DHTMLFontElement.cpp178 addCSSColor(attr, CSSPropertyColor, attr->value()); in parseMappedAttribute()
DHTMLBodyElement.cpp109 addCSSColor(attr, CSSPropertyBackgroundColor, attr->value()); in parseMappedAttribute()
111 addCSSColor(attr, CSSPropertyColor, attr->value()); in parseMappedAttribute()
DHTMLMarqueeElement.cpp83 addCSSColor(attr, CSSPropertyBackgroundColor, attr->value()); in parseMappedAttribute()
DHTMLFrameSetElement.cpp111 addCSSColor(attr, CSSPropertyBorderColor, attr->value()); in parseMappedAttribute()
DHTMLTableElement.cpp332 addCSSColor(attr, CSSPropertyBackgroundColor, attr->value()); in parseMappedAttribute()
336 addCSSColor(attr, CSSPropertyBorderColor, attr->value()); in parseMappedAttribute()
/external/webkit/Source/WebCore/dom/
DStyledElement.h48 void addCSSColor(Attribute*, int id, const String& color);
DStyledElement.cpp320 void StyledElement::addCSSColor(Attribute* attr, int id, const String& c) in addCSSColor() function in WebCore::StyledElement
/external/webkit/Source/WebCore/
DChangeLog-2006-05-10206 (WebCore::StyledElement::addCSSColor): Removed unicode() function call, no longer needed.
1392 (WebCore::StyledElement::addCSSColor): Call toHex on the character code.
5267 (WebCore::StyledElement::addCSSColor):
9605 (WebCore::StyledElement::addCSSColor):
DChangeLog-2005-12-1925242 (StyledElementImpl::addCSSColor):
DChangeLog-2008-08-103386 (WebCore::StyledElement::addCSSColor):
58357 (WebCore::StyledElement::addCSSColor): Removed unneeded call to copy.
DChangeLog-2010-01-293651 (WebCore::StyledElement::addCSSColor):
70541 (WebCore::StyledElement::addCSSColor): Use isASCIIHexDigit and toASCIIHexValue.
DChangeLog-2006-12-3112498 (WebCore::StyledElement::addCSSColor):
DChangeLog-2005-08-2317505 (StyledElementImpl::addCSSColor):