Home
last modified time | relevance | path

Searched refs:isSelfPaintingLayer (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayerModelObject.cpp65 return m_layer && m_layer->isSelfPaintingLayer(); in hasSelfPaintingLayer()
109 bool layerWasSelfPainting = hadLayer && layer()->isSelfPaintingLayer(); in styleDidChange()
141 if (hadLayer && layer()->isSelfPaintingLayer() != layerWasSelfPainting) in styleDidChange()
DRenderLayer.cpp274 if (child->isSelfPaintingLayer() || child->hasSelfPaintingLayerDescendant()) { in updateHasSelfPaintingLayerDescendant()
289 if (layer->isSelfPaintingLayer()) { in dirtyAncestorChainHasSelfPaintingLayerDescendantStatus()
1609 if (!isSelfPaintingLayer() && !hasSelfPaintingLayerDescendant()) in paintLayer()
1670 ASSERT(isSelfPaintingLayer() || hasSelfPaintingLayerDescendant()); in paintLayerContentsAndReflection()
1684 ASSERT(isSelfPaintingLayer() || hasSelfPaintingLayerDescendant()); in paintLayerContents()
1688 bool isSelfPaintingLayer = this->isSelfPaintingLayer(); in paintLayerContents() local
1700 bool shouldPaintOutline = isSelfPaintingLayer && !isPaintingOverlayScrollbars in paintLayerContents()
1703 …bool shouldPaintContent = m_hasVisibleContent && isSelfPaintingLayer && !isPaintingOverlayScrollba… in paintLayerContents()
2408 ASSERT(isSelfPaintingLayer() || hasSelfPaintingLayerDescendant()); in hitTest()
2543 if (!isSelfPaintingLayer() && !hasSelfPaintingLayerDescendant()) in hitTestLayer()
[all …]
DRenderLayer.h117 bool isSelfPaintingLayer() const { return m_isSelfPaintingLayer; } in isSelfPaintingLayer() function
DRenderBox.cpp1053 …if ((!child->hasLayer() || !toRenderLayerModelObject(child)->layer()->isSelfPaintingLayer()) && ch… in nodeAtPoint()
1315 && layer()->isSelfPaintingLayer())) { in invalidatePaintIfNeeded()
1365 bool isOverflowClip = hasOverflowClip() && !layer()->isSelfPaintingLayer(); in pushContentsClip()
1407 ASSERT(hasControlClip() || (hasOverflowClip() && !layer()->isSelfPaintingLayer())); in popContentsClip()
4228 if (layer && layer->isSelfPaintingLayer()) in enclosingFloatPaintingLayer()
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
DRenderLayerCompositor.cpp761 …return m_hasAcceleratedCompositing && layer->isSelfPaintingLayer() && !layer->subtreeIsInvisible()… in canBeComposited()