HomeSort by relevance Sort by last modified time
    Searched refs:SVGElement (Results 101 - 125 of 279) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFilterPrimitiveStandardAttributes.h 27 #include "core/svg/SVGElement.h"
38 class SVGFilterPrimitiveStandardAttributes : public SVGElement {
78 void invalidateFilterPrimitiveParent(SVGElement*);
SVGFontFaceFormatElement.cpp 33 : SVGElement(font_face_formatTag, document)
45 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
SVGMaskElement.idl 26 interface SVGMaskElement : SVGElement {
SVGPatternElement.idl 26 interface SVGPatternElement : SVGElement {
SVGPolyElement.h 56 static void synchronizePoints(SVGElement* contextElement);
57 static PassRefPtr<SVGAnimatedProperty> lookupOrCreatePointsWrapper(SVGElement* contextElement);
SVGSVGElement.idl 52 [Default=Undefined] optional SVGElement referenceElement);
54 [Default=Undefined] optional SVGElement referenceElement);
55 boolean checkIntersection([Default=Undefined] optional SVGElement element,
57 boolean checkEnclosure([Default=Undefined] optional SVGElement element,
SVGViewSpec.idl 28 readonly attribute SVGElement viewTarget;
SVGFEMergeNodeElement.h 26 #include "core/svg/SVGElement.h"
30 class SVGFEMergeNodeElement FINAL : public SVGElement {
SVGFontFaceUriElement.cpp 38 : SVGElement(font_face_uriTag, document)
67 SVGElement::parseAttribute(name, value);
72 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
85 return SVGElement::insertedInto(rootParent);
SVGStopElement.cpp 36 REGISTER_PARENT_ANIMATED_PROPERTIES(SVGElement)
40 : SVGElement(SVGNames::stopTag, document)
63 SVGElement::parseAttribute(name, value);
81 SVGElement::svgAttributeChanged(attrName);
SVGAnimateElement.h 41 AnimatedPropertyType determineAnimatedPropertyType(SVGElement*) const;
47 virtual void clearAnimatedType(SVGElement* targetElement);
57 virtual void setTargetElement(SVGElement*) OVERRIDE;
SVGExternalResourcesRequired.cpp 26 #include "core/svg/SVGElement.h"
50 bool SVGExternalResourcesRequired::handleAttributeChange(SVGElement* targetElement, const QualifiedName& attrName)
71 void SVGExternalResourcesRequired::dispatchLoadEvent(SVGElement* targetElement)
96 void SVGExternalResourcesRequired::insertedIntoDocument(SVGElement* targetElement)
110 // A SVGLoad event has been fired by SVGElement::finishParsingChildren.
SVGFEMergeNodeElement.cpp 38 : SVGElement(SVGNames::feMergeNodeTag, document)
60 SVGElement::parseAttribute(name, value);
75 SVGElement::svgAttributeChanged(attrName);
SVGHKernElement.cpp 31 : SVGElement(SVGNames::hkernTag, document)
47 return SVGElement::insertedInto(rootParent);
56 SVGElement::removedFrom(rootParent);
SVGScriptElement.h 28 #include "core/svg/SVGElement.h"
37 : public SVGElement
85 virtual Timer<SVGElement>* svgLoadEventTimer() OVERRIDE;
93 Timer<SVGElement> m_svgLoadEventTimer;
SVGStyleElement.h 26 #include "core/svg/SVGElement.h"
30 class SVGStyleElement FINAL : public SVGElement
66 virtual Timer<SVGElement>* svgLoadEventTimer() OVERRIDE { return &m_svgLoadEventTimer; }
68 Timer<SVGElement> m_svgLoadEventTimer;
SVGVKernElement.cpp 30 : SVGElement(SVGNames::vkernTag, document)
48 return SVGElement::insertedInto(rootParent);
57 SVGElement::removedFrom(rootParent);
SVGViewElement.cpp 37 REGISTER_PARENT_ANIMATED_PROPERTIES(SVGElement)
41 : SVGElement(SVGNames::viewTag, document)
69 SVGElement::parseAttribute(name, value);
SVGMPathElement.cpp 42 : SVGElement(SVGNames::mpathTag, document)
91 SVGElement::insertedInto(rootParent);
99 SVGElement::removedFrom(rootParent);
118 SVGElement::parseAttribute(name, value);
133 SVGElement::svgAttributeChanged(attrName);
SVGFilterPrimitiveStandardAttributes.cpp 47 REGISTER_PARENT_ANIMATED_PROPERTIES(SVGElement)
51 : SVGElement(tagName, document)
80 SVGElement::parseAttribute(name, value);
107 SVGElement::svgAttributeChanged(attrName);
117 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
147 return SVGElement::rendererIsNeeded(style);
158 void invalidateFilterPrimitiveParent(SVGElement* element)
SVGAnimateElement.cpp 59 SVGElement* targetElement = this->targetElement();
66 AnimatedPropertyType SVGAnimateElement::determineAnimatedPropertyType(SVGElement* targetElement) const
101 SVGElement* targetElement = this->targetElement();
151 SVGElement* targetElement = this->targetElement();
163 SVGElement* targetElement = this->targetElement();
206 SVGElement* targetElement = this->targetElement();
247 static inline void applyCSSPropertyToTarget(SVGElement* targetElement, CSSPropertyID id, const String& value)
258 static inline void removeCSSPropertyFromTarget(SVGElement* targetElement, CSSPropertyID id)
265 static inline void applyCSSPropertyToTargetAndInstances(SVGElement* targetElement, const QualifiedName& attributeName, const String& valueAsString)
280 if (SVGElement* shadowTreeElement = (*it)->shadowTreeElement()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGAnimatedEnumerationPropertyTearOff.h 42 static PassRefPtr<SVGAnimatedEnumerationPropertyTearOff<EnumType> > create(SVGElement* contextElement, const QualifiedName& attributeName, AnimatedPropertyType animatedPropertyType, EnumType& property)
56 SVGAnimatedEnumerationPropertyTearOff(SVGElement* contextElement, const QualifiedName& attributeName, AnimatedPropertyType animatedPropertyType, unsigned& property)
SVGAnimatedTransformListPropertyTearOff.h 45 static PassRefPtr<SVGAnimatedTransformListPropertyTearOff> create(SVGElement* contextElement, const QualifiedName& attributeName, AnimatedPropertyType animatedPropertyType, SVGTransformList& values)
52 SVGAnimatedTransformListPropertyTearOff(SVGElement* contextElement, const QualifiedName& attributeName, AnimatedPropertyType animatedPropertyType, SVGTransformList& values)
SVGStaticListPropertyTearOff.h 40 static PassRefPtr<SVGStaticListPropertyTearOff<PropertyType> > create(SVGElement* contextElement, PropertyType& values)
46 SVGElement* contextElement() const { return m_contextElement; }
85 SVGStaticListPropertyTearOff(SVGElement* contextElement, PropertyType& values)
117 SVGElement* m_contextElement;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGModelObject.h 36 #include "core/svg/SVGElement.h"
46 class SVGElement;
50 explicit RenderSVGModelObject(SVGElement*);
68 SVGElement* element() const { return toSVGElement(RenderObject::node()); }

Completed in 142 milliseconds

1 2 3 45 6 7 8 91011>>