Home | History | Annotate | Download | only in resolver

Lines Matching full:csspropertyid

84 static inline bool isValidVisitedLinkProperty(CSSPropertyID id)
109 void StyleBuilder::applyProperty(CSSPropertyID id, StyleResolverState& state, CSSValue* value)
1091 state.style()->setWillChangeProperties(Vector<CSSPropertyID>());
1108 Vector<CSSPropertyID> willChangeProperties;
1112 if (CSSPropertyID propertyID = primitiveValue->getPropertyID())