HomeSort by relevance Sort by last modified time
    Searched refs:SVGElement (Results 51 - 75 of 193) sorted by null

1 23 4 5 6 7 8

  /external/webkit/Source/WebCore/svg/
SVGFEPointLightElement.idl 28 interface [Conditional=SVG&FILTERS] SVGFEPointLightElement : SVGElement {
SVGPathSegList.h 32 class SVGElement;
44 void commitChange(SVGElement* contextElement);
SVGPolygonElement.idl 28 interface [Conditional=SVG] SVGPolygonElement : SVGElement,
SVGPolylineElement.idl 28 interface [Conditional=SVG] SVGPolylineElement : SVGElement,
SVGStringList.h 31 class SVGElement;
44 void commitChange(SVGElement* contextElement);
SVGCursorElement.cpp 39 : SVGElement(tagName, document)
52 HashSet<SVGElement*>::iterator end = m_clients.end();
53 for (HashSet<SVGElement*>::iterator it = m_clients.begin(); it != end; ++it)
71 SVGElement::parseMappedAttribute(attr);
89 void SVGCursorElement::addClient(SVGElement* element)
95 void SVGCursorElement::removeClient(SVGElement* element)
97 HashSet<SVGElement*>::iterator it = m_clients.find(element);
104 void SVGCursorElement::removeReferencedElement(SVGElement* element)
111 SVGElement::svgAttributeChanged(attrName);
118 HashSet<SVGElement*>::const_iterator it = m_clients.begin()
    [all...]
SVGDocumentExtensions.h 37 class SVGElement;
61 void addAnimationElementToTarget(SVGSMILElement*, SVGElement*);
62 void removeAnimationElementFromTarget(SVGSMILElement*, SVGElement*);
63 void removeAllAnimationElementsFromTarget(SVGElement*);
73 HashMap<SVGElement*, HashSet<SVGSMILElement*>* > m_animatedElements;
SVGElementRareData.h 31 class SVGElement;
44 typedef HashMap<const SVGElement*, SVGElementRareData*> SVGElementRareDataMap;
52 static SVGElementRareData* rareDataFromMap(const SVGElement* element)
SVGFELightElement.h 28 #include "SVGElement.h"
32 class SVGFELightElement : public SVGElement {
35 static SVGFELightElement* findLightElement(const SVGElement*);
36 static PassRefPtr<LightSource> findLightSource(const SVGElement*);
SVGStyleElement.cpp 38 : SVGElement(tagName, document)
95 SVGElement::parseMappedAttribute(attr);
102 SVGElement::finishParsingChildren();
107 SVGElement::insertedIntoDocument();
113 SVGElement::removedFromDocument();
120 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
SVGCircleElement.idl 29 interface [Conditional=SVG] SVGCircleElement : SVGElement,
SVGEllipseElement.idl 28 interface [Conditional=SVG] SVGEllipseElement : SVGElement,
SVGFEDiffuseLightingElement.idl 28 interface [Conditional=SVG&FILTERS] SVGFEDiffuseLightingElement : SVGElement,
SVGFEGaussianBlurElement.idl 28 interface [Conditional=SVG&FILTERS] SVGFEGaussianBlurElement : SVGElement,
SVGFESpecularLightingElement.idl 28 interface [Conditional=SVG&FILTERS] SVGFESpecularLightingElement : SVGElement,
SVGForeignObjectElement.idl 28 interface [Conditional=SVG&SVG_FOREIGN_OBJECT] SVGForeignObjectElement : SVGElement,
SVGLineElement.idl 28 interface [Conditional=SVG] SVGLineElement : SVGElement,
SVGStyleElement.idl 29 interface [Conditional=SVG] SVGStyleElement : SVGElement,
SVGStyledLocatableElement.cpp 27 #include "SVGElement.h"
37 SVGElement* SVGStyledLocatableElement::nearestViewportElement() const
42 SVGElement* SVGStyledLocatableElement::farthestViewportElement() const
SVGFEMergeNodeElement.cpp 38 : SVGElement(tagName, document)
53 SVGElement::parseMappedAttribute(attr);
58 SVGElement::svgAttributeChanged(attrName);
87 SVGElement::synchronizeProperty(attrName);
SVGFEMergeNodeElement.h 26 #include "SVGElement.h"
30 class SVGFEMergeNodeElement : public SVGElement {
  /external/webkit/Source/WebCore/svg/properties/
SVGAnimatedProperty.h 26 #include "SVGElement.h"
31 class SVGElement;
36 SVGElement* contextElement() const { return m_contextElement.get(); }
65 static PassRefPtr<TearOffType> lookupOrCreateWrapper(SVGElement* element, const QualifiedName& attributeName, const AtomicString& attributeIdentifier, PropertyType& property)
78 static TearOffType* lookupWrapper(SVGElement* element, const AtomicString& attributeIdentifier)
85 SVGAnimatedProperty(SVGElement* contextElement, const QualifiedName& attributeName)
98 RefPtr<SVGElement> m_contextElement;
SVGAnimatedStaticPropertyTearOff.h 54 static PassRefPtr<SVGAnimatedStaticPropertyTearOff<PropertyType> > create(SVGElement* contextElement, const QualifiedName& attributeName, PropertyType& property)
60 SVGAnimatedStaticPropertyTearOff(SVGElement* contextElement, const QualifiedName& attributeName, PropertyType& property)
SVGAnimatedTransformListPropertyTearOff.h 49 static PassRefPtr<SVGAnimatedTransformListPropertyTearOff> create(SVGElement* contextElement, const QualifiedName& attributeName, SVGTransformList& values)
55 SVGAnimatedTransformListPropertyTearOff(SVGElement* contextElement, const QualifiedName& attributeName, SVGTransformList& values)
  /external/webkit/Source/WebCore/rendering/svg/
SVGTextLayoutEngineBaseline.h 31 class SVGElement;
41 float calculateBaselineShift(const SVGRenderStyle*, SVGElement* lengthContext) const;

Completed in 1191 milliseconds

1 23 4 5 6 7 8