Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderLayer.h356 bool hasVisibleDescendant() const { return m_hasVisibleDescendant; } in hasVisibleDescendant() function
DRenderLayerBacking.cpp1115 …bool shouldPaint = (m_owningLayer->hasVisibleContent() || m_owningLayer->hasVisibleDescendant()) &… in paintIntoLayer()
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2946728 may be visible. We also have to consult hasVisibleDescendant() as well.
46733 (WebCore::RenderLayer::hasVisibleDescendant):