Searched refs:isSelfPaintingLayer (Results 1 – 10 of 10) sorted by relevance
2681 if (overlapTestRequests && isSelfPaintingLayer()) in scrollTo()2687 …ectsDamageRect(layerBounds, damageRect, rootLayer) && m_hasVisibleContent && isSelfPaintingLayer(); in scrollTo()2734 if (!outlineRect.isEmpty() && isSelfPaintingLayer() && !paintingOverlayScrollbars) { in scrollTo()3158 if (fgRect.intersects(hitTestArea) && isSelfPaintingLayer()) { in scrollTo()3188 if (bgRect.intersects(hitTestArea) && isSelfPaintingLayer()) { in scrollTo()4062 bool RenderLayer::isSelfPaintingLayer() const in scrollTo() function in WebCore::RenderLayer
193 bool isSelfPaintingLayer() const;
282 return m_layer && m_layer->isSelfPaintingLayer(); in hasSelfPaintingLayer()290 s_layerWasSelfPainting = layer()->isSelfPaintingLayer(); in styleWillChange()364 if (s_hadLayer && layer()->isSelfPaintingLayer() != s_layerWasSelfPainting) in styleDidChange()
1088 bool isOverflowClip = hasOverflowClip() && !layer()->isSelfPaintingLayer(); in pushContentsClip()1110 ASSERT(hasControlClip() || (hasOverflowClip() && !layer()->isSelfPaintingLayer())); in popContentsClip()3390 if (layer && layer->isSelfPaintingLayer()) in enclosingFloatPaintingLayer()
1115 …VisibleContent() || m_owningLayer->hasVisibleDescendant()) && m_owningLayer->isSelfPaintingLayer(); in paintIntoLayer()
1472 return m_hasAcceleratedCompositing && layer->isSelfPaintingLayer();
9138 (WebCore::RenderLayer::isSelfPaintingLayer):28075 account the fact that needsToBeComposited() also tests layer->isSelfPaintingLayer().28083 … (WebCore::RenderLayerCompositor::calculateCompositedBounds): Repace use of isSelfPaintingLayer()
12486 (WebCore::RenderLayer::isSelfPaintingLayer):97520 (WebCore::RenderLayer::isSelfPaintingLayer):
35507 (WebCore::RenderLayer::isSelfPaintingLayer):
16421 (WebCore::RenderLayer::isSelfPaintingLayer): Reformat, and add isApplet().