Home
last modified time | relevance | path

Searched refs:isStyled (Results 1 – 19 of 19) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGResourceClipper.cpp230 … if (!childNode->isSVGElement() || !static_cast<SVGElement*>(childNode)->isStyled() || !renderer) in drawContentIntoMaskImage()
288 … if (!childNode->isSVGElement() || !static_cast<SVGElement*>(childNode)->isStyled() || !renderer) in calculateClipContentRepaintRect()
314 … if (!childNode->isSVGElement() || !static_cast<SVGElement*>(childNode)->isStyled() || !renderer) in hitTestClipContent()
DRenderSVGResourceMasker.cpp147 if (!node->isSVGElement() || !static_cast<SVGElement*>(node)->isStyled() || !renderer) in drawContentIntoMaskImage()
185 … if (!childNode->isSVGElement() || !static_cast<SVGElement*>(childNode)->isStyled() || !renderer) in calculateMaskContentRepaintRect()
DRenderSVGResourcePattern.cpp282 … if (!node->isSVGElement() || !static_cast<SVGElement*>(node)->isStyled() || !node->renderer()) in createTileImage()
DRenderSVGPath.cpp283 if (!svgElement->isStyled()) in calculateMarkerBoundsIfNeeded()
DSVGRenderSupport.cpp221 … if (element->isStyled() && static_cast<SVGStyledElement*>(element)->hasRelativeLengths()) { in layoutChildren()
DSVGResources.cpp180 if (!element->isStyled()) in registerPendingResource()
/external/webkit/Source/WebCore/svg/
DSVGStyledElement.h86 virtual bool isStyled() const { return true; } in isStyled() function
DSVGAnimationElement.cpp296 if (!targetElement->isStyled()) in isTargetAttributeCSSProperty()
312 if (targetElement->isStyled()) in setTargetAttributeAnimatedValue()
331 if (targetElement->isStyled()) in setTargetAttributeAnimatedValue()
DSVGElement.h76 virtual bool isStyled() const { return false; } in isStyled() function
DSVGElementInstance.cpp97 if (element->isStyled() && static_cast<SVGStyledElement*>(element)->instanceUpdatesBlocked()) in invalidateAllInstancesOfElement()
DSVGLocatable.cpp93 if (currentElement->isStyled()) in computeCTM()
DSVGAnimateElement.cpp112 if (svgParent->isStyled()) in adjustForInheritance()
328 if (value.isEmpty() || value != inherit || !targetElement->isStyled()) in inheritsFromProperty()
DSVGElement.cpp279 if (isStyled()) in animatedPropertyTypeForAttribute()
DSVGStyledElement.cpp457 if (!element->isStyled()) { in updateRelativeLengthsInformation()
DSVGUseElement.cpp1090 if (!element || !element->isStyled()) in selfHasRelativeLengths()
/external/webkit/Source/WebCore/dom/
DNode.cpp2540 if (!element->isStyled()) in instancesForSVGElement()
/external/webkit/Source/WebCore/
DChangeLog-2005-12-1911754 (KSVG::SVGElementImpl::isStyled):
11775 (KSVG::SVGStyledElementImpl::isStyled):
DChangeLog-2011-02-1638055 (WebCore::SVGElement::isStyled):
DChangeLog-2010-12-062000 (WebCore::SVGStyledElement::isStyled):