Home
last modified time | relevance | path

Searched refs:isSVGShadowRoot (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/dom/
DEventDispatcher.cpp68 if (!n->isSVGShadowRoot() || !n->isSVGElement()) in findElementInstance()
130 return node->isShadowRoot() || node->isSVGShadowRoot(); in isShadowRootOrSVGShadowRoot()
251 bool isSVGShadowRoot = ancestor->isSVGShadowRoot(); in ensureEventAncestors() local
252 if (isSVGShadowRoot || ancestor->isShadowRoot()) { in ensureEventAncestors()
256 ancestor = isSVGShadowRoot ? ancestor->svgShadowHost() : ancestor->shadowHost(); in ensureEventAncestors()
270 shouldSkipNextAncestor = ancestor->isSVGShadowRoot(); in ensureEventAncestors()
DNode.h197 virtual bool isSVGShadowRoot() const { return false; } in isSVGShadowRoot() function
731 return getFlag(IsShadowRootFlag) || isSVGShadowRoot() ? 0 : parent(); in parentNode()
741 ASSERT(!getFlag(IsShadowRootFlag) && !isSVGShadowRoot()); in parentNodeGuaranteedHostFree()
DScriptElement.cpp204 if (ancestor->isSVGShadowRoot()) in prepareScript()
DNode.cpp556 ASSERT(!parentNode() && !isSVGShadowRoot()); in setShadowHost()
1613 return isSVGShadowRoot() ? static_cast<SVGUseElement*>(parent()) : 0; in svgShadowHost()
1638 if (root->isShadowRoot() || root->isSVGShadowRoot()) in shadowTreeRootNode()
/external/webkit/Source/WebCore/rendering/svg/
DSVGShadowTreeElements.h61 virtual bool isSVGShadowRoot() const { return true; } in isSVGShadowRoot() function
/external/webkit/Source/WebCore/svg/
DSVGStyledElement.cpp84 if (!parent->isSVGShadowRoot()) { in title()
/external/webkit/Source/WebCore/
DChangeLog12568 Change SVG-related shadow root checks to use isSVGShadowRoot.
12574 (WebCore::CSSStyleSelector::SelectorChecker::checkSelector): Use isSVGShadowRoot.
17229 (WebCore::Node::isSVGShadowRoot):
17241 (WebCore::SVGShadowTreeRootElement::isSVGShadowRoot):