Searched refs:isSVGShadowRoot (Results 1 – 7 of 7) sorted by relevance
68 if (!n->isSVGShadowRoot() || !n->isSVGElement()) in findElementInstance()130 return node->isShadowRoot() || node->isSVGShadowRoot(); in isShadowRootOrSVGShadowRoot()251 bool isSVGShadowRoot = ancestor->isSVGShadowRoot(); in ensureEventAncestors() local252 if (isSVGShadowRoot || ancestor->isShadowRoot()) { in ensureEventAncestors()256 ancestor = isSVGShadowRoot ? ancestor->svgShadowHost() : ancestor->shadowHost(); in ensureEventAncestors()270 shouldSkipNextAncestor = ancestor->isSVGShadowRoot(); in ensureEventAncestors()
197 virtual bool isSVGShadowRoot() const { return false; } in isSVGShadowRoot() function731 return getFlag(IsShadowRootFlag) || isSVGShadowRoot() ? 0 : parent(); in parentNode()741 ASSERT(!getFlag(IsShadowRootFlag) && !isSVGShadowRoot()); in parentNodeGuaranteedHostFree()
204 if (ancestor->isSVGShadowRoot()) in prepareScript()
556 ASSERT(!parentNode() && !isSVGShadowRoot()); in setShadowHost()1613 return isSVGShadowRoot() ? static_cast<SVGUseElement*>(parent()) : 0; in svgShadowHost()1638 if (root->isShadowRoot() || root->isSVGShadowRoot()) in shadowTreeRootNode()
61 virtual bool isSVGShadowRoot() const { return true; } in isSVGShadowRoot() function
84 if (!parent->isSVGShadowRoot()) { in title()
12568 Change SVG-related shadow root checks to use isSVGShadowRoot.12574 (WebCore::CSSStyleSelector::SelectorChecker::checkSelector): Use isSVGShadowRoot.17229 (WebCore::Node::isSVGShadowRoot):17241 (WebCore::SVGShadowTreeRootElement::isSVGShadowRoot):