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

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedBoolean.h 41 static PassRefPtr<SVGAnimatedBoolean> create(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<SVGBoolean> initialValue)
47 SVGAnimatedBoolean(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<SVGBoolean> initialValue)
SVGAnimatedEnumeration.idl 29 SetWrapperReferenceTo(SVGElement contextElement),
SVGAnimatedPreserveAspectRatio.h 41 static PassRefPtr<SVGAnimatedPreserveAspectRatio> create(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<SVGPreserveAspectRatio> initialValue)
47 SVGAnimatedPreserveAspectRatio(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<SVGPreserveAspectRatio> initialValue)
SVGAnimatedString.h 41 static PassRefPtr<SVGAnimatedString> create(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<SVGString> initialValue)
47 SVGAnimatedString(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<SVGString> initialValue)
SVGElementRareData.h 23 #include "core/svg/SVGElement.h"
36 SVGElementRareData(SVGElement* owner)
56 WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGElement> >& elementInstances() { return m_elementInstances; }
57 const WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGElement> >& elementInstances() const { return m_elementInstances; }
65 SVGElement* correspondingElement() { return m_correspondingElement.get(); }
66 void setCorrespondingElement(SVGElement* correspondingElement) { m_correspondingElement = correspondingElement; }
85 Member<SVGElement> m_owner;
89 WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGElement> > m_elementInstances;
92 RefPtrWillBeMember<SVGElement> m_correspondingElement;
SVGFEGaussianBlurElement.idl 30 interface SVGFEGaussianBlurElement : SVGElement {
SVGFESpecularLightingElement.idl 28 interface SVGFESpecularLightingElement : SVGElement {
SVGFontFaceFormatElement.cpp 33 : SVGElement(font_face_formatTag, document)
41 SVGElement::childrenChanged(change);
SVGGlyphElement.h 27 #include "core/svg/SVGElement.h"
34 class SVGGlyphElement FINAL : public SVGElement {
45 static SVGGlyph buildGenericGlyphIdentifier(const SVGElement*);
SVGStyleElement.idl 27 interface SVGStyleElement : SVGElement {
SVGTests.h 30 class SVGElement;
48 SVGTests(SVGElement* contextElement);
SVGElement.cpp 26 #include "core/svg/SVGElement.h"
59 SVGElement::SVGElement(const QualifiedName& tagName, Document& document, ConstructionType constructionType)
71 SVGElement::~SVGElement()
91 void SVGElement::detach(const AttachContext& context)
94 if (SVGElement* element = correspondingElement())
98 void SVGElement::attach(const AttachContext& context)
101 if (SVGElement* element = correspondingElement())
105 short SVGElement::tabIndex() cons
    [all...]
SVGLengthContext.h 29 class SVGElement;
55 explicit SVGLengthContext(const SVGElement*);
63 static FloatRect resolveRectangle(const SVGElement*, SVGUnitTypes::SVGUnitType, const FloatRect& viewport, PassRefPtr<SVGLength> x, PassRefPtr<SVGLength> y, PassRefPtr<SVGLength> width, PassRefPtr<SVGLength> height);
64 static FloatPoint resolvePoint(const SVGElement*, SVGUnitTypes::SVGUnitType, PassRefPtr<SVGLength> x, PassRefPtr<SVGLength> y);
65 static float resolveLength(const SVGElement*, SVGUnitTypes::SVGUnitType, PassRefPtr<SVGLength>);
73 SVGLengthContext(const SVGElement*, const FloatRect& viewport);
84 RawPtrWillBeMember<const SVGElement> m_context;
SVGAnimatedColor.h 53 virtual void add(PassRefPtrWillBeRawPtr<SVGPropertyBase>, SVGElement*) OVERRIDE;
54 virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement*) OVERRIDE;
55 virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement*) OVERRIDE;
SVGAnimatedEnumeration.h 41 static PassRefPtr<SVGAnimatedEnumeration<Enum> > create(SVGElement* contextElement, const QualifiedName& attributeName, Enum initialValue)
46 static PassRefPtr<SVGAnimatedEnumeration<Enum> > create(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<SVGEnumeration<Enum> > initialValue)
67 SVGAnimatedEnumeration(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<SVGEnumeration<Enum> > initialValue)
SVGBoolean.cpp 58 void SVGBoolean::add(PassRefPtrWillBeRawPtr<SVGPropertyBase>, SVGElement*)
63 void SVGBoolean::calculateAnimatedValue(SVGAnimationElement* animationElement, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase>, SVGElement*)
72 float SVGBoolean::calculateDistance(PassRefPtr<SVGPropertyBase>, SVGElement*)
SVGNumberList.h 58 virtual void add(PassRefPtrWillBeRawPtr<SVGPropertyBase>, SVGElement*) OVERRIDE;
59 virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> fromValue, PassRefPtr<SVGPropertyBase> toValue, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement*) OVERRIDE;
60 virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement*) OVERRIDE;
SVGPointList.h 58 virtual void add(PassRefPtrWillBeRawPtr<SVGPropertyBase>, SVGElement*) OVERRIDE;
59 virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> fromValue, PassRefPtr<SVGPropertyBase> toValue, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement*) OVERRIDE;
60 virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement*) OVERRIDE;
SVGSymbolElement.cpp 31 : SVGElement(SVGNames::symbolTag, document)
50 SVGElement::parseAttribute(name, value);
66 SVGElement::svgAttributeChanged(attrName);
SVGAngle.h 51 virtual void add(PassRefPtrWillBeRawPtr<SVGPropertyBase>, SVGElement*) OVERRIDE;
52 virtual void calculateAnimatedValue(SVGAnimationElement*, float, unsigned, PassRefPtr<SVGPropertyBase>, PassRefPtr<SVGPropertyBase>, PassRefPtr<SVGPropertyBase>, SVGElement*) OVERRIDE;
53 virtual float calculateDistance(PassRefPtr<SVGPropertyBase>, SVGElement*) OVERRIDE;
105 virtual void add(PassRefPtrWillBeRawPtr<SVGPropertyBase>, SVGElement*) OVERRIDE;
106 virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement* contextElement) OVERRIDE;
107 virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement* contextElement) OVERRIDE;
SVGMPathElement.cpp 33 : SVGElement(SVGNames::mpathTag, document)
80 SVGElement::insertedInto(rootParent);
88 SVGElement::removedFrom(rootParent);
108 SVGElement::parseAttribute(name, value);
120 SVGElement::svgAttributeChanged(attrName);
124 SVGElement::InvalidationGuard invalidationGuard(this);
SVGAnimatedInteger.h 44 static PassRefPtr<SVGAnimatedInteger> create(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<SVGInteger> initialValue)
57 SVGAnimatedInteger(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<SVGInteger> initialValue)
  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGPropertyTearOff.h 76 SVGElement* contextElement()
86 void attachToSVGElementAttribute(SVGElement* contextElement, const QualifiedName& attributeName)
98 SVGPropertyTearOffBase(SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null())
108 SVGElement* m_contextElement;
134 SVGPropertyTearOff(PassRefPtr<Property> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null())
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSCursorImageValue.h 31 class SVGElement;
58 void removeReferencedElement(SVGElement*);
80 HashSet<SVGElement*> m_referencedElements;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGHiddenContainer.h 27 class SVGElement;
33 explicit RenderSVGHiddenContainer(SVGElement*);

Completed in 374 milliseconds

1 2 34 5 6 7 8 91011>>