Searched refs:hasVisibleDescendant (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderLayer.h356 bool hasVisibleDescendant() const { return m_hasVisibleDescendant; } function in class:WebCore::RenderLayer
H A DRenderLayerBacking.cpp1115 bool shouldPaint = (m_owningLayer->hasVisibleContent() || m_owningLayer->hasVisibleDescendant()) && m_owningLayer->isSelfPaintingLayer();

Completed in 375 milliseconds