Searched defs:hasCompositingDescendant (Results 1 – 2 of 2) sorted by relevance
503 …bool hasCompositingDescendant() const { ASSERT(isAllowedToQueryCompositingState()); return m_hasCo… in hasCompositingDescendant() function
1030 void RenderLayer::setHasCompositingDescendant(bool hasCompositingDescendant) in setHasCompositingDescendant()