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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositingReasonFinder.cpp 214 bool paintsContent = layer->isVisuallyNonEmpty() || layer->hasVisibleDescendant();
CompositedLayerMapping.cpp     [all...]
  /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 73 milliseconds