Home
last modified time | relevance | path

Searched refs:m_hasSelfPaintingLayerDescendant (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayer.h207 bool hasSelfPaintingLayerDescendant() const { return m_hasSelfPaintingLayerDescendant; } in hasSelfPaintingLayerDescendant()
625 unsigned m_hasSelfPaintingLayerDescendant : 1; variable
DRenderLayer.cpp109 , m_hasSelfPaintingLayerDescendant(false) in RenderLayer()
324 layer->m_hasSelfPaintingLayerDescendant = true; in setAncestorChainHasSelfPaintingLayerDescendant()
802 m_hasSelfPaintingLayerDescendant = false; in updateDescendantDependentFlags()
811 m_hasSelfPaintingLayerDescendant |= hasSelfPaintingLayerDescendant; in updateDescendantDependentFlags()
813 if (m_hasVisibleDescendant && m_hasSelfPaintingLayerDescendant) in updateDescendantDependentFlags()