Home | History | Annotate | Download | only in css

Lines Matching refs:willChangeContents

1105 static PassRefPtrWillBeRawPtr<CSSValue> valueForWillChange(const Vector<CSSPropertyID>& willChangeProperties, bool willChangeContents, bool willChangeScrollPosition)
1108 if (willChangeContents)
2293 return valueForWillChange(style->willChangeProperties(), style->willChangeContents(), style->willChangeScrollPosition());