Home | History | Annotate | Download | only in css

Lines Matching refs:propertyValue

1668                     RefPtr<CSSValue> propertyValue;
1670 propertyValue = primitiveValueCache->createIdentifierValue(CSSValueNone);
1672 propertyValue = primitiveValueCache->createIdentifierValue(CSSValueAll);
1674 propertyValue = primitiveValueCache->createValue(getPropertyName(static_cast<CSSPropertyID>(prop)), CSSPrimitiveValue::CSS_STRING);
1675 list->append(propertyValue);