Searched refs:addCSSColor (Results 1 – 15 of 15) sorted by relevance
/external/webkit/Source/WebCore/html/ |
D | HTMLHRElement.cpp | 89 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()
|
D | HTMLTablePartElement.cpp | 65 addCSSColor(attr, CSSPropertyBackgroundColor, attr->value()); in parseMappedAttribute() 72 addCSSColor(attr, CSSPropertyBorderColor, attr->value()); in parseMappedAttribute()
|
D | HTMLFontElement.cpp | 178 addCSSColor(attr, CSSPropertyColor, attr->value()); in parseMappedAttribute()
|
D | HTMLBodyElement.cpp | 109 addCSSColor(attr, CSSPropertyBackgroundColor, attr->value()); in parseMappedAttribute() 111 addCSSColor(attr, CSSPropertyColor, attr->value()); in parseMappedAttribute()
|
D | HTMLMarqueeElement.cpp | 83 addCSSColor(attr, CSSPropertyBackgroundColor, attr->value()); in parseMappedAttribute()
|
D | HTMLFrameSetElement.cpp | 111 addCSSColor(attr, CSSPropertyBorderColor, attr->value()); in parseMappedAttribute()
|
D | HTMLTableElement.cpp | 332 addCSSColor(attr, CSSPropertyBackgroundColor, attr->value()); in parseMappedAttribute() 336 addCSSColor(attr, CSSPropertyBorderColor, attr->value()); in parseMappedAttribute()
|
/external/webkit/Source/WebCore/dom/ |
D | StyledElement.h | 48 void addCSSColor(Attribute*, int id, const String& color);
|
D | StyledElement.cpp | 320 void StyledElement::addCSSColor(Attribute* attr, int id, const String& c) in addCSSColor() function in WebCore::StyledElement
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2006-05-10 | 206 (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):
|
D | ChangeLog-2005-12-19 | 25242 (StyledElementImpl::addCSSColor):
|
D | ChangeLog-2008-08-10 | 3386 (WebCore::StyledElement::addCSSColor): 58357 (WebCore::StyledElement::addCSSColor): Removed unneeded call to copy.
|
D | ChangeLog-2010-01-29 | 3651 (WebCore::StyledElement::addCSSColor): 70541 (WebCore::StyledElement::addCSSColor): Use isASCIIHexDigit and toASCIIHexValue.
|
D | ChangeLog-2006-12-31 | 12498 (WebCore::StyledElement::addCSSColor):
|
D | ChangeLog-2005-08-23 | 17505 (StyledElementImpl::addCSSColor):
|