Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayer.cpp321 … if (!layer->m_hasSelfPaintingLayerDescendantDirty && layer->hasSelfPaintingLayerDescendant()) in setAncestorChainHasSelfPaintingLayerDescendant()
336 … || parent()->m_hasSelfPaintingLayerDescendantDirty || parent()->hasSelfPaintingLayerDescendant()); in dirtyAncestorChainHasSelfPaintingLayerDescendantStatus()
845 …bool hasSelfPaintingLayerDescendant = child->isSelfPaintingLayer() || child->hasSelfPaintingLayerD… in updateDescendantDependentFlags() local
849 m_hasSelfPaintingLayerDescendant |= hasSelfPaintingLayerDescendant; in updateDescendantDependentFlags()
1407 if (child->isSelfPaintingLayer() || child->hasSelfPaintingLayerDescendant()) in addChild()
1474 if (oldChild->isSelfPaintingLayer() || oldChild->hasSelfPaintingLayerDescendant()) in removeChild()
1906 if (!isSelfPaintingLayer() && !hasSelfPaintingLayerDescendant()) in paintLayer()
1966 ASSERT(isSelfPaintingLayer() || hasSelfPaintingLayerDescendant()); in paintLayerContentsAndReflection()
1980 ASSERT(isSelfPaintingLayer() || hasSelfPaintingLayerDescendant()); in paintLayerContents()
2219 if (!hasSelfPaintingLayerDescendant()) in paintChildren()
[all …]
DRenderLayer.h201 bool hasSelfPaintingLayerDescendant() const { return m_hasSelfPaintingLayerDescendant; } in hasSelfPaintingLayerDescendant() function