Home
last modified time | relevance | path

Searched refs:didPaintWithFilters (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayer.h371 …rFilters(const RenderStyle* oldStyle, const RenderStyle* newStyle, bool didPaintWithFilters) const;
DRenderLayer.cpp3926 …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() local
4010 didPaintWithFilters = true; in styleChanged()
4017 || needsCompositingLayersRebuiltForFilters(oldStyle, newStyle, didPaintWithFilters) in styleChanged()