Searched refs:hasSelfPaintingLayerDescendant (Results 1 – 2 of 2) sorted by relevance
321 … if (!layer->m_hasSelfPaintingLayerDescendantDirty && layer->hasSelfPaintingLayerDescendant()) in setAncestorChainHasSelfPaintingLayerDescendant()336 … || parent()->m_hasSelfPaintingLayerDescendantDirty || parent()->hasSelfPaintingLayerDescendant()); in dirtyAncestorChainHasSelfPaintingLayerDescendantStatus()845 …bool hasSelfPaintingLayerDescendant = child->isSelfPaintingLayer() || child->hasSelfPaintingLayerD… in updateDescendantDependentFlags() local849 m_hasSelfPaintingLayerDescendant |= hasSelfPaintingLayerDescendant; in updateDescendantDependentFlags()1407 if (child->isSelfPaintingLayer() || child->hasSelfPaintingLayerDescendant()) in addChild()1474 if (oldChild->isSelfPaintingLayer() || oldChild->hasSelfPaintingLayerDescendant()) in removeChild()1906 if (!isSelfPaintingLayer() && !hasSelfPaintingLayerDescendant()) in paintLayer()1966 ASSERT(isSelfPaintingLayer() || hasSelfPaintingLayerDescendant()); in paintLayerContentsAndReflection()1980 ASSERT(isSelfPaintingLayer() || hasSelfPaintingLayerDescendant()); in paintLayerContents()2219 if (!hasSelfPaintingLayerDescendant()) in paintChildren()[all …]
201 bool hasSelfPaintingLayerDescendant() const { return m_hasSelfPaintingLayerDescendant; } in hasSelfPaintingLayerDescendant() function