Searched refs:hasVisibleDescendant (Results 1 – 4 of 4) sorted by relevance
182 bool subtreeIsInvisible() const { return !hasVisibleContent() && !hasVisibleDescendant(); } in subtreeIsInvisible()187 bool hasVisibleDescendant() const { return m_hasVisibleDescendant; } in hasVisibleDescendant() function
711 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() local848 m_hasVisibleDescendant |= hasVisibleDescendant; in updateDescendantDependentFlags()3534 …ludeHiddenDescendants) && this != ancestorLayer && !hasVisibleContent() && !hasVisibleDescendant()) in calculateLayerBounds()
1984 bool paintsContent = layer->isVisuallyNonEmpty() || layer->hasVisibleDescendant(); in requiresCompositingForPosition()
1515 if (!parent->hasVisibleDescendant()) in hasVisibleNonCompositingDescendant()