Home | History | Annotate | Download | only in editing

Lines Matching refs:CSSValue

41 #include "CSSValue.h"
499 CSSValue* value = property.value();
503 if (value->cssValueType() == CSSValue::CSS_PRIMITIVE_VALUE)
505 if (RefPtr<CSSValue> computedPropertyValue = computedStyleForElement->getPropertyCSSValue(property.id()))
700 RefPtr<CSSValue> value = style->getPropertyCSSValue(propertyID);