Home
last modified time | relevance | path

Searched refs:addHTMLColorToStyle (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLHRElement.cpp76 addHTMLColorToStyle(style, CSSPropertyBorderColor, value); in collectStyleForPresentationAttribute()
77 addHTMLColorToStyle(style, CSSPropertyBackgroundColor, value); in collectStyleForPresentationAttribute()
DHTMLTablePartElement.cpp52 addHTMLColorToStyle(style, CSSPropertyBackgroundColor, value); in collectStyleForPresentationAttribute()
DHTMLBodyElement.cpp82 addHTMLColorToStyle(style, CSSPropertyBackgroundColor, value); in collectStyleForPresentationAttribute()
84 addHTMLColorToStyle(style, CSSPropertyColor, value); in collectStyleForPresentationAttribute()
DHTMLFontElement.cpp194 addHTMLColorToStyle(style, CSSPropertyColor, value); in collectStyleForPresentationAttribute()
DHTMLElement.h98 void addHTMLColorToStyle(MutableStylePropertySet*, CSSPropertyID, const String& color);
DHTMLMarqueeElement.cpp77 addHTMLColorToStyle(style, CSSPropertyBackgroundColor, value); in collectStyleForPresentationAttribute()
DHTMLTableElement.cpp315 addHTMLColorToStyle(style, CSSPropertyBorderColor, value); in collectStyleForPresentationAttribute()
317 addHTMLColorToStyle(style, CSSPropertyBackgroundColor, value); in collectStyleForPresentationAttribute()
DHTMLFrameSetElement.cpp72 addHTMLColorToStyle(style, CSSPropertyBorderColor, value); in collectStyleForPresentationAttribute()
DHTMLElement.cpp945 void HTMLElement::addHTMLColorToStyle(MutableStylePropertySet* style, CSSPropertyID propertyID, con… in addHTMLColorToStyle() function in WebCore::HTMLElement