Home | History | Annotate | Download | only in css

Lines Matching refs:property

631          * in CSS 2, Appendix F. Property index
1254 case CSSPropertyTextShadow: // CSS2 property, dropped in CSS2.1, back in CSS3, so treat as CSS3
1420 // Accepting valueless numbers is a quirk of the -webkit prefixed version of the property.
1534 else // Always parse this property in strict mode, since it would be ambiguous otherwise when used in the 'columns' shorthand property.
1832 // Reject the entire property.
1869 addFillValue(clipValue, val1.release()); // The property parsed successfully.
1919 // Add in clip values when we hit the corresponding origin property.
2067 // We set up an array of booleans to mark which property has been found,
2325 // value was explicitly specified for our property.
2419 CSSPropertyID property = static_cast<CSSPropertyID>(propId);
2433 if (property == CSSPropertyWebkitBackgroundSize || property == CSSPropertyWebkitMaskSize)
2503 // The first three values here are deprecated and do not apply to the version of the property that has
2590 // When parsing any fill shorthand property, we let it handle building up the lists for all
2820 // When parsing the 'transition' shorthand property, we let it handle building up the lists for all
3704 : property(prop)
3742 allowStyle = property == CSSPropertyWebkitBoxShadow;
3761 allowStyle = property == CSSPropertyWebkitBoxShadow;
3766 allowSpread = property == CSSPropertyWebkitBoxShadow;
3783 allowStyle = property == CSSPropertyWebkitBoxShadow;
3800 CSSPropertyID property;
5107 CSSProperty* property = m_parsedProperties[i];
5108 int id = property->id();
5109 if ((id == CSSPropertyFontWeight || id == CSSPropertyFontStyle || id == CSSPropertyFontVariant) && property->value()->isPrimitiveValue()) {
5110 RefPtr<CSSValue> value = property->m_value.release();
5111 property->m_value = CSSValueList::createCommaSeparated();
5112 static_cast<CSSValueList*>(property->m_value.get())->append(value.release());
5266 CSSProperty* property = m_parsedProperties[i];
5267 int id = property->id();
5268 if ((id == CSSPropertyFontWeight || id == CSSPropertyFontStyle || id == CSSPropertyFontVariant) && property->value()->isValueList()) {
5269 delete property;
5343 // differs from border-radius, so it is remains as a distinct property.