Home
last modified time | relevance | path

Searched refs:shadowHostElement (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/events/
DEventPath.cpp62 Element* shadowHostElement = rootNode->isShadowRoot() ? toShadowRoot(rootNode)->host() : 0; in eventTargetRespectingTargetRules() local
64 if (!shadowHostElement || !shadowHostElement->hasTagName(SVGNames::useTag)) in eventTargetRespectingTargetRules()
66 SVGUseElement* useElement = toSVGUseElement(shadowHostElement); in eventTargetRespectingTargetRules()
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGElement.cpp250 Element* shadowHostElement = toShadowRoot(treeScope().rootNode())->host(); in title() local
254 ASSERT(!shadowHostElement || shadowHostElement->hasTagName(SVGNames::useTag)); in title()
255 if (shadowHostElement && shadowHostElement->hasTagName(SVGNames::useTag)) { in title()
256 SVGUseElement* useElement = toSVGUseElement(shadowHostElement); in title()