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

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFEImageElement.idl 30 interface SVGFEImageElement : SVGElement {
SVGFETileElement.idl 28 interface SVGFETileElement : SVGElement {
SVGGraphicsElement.idl 35 ] interface SVGGraphicsElement : SVGElement {
38 [MeasureAs=SVGLocatableNearestViewportElement] readonly attribute SVGElement nearestViewportElement;
39 [MeasureAs=SVGLocatableFarthestViewportElement] readonly attribute SVGElement farthestViewportElement;
44 [RaisesException] SVGMatrix getTransformToElement(SVGElement element);
SVGScriptElement.idl 26 interface SVGScriptElement : SVGElement {
SVGViewElement.idl 28 interface SVGViewElement : SVGElement {
SVGElement.idl 23 interface SVGElement : Element {
26 readonly attribute SVGElement? viewportElement;
38 SVGElement implements GlobalEventHandlers;
SVGUseElement.h 72 void buildShadowAndInstanceTree(SVGElement* target);
80 bool buildShadowTree(SVGElement* target, SVGElement* targetInstance, bool foundUse);
81 bool hasCycleUseReferencing(SVGUseElement*, ContainerNode* targetInstance, SVGElement*& newTarget);
82 bool expandUseElementsInShadowTree(SVGElement*);
83 void expandSymbolElementsInShadowTree(SVGElement*);
85 void transferUseAttributesToReplacedElement(SVGElement* from, SVGElement* to) const;
91 bool instanceTreeIsLoading(SVGElement*);
96 virtual Timer<SVGElement>* svgLoadEventTimer() OVERRIDE { return &m_svgLoadEventTimer;
    [all...]
SVGViewElement.h 26 #include "core/svg/SVGElement.h"
33 class SVGViewElement FINAL : public SVGElement,
41 using SVGElement::ref;
42 using SVGElement::deref;
SVGAnimatedTypeAnimator.h 35 class SVGElement;
41 static PassOwnPtrWillBeRawPtr<SVGAnimatedTypeAnimator> create(SVGAnimationElement* animationElement, SVGElement* targetElement)
49 PassRefPtr<SVGPropertyBase> startAnimValAnimation(const WillBeHeapVector<RawPtrWillBeMember<SVGElement> >&);
50 void stopAnimValAnimation(const WillBeHeapVector<RawPtrWillBeMember<SVGElement> >&);
51 PassRefPtr<SVGPropertyBase> resetAnimValToBaseVal(const WillBeHeapVector<RawPtrWillBeMember<SVGElement> >&);
59 void setContextElement(SVGElement* contextElement) { m_contextElement = contextElement; }
68 SVGAnimatedTypeAnimator(SVGAnimationElement*, SVGElement*);
72 PassRefPtr<SVGPropertyBase> resetAnimation(const WillBeHeapVector<RawPtrWillBeMember<SVGElement> >&);
76 RawPtrWillBeMember<SVGElement> m_contextElement;
SVGAnimationElement.idl 29 interface SVGAnimationElement : SVGElement {
30 readonly attribute SVGElement targetElement;
SVGDescElement.cpp 29 : SVGElement(SVGNames::descTag, document)
SVGMetadataElement.cpp 29 : SVGElement(SVGNames::metadataTag, document)
SVGMissingGlyphElement.cpp 28 : SVGElement(SVGNames::missing_glyphTag, document)
SVGTitleElement.cpp 30 : SVGElement(SVGNames::titleTag, document)
38 SVGElement::insertedInto(rootParent);
48 SVGElement::removedFrom(rootParent);
55 SVGElement::childrenChanged(change);
SVGUnknownElement.cpp 37 : SVGElement(tagName, document)
SVGUnknownElement.h 34 #include "core/svg/SVGElement.h"
44 class SVGUnknownElement FINAL : public SVGElement {
SVGAnimatedAngle.idl 28 SetWrapperReferenceTo(SVGElement contextElement),
SVGAnimatedBoolean.idl 28 SetWrapperReferenceTo(SVGElement contextElement),
SVGAnimatedInteger.idl 28 SetWrapperReferenceTo(SVGElement contextElement),
SVGAnimatedLength.idl 28 SetWrapperReferenceTo(SVGElement contextElement),
SVGAnimatedLengthList.idl 28 SetWrapperReferenceTo(SVGElement contextElement),
SVGAnimatedNumber.idl 29 SetWrapperReferenceTo(SVGElement contextElement),
SVGAnimatedNumberList.idl 28 SetWrapperReferenceTo(SVGElement contextElement),
SVGAnimatedPreserveAspectRatio.idl 28 SetWrapperReferenceTo(SVGElement contextElement),
SVGAnimatedRect.h 41 static PassRefPtr<SVGAnimatedRect> create(SVGElement* contextElement, const QualifiedName& attributeName)
47 SVGAnimatedRect(SVGElement* contextElement, const QualifiedName& attributeName)

Completed in 556 milliseconds

12 3 4 5 6 7 8 91011>>