Home | History | Annotate | Download | only in css

Lines Matching refs:willChangeProperties

1105 static PassRefPtrWillBeRawPtr<CSSValue> valueForWillChange(const Vector<CSSPropertyID>& willChangeProperties, bool willChangeContents, bool willChangeScrollPosition)
1112 for (size_t i = 0; i < willChangeProperties.size(); ++i)
1113 list->append(cssValuePool().createIdentifierValue(willChangeProperties[i]));
2293 return valueForWillChange(style->willChangeProperties(), style->willChangeContents(), style->willChangeScrollPosition());