Home | History | Annotate | Download | only in rendering

Lines Matching defs:hasVisibleDescendant

188     bool subtreeIsInvisible() const { return !hasVisibleContent() && !hasVisibleDescendant(); }
191 // ditto for hasVisibleDescendant(), see https://bugs.webkit.org/show_bug.cgi?id=71277
193 bool hasVisibleDescendant() const { return m_hasVisibleDescendant; }