HomeSort by relevance Sort by last modified time
    Searched defs:hasVisibleDescendant (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayer.h 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; }
    [all...]
RenderLayer.cpp 734 ASSERT(!parent() || parent()->hasVisibleDescendant());
768 if (!layer->m_visibleDescendantStatusDirty && layer->hasVisibleDescendant())
807 bool hasVisibleDescendant = child->m_hasVisibleContent || child->m_hasVisibleDescendant
    [all...]

Completed in 40 milliseconds