Searched refs:containingShadow (Results 1 – 2 of 2) sorted by relevance
51 ElementShadow* containingShadow() const;120 inline ElementShadow* ElementShadow::containingShadow() const in containingShadow() function
342 for (ElementShadow* shadow = this; shadow; shadow = shadow->containingShadow()) { in willAffectSelector()