Searched refs:isSVGShadowRoot (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
H A DSVGShadowTreeElements.h61 virtual bool isSVGShadowRoot() const { return true; } function in class:WebCore::SVGShadowTreeRootElement
/external/webkit/Source/WebCore/dom/
H A DEventDispatcher.cpp68 if (!n->isSVGShadowRoot() || !n->isSVGElement())
130 return node->isShadowRoot() || node->isSVGShadowRoot();
251 bool isSVGShadowRoot = ancestor->isSVGShadowRoot(); local
252 if (isSVGShadowRoot || ancestor->isShadowRoot()) {
256 ancestor = isSVGShadowRoot ? ancestor->svgShadowHost() : ancestor->shadowHost();
270 shouldSkipNextAncestor = ancestor->isSVGShadowRoot();
H A DNode.h197 virtual bool isSVGShadowRoot() const { return false; } function in class:WebCore::Node
731 return getFlag(IsShadowRootFlag) || isSVGShadowRoot() ? 0 : parent();
741 ASSERT(!getFlag(IsShadowRootFlag) && !isSVGShadowRoot());
H A DScriptElement.cpp204 if (ancestor->isSVGShadowRoot())
H A DNode.cpp556 ASSERT(!parentNode() && !isSVGShadowRoot());
1613 return isSVGShadowRoot() ? static_cast<SVGUseElement*>(parent()) : 0;
1638 if (root->isShadowRoot() || root->isSVGShadowRoot())
/external/webkit/Source/WebCore/svg/
H A DSVGStyledElement.cpp84 if (!parent->isSVGShadowRoot()) {

Completed in 106 milliseconds