Searched refs:addHTMLColorToStyle (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | HTMLHRElement.cpp | 76 addHTMLColorToStyle(style, CSSPropertyBorderColor, value); in collectStyleForPresentationAttribute() 77 addHTMLColorToStyle(style, CSSPropertyBackgroundColor, value); in collectStyleForPresentationAttribute()
|
D | HTMLTablePartElement.cpp | 52 addHTMLColorToStyle(style, CSSPropertyBackgroundColor, value); in collectStyleForPresentationAttribute()
|
D | HTMLBodyElement.cpp | 82 addHTMLColorToStyle(style, CSSPropertyBackgroundColor, value); in collectStyleForPresentationAttribute() 84 addHTMLColorToStyle(style, CSSPropertyColor, value); in collectStyleForPresentationAttribute()
|
D | HTMLFontElement.cpp | 194 addHTMLColorToStyle(style, CSSPropertyColor, value); in collectStyleForPresentationAttribute()
|
D | HTMLElement.h | 98 void addHTMLColorToStyle(MutableStylePropertySet*, CSSPropertyID, const String& color);
|
D | HTMLMarqueeElement.cpp | 77 addHTMLColorToStyle(style, CSSPropertyBackgroundColor, value); in collectStyleForPresentationAttribute()
|
D | HTMLTableElement.cpp | 315 addHTMLColorToStyle(style, CSSPropertyBorderColor, value); in collectStyleForPresentationAttribute() 317 addHTMLColorToStyle(style, CSSPropertyBackgroundColor, value); in collectStyleForPresentationAttribute()
|
D | HTMLFrameSetElement.cpp | 72 addHTMLColorToStyle(style, CSSPropertyBorderColor, value); in collectStyleForPresentationAttribute()
|
D | HTMLElement.cpp | 945 void HTMLElement::addHTMLColorToStyle(MutableStylePropertySet* style, CSSPropertyID propertyID, con… in addHTMLColorToStyle() function in WebCore::HTMLElement
|