Home | History | Annotate | Download | only in dom

Lines Matching refs:hasShadow

996     bool hasShadow = isElementNode() && toElement(this)->shadow();
997 if (!hasChildren && !hasShadow)