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.cpp274 if (child->isSelfPaintingLayer() || child->hasSelfPaintingLayerDescendant()) { in updateHasSelfPaintingLayerDescendant()
1609 if (!isSelfPaintingLayer() && !hasSelfPaintingLayerDescendant()) in paintLayer()
1670 ASSERT(isSelfPaintingLayer() || hasSelfPaintingLayerDescendant()); in paintLayerContentsAndReflection()
1684 ASSERT(isSelfPaintingLayer() || hasSelfPaintingLayerDescendant()); in paintLayerContents()
1964 if (!hasSelfPaintingLayerDescendant()) in paintChildren()
2408 ASSERT(isSelfPaintingLayer() || hasSelfPaintingLayerDescendant()); in hitTest()
2543 if (!isSelfPaintingLayer() && !hasSelfPaintingLayerDescendant()) in hitTestLayer()
2781 ASSERT(isSelfPaintingLayer() || hasSelfPaintingLayerDescendant()); in hitTestContents()
2813 if (!hasSelfPaintingLayerDescendant()) in hitTestChildren()
3330 if (!isSelfPaintingLayer() && !hasSelfPaintingLayerDescendant()) in backgroundIsKnownToBeOpaqueInRect()
DRenderLayer.h547 bool hasSelfPaintingLayerDescendant() const in hasSelfPaintingLayerDescendant() function