/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
D | SharedStyleFinder.cpp | 112 …return element.isSVGElement() ? element.getAttribute(typeAttr) : element.fastGetAttribute(typeAttr… in typeAttributeValue() 136 if (element().isSVGElement()) { in sharingCandidateHasIdenticalStyleAffectingAttributes() 180 if (candidate.isSVGElement() && toSVGElement(candidate).animatedSMILStyleProperties()) in canShareStyleWithElement() 230 if (parent->isSVGElement() && toSVGElement(parent)->animatedSMILStyleProperties()) in canShareStyleWithElement()
|
D | StyleResolverState.h | 133 bool useSVGZoomRules() const { return element() && element()->isSVGElement(); } in useSVGZoomRules()
|
/external/chromium_org/third_party/WebKit/Source/core/events/ |
D | EventPath.cpp | 56 if (!referenceNode->isSVGElement() || !referenceNode->isInShadowTree()) in eventTargetRespectingTargetRules() 227 bool isSVGElement = at(0).node()->isSVGElement(); in calculateAdjustedTargets() local 234 } else if (*lastTreeScope != currentTreeScope && !isSVGElement) { in calculateAdjustedTargets()
|
D | EventContext.h | 99 …return target && target->toNode() && !target->toNode()->isSVGElement() && !target->toNode()->treeS… in isUnreachableNode()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | RenderSVGResourceClipper.cpp | 99 if (!childNode->isSVGElement() || !toSVGElement(childNode)->isSVGGraphicsElement()) in tryPathOnlyClipping() 164 if (!target->node()->isSVGElement() in applyClippingToContext() 273 if (!childNode->isSVGElement() || !renderer) in asDisplayList() 313 if (!childNode->isSVGElement() || !renderer) in calculateClipContentRepaintRect() 343 if (!childNode->isSVGElement() || !renderer) in hitTestClipContent()
|
D | ReferenceFilterBuilder.cpp | 138 if (!filter->isSVGElement() || !filter->hasTagName(SVGNames::filterTag)) in build() 154 if (!node->isSVGElement()) in build()
|
D | RenderSVGResourceMasker.cpp | 139 if (!childNode->isSVGElement() || !renderer) in asDisplayList() 155 if (!childNode->isSVGElement() || !renderer) in calculateMaskContentRepaintRect()
|
D | SVGResourcesCache.cpp | 118 return renderer->node() && renderer->node()->isSVGElement() && !renderer->isSVGInlineText(); in rendererCanHaveResources() 125 ASSERT(renderer->node()->isSVGElement()); in clientStyleChanged()
|
D | SVGRenderSupport.cpp | 228 … if (SVGElement* element = child->node()->isSVGElement() ? toSVGElement(child->node()) : 0) { in layoutChildren() 354 ASSERT(object->node()->isSVGElement()); in applyStrokeStyleToContext() 383 ASSERT(object->node()->isSVGElement()); in applyStrokeStyleToStrokeData()
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGUseElement.cpp | 335 if (!node->isSVGElement()) in isDisallowedElement() 418 if (target->isSVGElement()) { in buildPendingResource() 549 if (n->isSVGElement() && toSVGElement(n)->isSVGGraphicsElement()) { in toClipPath() 569 if (n->isSVGElement() && isDirectReference(n)) in rendererClipChild() 609 if (node->isSVGElement()) in buildInstanceTree() 641 if (targetElement && targetElement->isSVGElement()) in hasCycleUseReferencing() 715 if (targetElement && targetElement->isSVGElement()) in expandUseElementsInShadowTree() 729 ASSERT(newChild->isSVGElement()); in expandUseElementsInShadowTree() 837 if (target->isSVGElement()) in associateInstancesWithShadowTreeElements() 847 while (node && !node->isSVGElement()) in associateInstancesWithShadowTreeElements()
|
D | SVGElement.cpp | 173 if (!parentOrShadowHostElement() || parentOrShadowHostElement()->isSVGElement()) in rendererIsNeeded() 213 …if (isInShadowTree() && parentOrShadowHostElement() && parentOrShadowHostElement()->isSVGElement()) in isOutermostSVGSVGElement() 217 return !parentNode()->isSVGElement(); in isOutermostSVGSVGElement() 269 if (titleElement->hasTagName(SVGNames::titleTag) && titleElement->isSVGElement()) in title() 362 if (rootParent->isSVGElement() && !parentNode()) { in removedFrom() 370 …ASSERT_WITH_SECURITY_IMPLICATION(!rootParent->isSVGElement() || !toSVGElement(rootParent)->m_eleme… in removedFrom() 479 …for (ContainerNode* currentNode = this; currentNode && currentNode->isSVGElement(); currentNode = … in updateRelativeLengthsInformation() 795 if (child->isSVGElement() && !toSVGElement(child)->haveLoadedRequiredResources()) in haveLoadedRequiredResources() 902 …return parentNode() && !parentNode()->isSVGElement() && hasTagName(SVGNames::svgTag) && Element::s… in shouldMoveToFlowThread() 914 …currentTarget = (parent && parent->isSVGElement()) ? static_pointer_cast<SVGElement>(parent) : Ref… in sendSVGLoadEventIfPossible() [all …]
|
D | SVGForeignObjectElement.cpp | 130 if (child.isSVGElement()) in childShouldCreateRenderer() 145 while (ancestor && ancestor->isSVGElement()) { in rendererIsNeeded()
|
D | SVGAElement.cpp | 145 if (parentNode() && parentNode()->isSVGElement() && toSVGElement(parentNode())->isTextContent()) in createRenderer() 234 if (parentNode() && parentNode()->isSVGElement()) in childShouldCreateRenderer()
|
D | SVGStopElement.h | 55 return node.isSVGElement() && toSVGElement(node).isGradientStop(); in isSVGStopElement()
|
D | SVGSwitchElement.cpp | 59 if (!node->isSVGElement()) in childShouldCreateRenderer()
|
D | SVGGElement.cpp | 100 return parentOrShadowHostElement() && parentOrShadowHostElement()->isSVGElement(); in rendererIsNeeded()
|
D | SVGGraphicsElement.h | 81 return node.isSVGElement() && toSVGElement(node).isSVGGraphicsElement(); in isSVGGraphicsElement()
|
D | SVGTextContentElement.h | 127 return node.isSVGElement() && toSVGElement(node).isTextContent();
|
D | SVGMPathElement.cpp | 75 } else if (target->isSVGElement()) { in buildPendingResource()
|
D | SVGTextPositioningElement.cpp | 161 ASSERT(node->isSVGElement()); in elementFromRenderer()
|
D | SVGGradientElement.cpp | 144 SVGElement* element = n->isSVGElement() ? toSVGElement(n) : 0; in buildStops()
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | DocumentStyleSheetCollection.cpp | 77 …ment() && (n->hasTagName(linkTag) || n->hasTagName(styleTag))) || (n->isSVGElement() && n->hasTagN… in collectStyleSheetsFromCandidates() 100 } else if (n->isSVGElement() && n->hasTagName(SVGNames::styleTag)) { in collectStyleSheetsFromCandidates()
|
D | VisitedLinkState.cpp | 45 ASSERT(element.isSVGElement()); in linkAttribute()
|
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/ |
D | CustomElementRegistrationContext.cpp | 129 if (!element->isHTMLElement() && !element->isSVGElement()) in setTypeExtension()
|
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/filters/ |
D | SVGFEImage.cpp | 88 if (!hrefElement || !hrefElement->isSVGElement()) in referencedRenderer()
|