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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayer.h 171 bool subtreeIsInvisible() const { return !hasVisibleContent() && !hasVisibleDescendant(); }
176 // FIXME: hasVisibleDescendant() should call updateDescendantDependentFlags() if m_visibleDescendantStatusDirty.
177 bool hasVisibleDescendant() const { ASSERT(!m_visibleDescendantStatusDirty); return m_hasVisibleDescendant; }
    [all...]
RenderLayer.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositedLayerMapping.cpp     [all...]

Completed in 456 milliseconds