Home | History | Annotate | Download | only in html

Lines Matching refs:attributeValue

880 void HTMLElement::addHTMLColorToStyle(MutableStylePropertySet* style, CSSPropertyID propertyID, const String& attributeValue)
883 if (attributeValue.isEmpty())
886 String colorString = attributeValue.stripWhiteSpace();