HomeSort by relevance Sort by last modified time
    Searched refs:SVGElement (Results 251 - 275 of 408) sorted by null

<<11121314151617

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGStringListTearOff.h 43 static PassRefPtr<SVGStringListTearOff> create(PassRefPtr<SVGStringList> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null())
144 SVGStringListTearOff(PassRefPtr<SVGStringList>, SVGElement*, PropertyIsAnimValType, const QualifiedName&);
SVGTransformList.idl 29 SetWrapperReferenceTo(SVGElement contextElement),
SVGFELightElement.cpp 36 : SVGElement(tagName, document)
60 SVGFELightElement* SVGFELightElement::findLightElement(const SVGElement& svgElement)
62 return Traversal<SVGFELightElement>::firstChild(svgElement);
96 SVGElement::parseAttribute(name, value);
131 SVGElement::svgAttributeChanged(attrName);
135 SVGElement::InvalidationGuard invalidationGuard(this);
170 SVGElement::childrenChanged(change);
SVGFontFaceElement.cpp 50 : SVGElement(font_faceTag, document)
118 SVGElement::parseAttribute(name, value);
313 SVGElement::insertedInto(rootParent);
326 SVGElement::removedFrom(rootParent);
347 SVGElement::childrenChanged(change);
355 SVGElement::trace(visitor);
SVGPatternElement.cpp 35 : SVGElement(SVGNames::patternTag, document)
81 SVGElement::parseAttribute(name, value);
109 SVGElement::svgAttributeChanged(attrName);
113 SVGElement::InvalidationGuard invalidationGuard(this);
128 SVGElement::childrenChanged(change);
203 AffineTransform SVGPatternElement::localCoordinateSpaceTransform(SVGElement::CTMScope) const
SVGNumberList.cpp 105 void SVGNumberList::add(PassRefPtrWillBeRawPtr<SVGPropertyBase> other, SVGElement* contextElement)
116 void SVGNumberList::calculateAnimatedValue(SVGAnimationElement* animationElement, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> fromValue, PassRefPtr<SVGPropertyBase> toValue, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement* contextElement)
140 float SVGNumberList::calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement*)
SVGPathSegList.h 139 virtual void add(PassRefPtrWillBeRawPtr<SVGPropertyBase>, SVGElement*) OVERRIDE;
140 virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> fromValue, PassRefPtr<SVGPropertyBase> toValue, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement*) OVERRIDE;
141 virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement*) OVERRIDE;
SVGPointList.cpp 121 void SVGPointList::add(PassRefPtrWillBeRawPtr<SVGPropertyBase> other, SVGElement* contextElement)
132 void SVGPointList::calculateAnimatedValue(SVGAnimationElement* animationElement, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> fromValue, PassRefPtr<SVGPropertyBase> toValue, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement* contextElement)
163 float SVGPointList::calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement*)
SVGRect.cpp 123 void SVGRect::add(PassRefPtrWillBeRawPtr<SVGPropertyBase> other, SVGElement*)
128 void SVGRect::calculateAnimatedValue(SVGAnimationElement* animationElement, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> fromValue, PassRefPtr<SVGPropertyBase> toValue, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement*)
147 float SVGRect::calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement* contextElement)
SVGStringList.cpp 25 #include "core/svg/SVGElement.h"
150 void SVGStringList::add(PassRefPtrWillBeRawPtr<SVGPropertyBase> other, SVGElement* contextElement)
156 void SVGStringList::calculateAnimatedValue(SVGAnimationElement*, float, unsigned, PassRefPtr<SVGPropertyBase>, PassRefPtr<SVGPropertyBase>, PassRefPtr<SVGPropertyBase>, SVGElement*)
162 float SVGStringList::calculateDistance(PassRefPtr<SVGPropertyBase>, SVGElement*)
SVGAngle.cpp 67 void SVGMarkerOrientEnumeration::add(PassRefPtrWillBeRawPtr<SVGPropertyBase>, SVGElement*)
73 void SVGMarkerOrientEnumeration::calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement* contextElement)
79 float SVGMarkerOrientEnumeration::calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement* contextElement)
363 void SVGAngle::add(PassRefPtrWillBeRawPtr<SVGPropertyBase> other, SVGElement*)
374 void SVGAngle::calculateAnimatedValue(SVGAnimationElement* animationElement, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase> toAtEndOfDuration, SVGElement*)
432 float SVGAngle::calculateDistance(PassRefPtr<SVGPropertyBase> other, SVGElement*)
SVGAnimationElement.cpp 35 #include "core/svg/SVGElement.h"
341 bool SVGAnimationElement::isTargetAttributeCSSProperty(SVGElement* targetElement, const QualifiedName& attributeName)
345 return SVGElement::isAnimatableCSSProperty(attributeName);
348 SVGAnimationElement::ShouldApplyAnimation SVGAnimationElement::shouldApplyAnimation(SVGElement* targetElement, const QualifiedName& attributeName)
628 void SVGAnimationElement::computeCSSPropertyValue(SVGElement* element, CSSPropertyID id, String& value)
638 void SVGAnimationElement::adjustForInheritance(SVGElement* targetElement, const QualifiedName& attributeName, String& value)
648 SVGElement* svgParent = toSVGElement(parent);
652 static bool inheritsFromProperty(SVGElement* targetElement, const QualifiedName& attributeName, const String& value)
659 return SVGElement::isAnimatableCSSProperty(attributeName);
664 SVGElement* targetElement = this->targetElement()
    [all...]
SVGFETileElement.cpp 72 SVGElement::InvalidationGuard invalidationGuard(this);
SVGFilterElement.h 32 #include "core/svg/SVGElement.h"
38 class SVGFilterElement FINAL : public SVGElement,
SVGFitToViewBox.cpp 28 #include "core/svg/SVGElement.h"
36 SVGFitToViewBox::SVGFitToViewBox(SVGElement* element, PropertyMapPolicy propertyMapPolicy)
SVGFitToViewBox.h 81 explicit SVGFitToViewBox(SVGElement*, PropertyMapPolicy = PropertyMapPolicyAdd);
SVGFontElement.cpp 38 : SVGElement(SVGNames::fontTag, document)
158 for (SVGElement* element = Traversal<SVGElement>::firstChild(*this); element; element = Traversal<SVGElement>::nextSibling(*element)) {
SVGFontElement.h 28 #include "core/svg/SVGElement.h"
54 class SVGFontElement FINAL : public SVGElement {
SVGMarkerElement.h 29 #include "core/svg/SVGElement.h"
41 class SVGMarkerElement FINAL : public SVGElement,
SVGMaskElement.h 27 #include "core/svg/SVGElement.h"
33 class SVGMaskElement FINAL : public SVGElement,
SVGTextContentElement.h 86 inline bool isSVGTextContentElement(const SVGElement& element)
SVGTransformTearOff.cpp 39 SVGTransformTearOff::SVGTransformTearOff(PassRefPtr<SVGTransform> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGRoot.h 31 class SVGElement;
35 explicit RenderSVGRoot(SVGElement*);
RenderSVGBlock.cpp 30 #include "core/svg/SVGElement.h"
34 RenderSVGBlock::RenderSVGBlock(SVGElement* element)
RenderSVGResourceContainer.h 34 explicit RenderSVGResourceContainer(SVGElement*);

Completed in 266 milliseconds

<<11121314151617