Home | History | Annotate | Download | only in html

Lines Matching refs:attributeValue

1048 void HTMLElement::addHTMLColorToStyle(MutableStylePropertySet* style, CSSPropertyID propertyID, const String& attributeValue)
1051 if (attributeValue.isEmpty())
1054 String colorString = attributeValue.stripWhiteSpace();