Searched defs:hasVisibleDescendant (Results 1 – 2 of 2) sorted by relevance
187 bool hasVisibleDescendant() const { return m_hasVisibleDescendant; } in hasVisibleDescendant() function
844 bool hasVisibleDescendant = child->m_hasVisibleContent || child->m_hasVisibleDescendant; in updateDescendantDependentFlags() local