Searched refs:hasCompositingDescendant (Results 1 – 3 of 3) sorted by relevance
769 return layer->hasCompositingDescendant() && layer->renderer()->hasClipOrOverflowClip(); in clipsCompositingDescendants()777 if (!layer->hasCompositingDescendant()) in needsContentsCompositingLayer()
503 …bool hasCompositingDescendant() const { ASSERT(isAllowedToQueryCompositingState()); return m_hasCo… in hasCompositingDescendant() function
1030 void RenderLayer::setHasCompositingDescendant(bool hasCompositingDescendant) in setHasCompositingDescendant() argument1032 if (m_hasCompositingDescendant == static_cast<unsigned>(hasCompositingDescendant)) in setHasCompositingDescendant()1035 m_hasCompositingDescendant = hasCompositingDescendant; in setHasCompositingDescendant()