Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayer.h182 bool subtreeIsInvisible() const { return !hasVisibleContent() && !hasVisibleDescendant(); } in subtreeIsInvisible()
187 bool hasVisibleDescendant() const { return m_hasVisibleDescendant; } in hasVisibleDescendant() function
DRenderLayer.cpp711 ASSERT(!parent() || parent()->hasVisibleDescendant()); in setHasVisibleContent()
753 if (!layer->m_visibleDescendantStatusDirty && layer->hasVisibleDescendant()) in setAncestorChainHasVisibleDescendant()
844 bool hasVisibleDescendant = child->m_hasVisibleContent || child->m_hasVisibleDescendant; in updateDescendantDependentFlags() local
848 m_hasVisibleDescendant |= hasVisibleDescendant; in updateDescendantDependentFlags()
3534 …ludeHiddenDescendants) && this != ancestorLayer && !hasVisibleContent() && !hasVisibleDescendant()) in calculateLayerBounds()
DRenderLayerCompositor.cpp1984 bool paintsContent = layer->isVisuallyNonEmpty() || layer->hasVisibleDescendant(); in requiresCompositingForPosition()
DCompositedLayerMapping.cpp1515 if (!parent->hasVisibleDescendant()) in hasVisibleNonCompositingDescendant()