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

/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderLayer.h587 // ditto for hasVisibleDescendant(), see https://bugs.webkit.org/show_bug.cgi?id=71277
589 bool hasVisibleDescendant() const { return m_hasVisibleDescendant; } function in class:WebCore::final
H A DRenderLayerBacking.cpp1763 if (!parent.hasVisibleDescendant())
H A DRenderLayerCompositor.cpp2651 bool paintsContent = layer.isVisuallyNonEmpty() || layer.hasVisibleDescendant();

Completed in 187 milliseconds