Searched refs:shadowHostElement (Results 1 – 2 of 2) sorted by relevance
62 Element* shadowHostElement = rootNode->isShadowRoot() ? toShadowRoot(rootNode)->host() : 0; in eventTargetRespectingTargetRules() local64 if (!shadowHostElement || !shadowHostElement->hasTagName(SVGNames::useTag)) in eventTargetRespectingTargetRules()66 SVGUseElement* useElement = toSVGUseElement(shadowHostElement); in eventTargetRespectingTargetRules()
250 Element* shadowHostElement = toShadowRoot(treeScope().rootNode())->host(); in title() local254 ASSERT(!shadowHostElement || shadowHostElement->hasTagName(SVGNames::useTag)); in title()255 if (shadowHostElement && shadowHostElement->hasTagName(SVGNames::useTag)) { in title()256 SVGUseElement* useElement = toSVGUseElement(shadowHostElement); in title()