Searched refs:paintingGoesToWindow (Results 1 – 11 of 11) sorted by relevance
101 bool paintingGoesToWindow() const;
890 …if (isSimpleContainerCompositingLayer() || paintingGoesToWindow() || m_artificiallyInflatedBounds … in containsPaintedContent()1028 bool RenderLayerBacking::paintingGoesToWindow() const in paintingGoesToWindow() function in WebCore::RenderLayerBacking1091 if (paintingGoesToWindow()) { in paintIntoLayer()
211 if (!compositingLayer->backing()->paintingGoesToWindow()) { in paintBoxDecorations()
2583 …else if (!backing()->paintingGoesToWindow() && !shouldDoSoftwarePaint(this, paintFlags & PaintLaye… in scrollTo()3755 bool paintsToWindow = !isComposited() || backing()->paintingGoesToWindow(); in scrollTo()4005 if (backing()->paintingGoesToWindow()) { in scrollTo()4018 if (backing()->paintingGoesToWindow()) { in scrollTo()
1163 … (!v->hasLayer() || !v->layer()->isComposited() || v->layer()->backing()->paintingGoesToWindow()) { in repaintUsingContainer()
103 if (!backing || backing->paintingGoesToWindow()) in updateCompositorResources()
27963 (WebCore::RenderLayerBacking::paintingGoesToWindow):40470 paintingGoesToWindow() should return false if the owning layer has 40473 (WebCore::RenderLayerBacking::paintingGoesToWindow):
9187 …(WebCore::RenderLayerBacking::paintingGoesToWindow): Now that we know the root layer attachment, we10795 (WebCore::RenderLayerBacking::paintingGoesToWindow):
91886 'false' from paintingGoesToWindow() because that will cause a -setNeedsDispay, which91893 (WebCore::RenderLayerBacking::paintingGoesToWindow):
24461 (WebCore::RenderLayerBacking::paintingGoesToWindow):
41610 (WebCore::RenderLayerBacking::paintingGoesToWindow):