Searched refs:didPaintWithFilters (Results 1 – 2 of 2) sorted by relevance
371 …rFilters(const RenderStyle* oldStyle, const RenderStyle* newStyle, bool didPaintWithFilters) const;
3926 …orFilters(const RenderStyle* oldStyle, const RenderStyle* newStyle, bool didPaintWithFilters) const in needsCompositingLayersRebuiltForFilters()3950 if ((didPaintWithFilters != paintsWithFilters()) && !newOutsets.isZero()) { in needsCompositingLayersRebuiltForFilters()4007 bool didPaintWithFilters = false; in styleChanged() local4010 didPaintWithFilters = true; in styleChanged()4017 || needsCompositingLayersRebuiltForFilters(oldStyle, newStyle, didPaintWithFilters) in styleChanged()